Shopify app
Data ingestion
Product Listing Pages
Product Listing Pages and Search
Recommendations SDK
Tracking Product Interactions
HTTP API
- Search API Overview
- Product listing pages
- Query Suggestions
- Endpoints
- Listing (v3)
- Search (v3)
- Recommendations (v3)
- Other (v3)
- Listing (v2)
- Search (v2)
- Recommendations (v2)
- Events (v2)
- Catalog Push API (v0)
Catalog Push API (v0)
Upsert Products
POST
/
catalog
/
v0
/
products
Authorization
string
*
Bearer
Authorization
Required
string
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
object
*
merchant
string
*
merchant
Required
string
products
array
*
products
Required
array
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
The id by which this product is known in the order data in Google Analytics. Merchants should use the same id for the DPC purchase events.
Required range:
x > 0
Required range:
x > 0
Available options:
unisex
, men
, women
Available options:
baby
, kid
, teen
, adult
Response
200 - application/json
The response is of type any
.
Was this page helpful?