Skip to main content

ProductsIntegrationSuccessResponse

custom_id CustomId (string)

Custom identifier for the entity provided

status_code StatusCode (integer)

Possible values: [200, 202, 400, 500]

action ResponseAction (string)

Possible values: [processed, error, skipped]

synchronization object
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]

ProductsIntegrationSuccessResponse
{
"custom_id": "string",
"status_code": 200,
"action": "processed",
"synchronization": {
"custom_revision": 1729684717164,
"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"
}
}