Skip to main content

Product Creation Notification Data Schema

There is one type of product creation notification which contains data received when there is a new product creation.

The schemas are as follows:

Product Creation

This notification will be trigger when using Create Product V2.0.

FieldTypeDescription
product_id
Integer
Product unique identifier
upload_id
Integer
Upload id of the product to check Notification
shop_id
Integer
Shop unique identifier
user_id
Integer
User unique identifier
fs_id
Integer
Fulfillment service unique identifier

Example Response

{
"upload_id": 21160544,
"shop_id": 10717757,
"user_id": 142383911,
"fs_id": 14622,
"status": "DONE",
"total_data": 1,
"success_rows_data": [
{
"product_id": 6724802452
}
]
}

Have a feedback?