Product variations returned by the Tophatter Merchant API have the following fields:
Field | Name |
---|---|
product_identifier | The unique identifier of the product this variation belongs to. |
product_internal_id | Tophatter's internal identifier for the product that this variation belongs to. |
identifier | The unique identifier or SKU that your system uses to recognize this product variation. Only letters, numbers, spaces, dashes and underscores are allowed. |
internal_id | Tophatter's internal identifier for this variation. |
size | The size of the variation. Example: Large . Optional. Once a variation has been created it's size cannot be changed. |
color | The color of the variation. Example: Red . Optional. Once a variation has been created it's color cannot be changed. |
quantity | The quantity available to sell for this variation. |
created_at | The date and time the variation was created in PDT (UTC -7). |
disabled_at | The date and time the variation was disabled in PDT (UTC -7). |
deleted_at | The date and time the variation was deleted in PDT (UTC -7). |
Examples
{
"product_identifier": "amazon-fire-7",
"product_internal_id": 5472398,
"identifier": "B01GEW27DA",
"internal_id": 26054992,
"size": null,
"color": "Black",
"quantity": 69,
"created_at": "2018-04-03T11:33:10-07:00",
"disabled_at": null,
"deleted_at": null
}