Synchronization
custom_revisionstring
This identifier is a lexographically ordered string used to identify the revision from client's side and used to track changes and avoid unintentional data overwriting such as repeated identical requests.
Example:
1729684717164
entity_typeEntityType (string)
The type of entity to be updated, unique with the provided custom identifier
Possible values: [product
, item
]
last_update_sourcestring
created_atdate-time
updated_atdate-time
statusStatus (string)
Possible values: [active
, inactive
]
Synchronization
{
"entity_type": "product",
"last_update_source": "string",
"created_at": "2024-07-29T15:51:28.071Z",
"updated_at": "2024-07-29T15:51:28.071Z",
"status": "active",
"custom_revision": 1729684717164
}