Error
Fields
Field
Type
Description
Examples
{
"title": "Order update failed",
"detail": "External ID is too long",
"status": 400,
"type": "https://docs.platform.softwareone.com/developer-resources/rest-api/errors/commerce#MPTCOM03-0078",
"traceId": "00-00000000000000000000000000000000-000000000000000-00"
} {
"title": "Order update failed",
"detail": "Value of listing does not correspond to a valid listing; External ID is too long",
"status": 400,
"type": "https://docs.platform.softwareone.com/developer-resources/rest-api/errors/billing#MPTBIL03-0078",
"traceId": "00-00000000000000000000000000000000-000000000000000-00",
"errors": [
{
"message": "Value of listing does not correspond to a valid listing",
"properties": [ "listing.id" ]
},
{
"message": "External ID is too long",
"properties": [ "externalId" ]
}
]
}Detailed Errors
Parameter Errors Fields
Field
Type
Description
Last updated
Was this helpful?