Synchronization
custom_revision string
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_type EntityType (string)
The type of entity to be updated, unique with the provided custom identifier
Possible values: [product
, item
]
last_update_source string
created_at date-time
updated_at date-time
status Status (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
}