ProductsIntegrationErrorResponse
custom_id CustomId (string)
Custom identifier for the entity provided
status_code StatusCode (integer)
Possible values: [200
, 202
, 400
, 500
]
errors string[]
Example:
["custom_revision: This field is required","custom_id: Invalid format","status: \"INVALID\" is not a valid choice."]
ProductsIntegrationErrorResponse
{
"custom_id": "string",
"status_code": 200,
"errors": [
"custom_revision: This field is required",
"custom_id: Invalid format",
"status: \"INVALID\" is not a valid choice."
]
}