ProductsIntegrationSuccessResponse
custom_idCustomId (string)
Custom identifier for the entity provided
status_codeStatusCode (integer)
Possible values: [200
, 202
, 400
, 500
]
actionResponseAction (string)
Possible values: [processed
, error
, skipped
]
synchronization object
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
]
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"
}
}