Variation Definition

Product variations returned by the Tophatter Merchant API have the following fields:

FieldName
product_identifier The unique identifier of the product this variation belongs to.
product_internal_idTophatter's internal identifier for the product that this variation belongs to.
identifierThe unique identifier or SKU that your system uses to recognize this product variation. Only letters, numbers, spaces, dashes and underscores are allowed.
internal_idTophatter's internal identifier for this variation.
sizeThe size of the variation. Example: Large. Optional. Once a variation has been created it's size cannot be changed.
colorThe color of the variation. Example: Red. Optional. Once a variation has been created it's color cannot be changed.
quantityThe quantity available to sell for this variation.
created_atThe date and time the variation was created in PDT (UTC -7).
disabled_atThe date and time the variation was disabled in PDT (UTC -7).
deleted_atThe 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
}