Ingest product data into Triple Whale. This endpoint allows users to upload detailed product information, including variants, tags, collections, and images.

Body Params
string
required

The domain of the shop (e.g., 'example.myshop.com').

string
Defaults to custom_msp_platform

The platform where the product originated.

string
Defaults to custom_platform_account

The account ID associated with the platform.

string
required

A unique identifier for the product.

string
required

The name or title of the product.

string

The vendor of the product.

string

The status of the product (e.g., active, archived).

product_tags
array of strings

Tags associated with the product.

product_tags
string

The type or category of the product.

collection
array of strings

Collections the product belongs to. Maps to collections in the Products table.

collection
images
array of objects
Defaults to

Images associated with the product.

images
variants
array of objects
Defaults to

Variants of the product.

variants
date-time

The date and time the product was created. Defaults to the current timestamp in ISO format.

date-time

The date and time the product was last updated. Defaults to the current timestamp in ISO format.

Responses

Language
Credentials
Click Try It! to start a request and see the response here! Or choose an example:
application/json