Create Order

CodeStatusDescription
400EXTSALESOPS-OFFERS-0003Required fields are missing
400EXTSALESOPS-OFFERS-CPOPOFFER-0001Request Input validation failed
400EXTSALESOPS-OFFERS-CPOPOFFER-0004Request failed with unknown error
400EXTSALESOPS-ORDER_CREATE-FULFILLMENT_OPTIONS-0001Required fields are missing
400EXTSALESOPS-ORDER_CREATE-PURCHASE_ORDER-0001Required fields are missing
400EXTSALESOPS-ORDER_CREATE-SHOPPING_CART-0001Required fields are missing
400EXTSALESOPS-ORDER_CREATE-SHOPPING_CART-0002Invalid Cart Request. Missing Required items
400EXTSALESOPS-ORDER_CREATE-SHOPPING_CART-0003Invalid Cart Request, cannot find parent offer
500EXTSALESOPS-CART_CREATE-OAV-0003Invalid Request due to past dues
500EXTSALESOPS-CART_CREATE-OAV-0004Action is not allowed for account's customer type
500EXTSALESOPS-CART_CREATE-OAV-0005Action is not allowed due to account being part of a connected community
500EXTSALESOPS-CART_CREATE-OAV-0006Action is not allowed as the account is voluntary suspended
500EXTSALESOPS-CART_CREATE-OAV-0007Action is not allowed as the account service address is instantON 
500EXTSALESOPS-CART_CREATE-OAV-0008Action is not allowed since account is ACP/ACCESS
500EXTSALESOPS-CART_CREATE-OAV-0009Action is not allowed since current service is out of region
500EXTSALESOPS-CART_CREATE-OAV-0010Action is not allowed as account has unified ban.
500EXTSALESOPS-CART_CREATE-OAV-0011Action is not allowed as account has ineligible products contracted.
500EXTSALESOPS-CART_CREATE-OAV-0012Action is not allowed as account has multiple products
500EXTSALESOPS-CART_CREATE-OAV-0013Action is not valid due to pending order
500EXTSALESOPS-OFFERS-CPOPOFFER-0002Downstream service error occurred while fetching product offerings
500EXTSALESOPS-ORDER_CREATE-PURCHASE_ORDER-0002Downstream service error occurred while doing checkout
500EXTSALESOPS-ORDER_CREATE-SHOPPING_CART-UNK001Unknown error


Error Code Interpretation Guidance

The error codes listed in the table above represent standardized, high-level business error conditions returned by the API. For additional diagnostic context—including downstream system responses and validation-level details needed for troubleshooting—please review the details object within the API error payload.

The details section contains granular error information that may include field-level validation failures, enumeration mismatches, or service-level processing errors.

For comprehensive error analysis and remediation, clients should reference:

  • The top-level error code for standardized handling logic.
  • The details object for deeper troubleshooting insights.

Sample

{

  "errorId": "EXTOMNISVCS-GET-CART-0003",

  "message": "OrderID is null or Invalid in request",

  "errorSystemId": "shoppingcart",

  "details": [

    {

      "code": "SC-B50000",

      "message": "Internal exception occurred while processing the request,No static resource shopping-cart/v1/carts."

    }

  ]

}