Ingest PPS data into Triple Whale. This endpoint allows users to upload detailed post-purchase survey information, including order-related data, questions, and responses.

Body Params
string
required

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

string
Defaults to custom_pps_platform

The platform where the post-purchase survey originated.

string
Defaults to custom_platform_account

The account ID associated with the platform.

string
required

A unique identifier for the order associated with the PPS.

date-time

The date and time the PPS was created. Must be a valid ISO 8601 format. Maps to event_date in the Post-Purchase Survey table. Defaults to the current timestamp.

number

The total price of the order associated with the PPS. Must be non-negative.

string
required

A unique identifier for the survey question.

string
required

The text of the survey question. Maps to question in the Post-Purchase Survey table.

string
required

The customer’s response to the survey question. Maps to answer in the Post-Purchase Survey table.

Responses

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