This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

[FAQ] TI-API: v2 Backlog order/order change API error codes and meanings (part 1 of 2)

What do the v2 order and order change API error codes mean?

  • Scenario Error details Remediation steps
     Invalid JSON input
    Fullscreen
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    {
    "errors": [
    {
    "errorCode": "ERR-BKG-ORDER-API-0002",
    "type": "ERROR",
    " reason ": "InvalidJSONInput",
    "message": "JSON input is not valid. Enter a valid JSON input and resubmit request or contact TI API Support (https://api-portal.ti.com/support for assistance."
    }
    ]
    }
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
    JSON input is not valid.  Enter a valid JSON input and resubmit the request. If further assistance is needed, contact TI API Support https://api-portal.ti.com/support  
    Missing CustomerGlobalIdentifier
    Fullscreen
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    {
    "errors": [
    {
    "errorCode": "ERR-BKG-ORDER-API-0004",
    "type": "ERROR",
    "reason": "Missing CustomerGlobalIdentifier",
    "message": "CustomerGlobalIdentifier is required. Contact TI API Support (https://api-portal.ti.com/support for assistance."
    }
    ]
    }
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
    CustomerGlobalIdentifier is missing and cannot be null or empty.  Contact TI API Support https://api-portal.ti.com/support  for assistance.
    Missing customerPurchaseOrderNumber
    Fullscreen
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    {
    "errors": [
    {
    "errorCode": "ERR-BKG-ORDER-API-0010",
    "type": "ERROR",
    "reason": "MissingcustomerPurchaseOrderNumber",
    "message": "customerPurchaseOrderNumber cannot be null or empty. Enter a valid customer PurchaseOrderNumber and resubmit request."
    }
    ]
    }
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
    customerPurchaseOrderNumber is missing and cannot be null or empty.  Enter a valid customerPurchaseOrderNumber (Customer Purchase Order) and resubmit the request.  If further assistance is needed, contact TI API Support https://api-portal.ti.com/support 
    Missing customerPurchaseOrderNumber or orderNumber
    Fullscreen
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    {
    "errors": [
    {
    "errorCode": "ERR-BKG-ORDER-API-0016",
    "type": "ERROR",
    "reason": "Missing customerPurchaseOrderNumber or orderNumber",
    "message": "customerPurchaseOrderNumber or orderNumber cannot be null or empty. Enter a valid CustomerPurchaseOrderNumber or orderNumber and resubmit request."
    }
    ]
    }
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
     customerPurchaseOrderNumber or orderNumber cannot be null or empty.  Enter a valid CustomerPurchaseOrderNumber (Customer Purchase Order) or orderNumber (Supplier Order) and resubmit the request.  If further assistance is needed, contact TI API Support https://api-portal.ti.com/support 

    Invalid customerPurchaseOrderNumber

    Fullscreen
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    {
    "errors": [
    {
    "errorCode": "ERR-BKG-ORDER-API-0020",
    "type": "ERROR",
    "reason": "Invalid customerPurchaseOrderNumber",
    "message": "CustomerPurchaseOrderNumber cannot exceed 35 characters in length. Enter a valid customerPurchaseOrderNumber up to 35 characters and resubmit the request."
    }
    ]
    }
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

    customerPurchaseOrderNumber exceeds the maximum length of 35 characters.  Enter a valid customerPurchaseOrderNumber that does not exceed 35 characters and resubmit the request. If further assistance is needed, contact TI API Support https://api-portal.ti.com/support 

    Invalid purchaseOrderDate

    Fullscreen
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    {
    "errors": [
    {
    "errorCode": "ERR-BKG-ORDER-API-0030",
    "type": "ERROR",
    "reason": "InvalidpurchaseOrderDate",
    "message": "purchaseOrderDate does not have a valid date format. Verify and correct the purchaseOrderDate format to YYYY-MM-DD and resubmit request."
    }
    ]
    }
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
    Invalid date format for purchaseOrderDate.  Enter the valid purchaseOrderDate format of YYY-MM-DD and resubmit the request.  If further assistance is needed, contact TI API Support https://api-portal.ti.com/support 

    Invalid CustomerGlobalIdentifier

    Fullscreen
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    {
    "errors": [
    {
    "errorCode": "ERR-BKG-ORDER-API-0040",
    "type": "ERROR",
    "reason": "Invalid CustomerGlobalIdentifier",
    "message": "CustomerGlobalIdentifier is not valid. Contact TI API Support (https://api-portal.ti.com/support for assistance."
    }
    ]
    }
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
    CustomerGlobalIdentifier is not valid.  Contact TI API Support https://api-portal.ti.com/support   for assistance.
    Missing shipToAccountNumber

    Fullscreen
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    {
    "errors": [
    {
    "errorCode": "ERR-BKG-ORDER-API-0066",
    "type": "ERROR",
    "reason": "MissingshipToAccountNumber",
    "message": "shipToAccountNumbercannotbenullorempty. EnteravalidshipToAccountNumberandresubmitrequest."
    }
    ]
    }
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
    shipToAccountNumber is missing and cannot be null or empty.  Enter a valid shipToAccountNumber and resubmit the request. If further assistance is needed, contact TI Customer support center  https://support.ti.com/csm 

    Invalid shipToAccountNumber

    Fullscreen
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    {
    "errors": [
    {
    "errorCode": "ERR-BKG-ORDER-API-0070",
    "type": "ERROR",
    "reason": "Invalid shipToAccountNumber",
    "message": "shipToAccountNumber cannot exceed 17 characters in length. Enter a valid shipToAccountNumber up to 17 characters and resubmit request."
    }
    ]
    }
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
    shipToAccountNumber exceeds the maximum length of 17 characters.  Enter a valid shipToAccountNumber that does not exceed 17 characters and resubmit the request. If further assistance is needed, contact TI Customer support center  https://support.ti.com/csm 

    Invalid endCustomerNumber

    Fullscreen
    1
    2
    3
    4
    5
    6
    7
    8
    9
    {
    "errors": [
    "errorCode": "ERR-BKG-ORDER-API-0080",
    "type": "ERROR",
    "reason": "Invalid endCustomerNumber",
    "message": "endCustomerNumber cannot exceed 17 characters in length. Enter a valid endCustomerNumber up to 17 characters and resubmit request."
    }
    ]
    }
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
    endCustomerNumber exceeds the maximum length of 17 characters.  Enter a valid endCustomerNumber that does not exceed 17 characters and resubmit the request. If further assistance is needed, contact TI API Support https://api-portal.ti.com/support 

    Invalid contactName

    Fullscreen
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    {
    "errors": [
    {
    "errorCode": "ERR-BKG-ORDER-API-0090",
    "type": "ERROR",
    "reason": "Invalid contactName",
    "message": "contactName cannot exceed 40 characters in length. Remove this optional field or enter a valid contactName up to 40 characters and resubmit request."
    }
    ]
    }
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
    contactName exceeds the maximum length of 40 characters. Enter a valid contactName that does not exceed 40 characters or leave this optional field blank and resubmit the request. If further assistance is needed, contact TI API Support https://api-portal.ti.com/support 

    Invalid contactPhoneNumber

    Fullscreen
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    {
    "errors": [
    {
    "errorCode": "ERR-BKG-ORDER-API-0100",
    "type": "ERROR",
    "reason": "Invalid contactPhoneNumber",
    "message": "contactPhoneNumber cannot exceed 30 characters in length. Remove this optional field or enter a valid contactPhoneNumber up to 30 characters and resubmit request."
    }
    ]
    }
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
    contactPhoneNumber exceeds the maximum length of 30 characters. Enter a valid contactPhoneNumber that does not exceed 30 characters OR leave this optional field blank and resubmit the request.  If further assistance is needed, contact TI API Support https://api-portal.ti.com/support 

    Invalid contactEmailAddress

    Fullscreen
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    {
    "errors": [
    {
    "errorCode": "ERR-BKG-ORDER-API-0110",
    "type": "ERROR",
    "reason": "Invalid contactEmailAddress",
    "message": "contactEmailAddress cannot exceed 132 characters in length. Remove this optional field or enter a valid contactEmailAddress up to 132 characters and resubmit request."
    }
    ]
    }
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
    Fullscreen
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    {
    "errors": [
    {
    "errorCode": "ERR-BKG-ORDER-API-0120",
    "type": "ERROR",
    "reason": "Invalid contactEmailAddress",
    "message": "contactEmailAddress is not valid. Remove this optional field or enter a valid contactEmailAddress and resubmit request."
    }
    ]
    }
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
    contactEmailAddress exceeds the maximum length of 132 characters. Enter a valid contactEmailAddress that does not exceed 132 characters or leave this optional field blank and resubmit the request If further assistance is needed, contact TI API Support https://api-portal.ti.com/support 

    Invalid contactEmailAddress

    Fullscreen
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    {
    "errors": [
    {
    "errorCode": "ERR-BKG-ORDER-API-0130",
    "type": "ERROR",
    "reason": "Invalid customerESignature",
    "message": "customerESignature cannot exceed 60 characters in length. Remove this optional field or enter a valid customerESignature up to 60 characters and resubmit request."
    }
    ]
    }
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

    contactEmailAddress is not valid.  Enter a valid contactEmailAddress OR leave this optional field blank and resubmit the request. If further assistance is needed, contact TI API Support  https://api-portal.ti.com/support 

    Invalid customerESignature
    Fullscreen
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    {
    "errors": [
    {
    "errorCode": "ERR-BKG-ORDER-API-0140",
    "type": "ERROR",
    "reason": "Invalid customerCertificationStatement",
    "message": "customerCertificationStatement cannot exceed 4000 characters in length. Remove this optional field or enter a valid customerCertificationStatement up to 4000 characters and resubmit request."
    }
    ]
    }
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
    The customerESignature exceeds the maximum length of 60 characters.  Enter a valid customerESignature that does not exceed 60 characters OR leave this optional field blank and resubmit the request If further assistance is needed, contact TI API Support  https://api-portal.ti.com/support 
    Invalid customerCertificationStatement
    Fullscreen
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    {
    "errors": [
    {
    "errorCode": "ERR-BKG-ORDER-API-0150",
    "type": "ERROR",
    "reason": "Invalid customerOrderAttributes",
    "message": "customerOrderAttributes Key and Value cannot exceed 60 characters as the combined total length. Remove this optional field or enter a valid Key and Value pair for customerOrderAttributes up to 60 characters and resubmit request."
    }
    ]
    }
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
    customerCertificationStatement exceeds the maximum length of 4000 characters.  Enter a valid customerCertificationStatement that does not exceed 4000 characters OR leave this optional field blank and resubmit the request. If further assistance is needed, contact TI API Support  https://api-portal.ti.com/support 

    Invalid customerOrderAttributes

    Fullscreen
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    {
    "errors": [
    {
    "errorCode": "ERR-BKG-ORDER-API-0156",
    "type": "ERROR",
    "reason": "Missing customerLineItemNumber",
    "message": "customerLineItemNumber cannot be null or empty. Enter a valid customerLineItemNumber and resubmit request."
    }
    ]
    }
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
    customerOrderAttributes Key and Value pair exceeds the maximum length of 60 characters combined.  Enter a valid customerOrderAttributes Key and Value pair that does not exceed 60 characters OR leave this optional field blank and resubmit the request.  If further assistance is needed, contact TI API Support  https://api-portal.ti.com/support 
    Missing customerLineItemNumber
    Fullscreen
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    {
    "errors": [
    {
    "errorCode": "ERR-BKG-ORDER-API-0160",
    "type": "ERROR",
    "reason": "Invalid customerLineItemNumber",
    "message": "customerLineItemNumber cannot exceed 6 characters in length. Enter a valid customerLineItemNumber up to 6 characters and resubmit request."
    }
    ]
    }
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
    customerLineItemNumber is missing and cannot be null or empty.  Enter a valid customerLineItemNumber and resubmit the request.  If further assistance is needed, contact TI API Support  https://api-portal.ti.com/support 
    Invalid customerLineItemNumber
    Fullscreen
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    {
    "errors": [
    {
    "errorCode": "ERR-BKG-ORDER-API-0164",
    "type": "ERROR",
    "reason": "Invalid lineItemChangeIndicator",
    "message": "lineItemChangeIndicator is not valid. Enter one of the following valid lineItemChangeIndicator: 'U' for Update, or 'X' for Cancel and resubmit request."
    }
    ]
    }
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
    customerLineItemNumber exceeds the maximum length of 6 characters.  Enter a valid customerLineItemNumber that does not exceed 6 characters and resubmit the request. If further assistance is needed, contact TI API Support  https://api-portal.ti.com/support 

    Invalid lineItemChangeIndicator

    Fullscreen
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    {
    "errors": [
    {
    "errorCode": "ERR-BKG-ORDER-API-0164",
    "type": "ERROR",
    "reason": "Invalid lineItemChangeIndicator",
    "message": "lineItemChangeIndicator is not valid. Enter one of the following valid lineItemChangeIndicator: 'U' for Update, or 'X' for Cancel and resubmit request."····
    }
    ]
    }
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
    lineItemChangeIndicator is not valid.  Enter one of the following valid lineItemChangeIndicator:   “U” for Update, or “X” for Cancel and resubmit the request.  If further assistance is needed, contact TI API Support  https://api-portal.ti.com/support 

    Invalid shiptoAccountNumber

    Fullscreen
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    {
    "errors": [
    {
    "errorCode": "ERR-BKG-ORDER-API-0166",
    "type": "ERROR",
    "reason": "Invalid shiptoAccountNumber",
    "message": "shiptoAccountNumber cannot exceed 35 characters in length. Enter a valid shiptoAccountNumber up to 35 characters and resubmit request."
    }
    ]
    }
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
    shiptoAccountNumber exceeds the maximum length of 35 characters.  Enter a valid shiptoAccountNumber that does not exceed 35 characters and resubmit the request. If further assistance is needed, contact TI Customer support center   https://support.ti.com/csm 

    Missing tiPartNumber

    Fullscreen
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    {
    "errors": [
    {
    "errorCode": "ERR-BKG-ORDER-API-0168",
    "type": "ERROR",
    "reason": "Missing tiPartNumber",
    "message": "tiPartNumber cannot be null or empty. Enter a valid tiPartNumber and resubmit request."
    }
    ]
    }
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
    tiPartNumber is missing and cannot be null or empty.  Enter a valid tiPartNumber and resubmit the request. If further assistance is needed, contact TI API Support  https://api-portal.ti.com/support 
    Invalid tiPartNumber
    Fullscreen
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    {
    "errors": [
    {
    "errorCode": "ERR-BKG-ORDER-API-0170",
    "type": "ERROR",
    "reason": "Invalid tiPartNumber",
    "message": "tiPartNumber cannot exceed 35 characters in length. Enter a valid tiPartNumber up to 35 characters and resubmit request."·
    }
    ]
    }
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
    tiPartNumber exceeds the maximum length of 35 characters.  Enter a valid tiPartNumber that does not exceed 35 characters and resubmit the request. If you need assistance, contact TI API Support  https://api-portal.ti.com/support
    Invalid customerPartNumber
    Fullscreen
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    {
    "errors": [
    {
    "errorCode": "ERR-BKG-ORDER-API-0180",
    "type": "ERROR",
    "reason": "Invalid customerPartNumber",
    "message": "customerPartNumber cannot exceed 35 characters in length. Enter a valid customerPartNumber up to 35 characters and resubmit request."
    }
    ]
    }
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
    customerPartNumber exceeds the maximum length of 35 characters.  Enter a valid customerPartNumber that does not exceed 35 characters and resubmit the request. If you need assistance, contact TI API Support  https://api-portal.ti.com/support
    Missing customerAnticipatedUnitPrice
    Fullscreen
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    {
    "errors": [
    {
    "errorCode": "ERR-BKG-ORDER-API-0190",
    "type": "ERROR",
    "reason": "Missing customerAnticipatedUnitPrice",
    "message": "customerAnticipatedUnitPrice cannot be null or empty. Enter a valid customerAnticipatedUnitPrice and resubmit request."
    }
    ]
    }
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
    customerAnticipatedUnitPrice is missing and cannot be null or empty.  Enter a valid customerAnticipatedUnitPrice and resubmit the request. If further assistance is needed, contact TI API Support  https://api-portal.ti.com/support).
    Invalid customerAnticipatedUnitPrice
    Fullscreen
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    {
    "errors": [
    {
    "errorCode": "ERR-BKG-ORDER-API-0200",
    "type": "ERROR",
    "reason": "Invalid customerAnticipatedUnitPrice",
    "message": "customerAnticipatedUnitPrice cannot exceed 12 characters in length. Enter a valid customerAnticipatedUnitPrice up to 12 characters and resubmit request."
    }
    ]
    }
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
    customerAnticipatedUnitPrice exceeds the maximum length of 12 characters.  Enter a valid customerAnticipatedUnitPrice that does not exceed 12 characters and resubmit the request. If further assistance is needed, contact TI API Support  https://api-portal.ti.com/support 
    Invalid customerAnticipatedUnitPrice
    Fullscreen
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    {
    "errors": [
    {
    " errorCode": "ERR-BKG-ORDER-API-0210",
    "type": "ERROR",
    "reason": "Invalid customerAnticipatedUnitPrice",
    "message": "customerAnticipatedUnitPrice must be a number. Enter a valid customerAnticipatedUnitPrice using numbers and resubmit the request."··
    }
    ]
    }
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
    customerAnticipatedUnitPrice is not valid and must contain numbers.  Enter a valid customerAnticipatedUnitPrice using numbers and resubmit the request. If further assistance is needed, contact TI API Support  https://api-portal.ti.com/support 
    Invalid customerCertificateOfConformance
    Fullscreen
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    {
    "errors": [
    {
    "errorCode": "ERR-BKG-ORDER-API-0220",
    "type": "ERROR",
    "reason": "InvalidcustomerCertificateOfConformance",
    "message": "customerCertificateOfConformance must be of value 'YES', 'Y', or blank string. Enter a valid value for customerCertificateOfConformance and resubmit request."
    }
    ]
    }
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
    customerCertificateOfConformance is not valid and must be of value "YES", "Y", or blank string "". Enter a valid value for customerCertificateOfConformance and resubmit the request.  If further assistance is needed, contact TI API Support  https://api-portal.ti.com/support 
    Invalid customerItemAttributes
    Fullscreen
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    {
    "errors": [
    {
    "errorCode": "ERR-BKG-ORDER-API-0230",
    "type": "ERROR",
    "reason": "Invalid customerItemAttributes",
    "message": "customerItemAttributes Key and Value cannot exceed 60 characters as the combined total length. Enter a valid Key and Value pair for customerItemAttributes up to 60 characters and resubmit request."
    }
    ]
    }
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
    customerItemAttributes Key and Value pair exceeds the maximum length of 60 characters combined.  Enter a valid customerItemAttributes Key and Value pair that does not exceed 60 characters and resubmit the request.  If further assistance is needed, contact TI API Support  https://api-portal.ti.com/support 
    Invalid governmentContractNumber, governmentRating, and governmentQuantity
    Fullscreen
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    {
    "errors": [
    {
    "errorCode": "ERR-BKG-ORDER-API-0240",
    "type": "ERROR",
    "reason": "Invalid governmentContractNumber, governmentRating, and governmentQuantity",
    "message": "governmentContractNumber, governmentRating, and governmentQuantity cannot exceed 56 characters as the combined total length. Enter a valid governmentContracts / governmentContractNumber, governmentRating, and governmentQuantity up to 56 characters and resubmit request."
    }
    ]
    }
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
    governmentContractNumber, governmentRating, and governmentQuantity exceeds the maximum length of 56 characters combined.  Enter a valid governmentContractNumber, governmentRating, and governmentQuantity that does not exceed 56 characters combined and resubmit the request.  If further assistance is needed, contact TI API Support  https://api-portal.ti.com/support 
    Invalid requestedQuantity
    Fullscreen
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    {
    "errors": [
    {
    "errorCode": "ERR-BKG-ORDER-API-0250",
    "type": "ERROR",
    "reason": "Invalid requestedQuantity",
    "message": "requestedQuantity cannot exceed 10 characters in length. Enter a valid requestedQuantity up to 10 characters and resubmit request."
    }
    ]
    }
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
    requestedQuantity exceeds the maximum length of 10 characters.  Enter a valid requestedQuantity that does not exceed 10 characters and resubmit the request. If further assistance is needed, contact TI API Support  https://api-portal.ti.com/support 
    Invalid requestedQuantity
    Fullscreen
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    {
    "errors": [
    {
    "errorCode": "ERR-BKG-ORDER-API-0260",
    "type": "ERROR",
    "reason": "Invalid requestedQuantity",
    "message": "requestedQuantity must be a number. Enter a valid requestedQuantity using numbers and resubmit request."
    }
    ]
    }
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
    requestedQuantity exceeds the maximum length of 10 characters.  Enter a valid requestedQuantity that does not exceed 10 characters and resubmit the request. If further assistance is needed, contact TI API Support  https://api-portal.ti.com/support 
    Invalid requestedDeliveryDate
    Fullscreen
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    {
    "errors": [
    {
    "errorCode": "ERR-BKG-ORDER-API-0270",
    "type": "ERROR",
    "reason": "InvalidrequestedDeliveryDate",
    "message": "requestedDeliveryDate does not a valid date format. Verify and correct the requestedDeliveryDate format to YYYY-MM-DD and resubmit request."
    }
    ]
    }
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
    Invalid date format for requestedDeliveryDate.  Enter the valid requestedDeliveryDate format to YYY-MM-DD and resubmit the request.  If further assistance is needed, contact TI API Support https://api-portal.ti.com/support 
    Invalid customerCurrencyCode
    Fullscreen
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    {
    "errors": [
    {
    "errorCode": "ERR-BKG-ORDER-API-0280",
    "type": "ERROR",
    "reason": "Invalid customerCurrencyCode",
    "message": "customerCurrencyCode cannot be below 3 characters or exceed 5 characters in length. Enter a valid customerCurrencyCode that is between 3 and 5 characters and resubmit request."
    }
    ]
    }
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
    customerCurrencyCode is not valid and cannot be below 3 characters or exceed 5 characters in length.  Enter a valid customerCurrencyCode that is between 3 and 5 characters and resubmit the request.  If further assistance is needed, contact TI API Support  https://api-portal.ti.com/support 
    System error occurred
    Fullscreen
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    {
    "errors": [
    {
    "errorCode": "ERR-BKG-ORDER-API-50000",
    "type": "ERROR",
    "reason": "Systemerroroccurred",
    "message": "System error occurred. Execution ID: execution-8405c55b-b05b-44cf-b0b6-75624ff3ce2f-2020.03.26. Contact TI API Support (https://api-portal.ti.com/support with the execution ID."
    }
    ]
    }
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
    System error has occurred.  Contact TI API Support (api-portal.ti.com/support with any details such as the execution ID, error message, the error code, the API endpoint, and any other errors encountered.
    Invalid customerPurchaseOrderNumber or orderNumber
    Fullscreen
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    {
    "errors": [
    {
    "errorCode": "ERR-BKG-ORDER-API-0290",
    "type": "ERROR",
    "reason": "Invalid customerPurchaseOrderNumber or orderNumber",
    "message": "customerPurchaseOrderNumber or orderNumber is not valid. Enter a valid CustomerPurchaseOrderNumber or orderNumber and resubmit request."
    }
    ]
    }
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
    customerPurchaseOrderNumber or orderNumber is not valid.  Enter a valid customerPurchaseOrderNumber or orderNumber and resubmit the request.  If further assistance is needed, contact TI API Support  https://api-portal.ti.com/support 
    Invalid orderNumber
    Fullscreen
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    {
    "errors": [
    {
    "errorCode": "ERR-BKG-ORDER-API-0300",
    "type": "ERROR",
    "reason": "Invalid orderNumber",
    "message": "orderNumber cannot exceed 10 characters in length. Enter a valid orderNumber up to 10 characters and resubmit request."
    }
    ]
    }
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
    orderNumber exceeds the maximum length of 10 characters.  Enter a valid orderNumber that does not exceed 10 characters and resubmit the request. If further assistance is needed, contact TI API Support  https://api-portal.ti.com/support 
    System Error Response
    Fullscreen
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    {
    "errors": [
    {
    "errorCode": "ERR-BKG-ORDER-API-0310",
    "type": "ERROR",
    "reason": "System Error Response",
    "message": "System error occurred. Execution ID: execution-8405c55b-b05b-44cf-b0b6-75624ff3ce2f-2020.03.26. Contact TI API Support (https://api-portal.ti.com/support with the execution ID."
    }
    ]
    }
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
    System error has occurred.  Contact TI API Support  https://api-portal.ti.com/support   with any details such as the execution ID,  error message, the error code, the API endpoint, and any other errors encountered.
    TI API is temporarily unavailable
    Fullscreen
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    {
    "errors": [
    {
    "errorCode": "ERR-BKG-ORDER-API-0320",
    "type": "ERROR",
    "reason": "TI API is temporarily unavailable",
    "message": "This TI API system is currently unavailable between yyyy-mm-dd ##:##and yyyy-mm-dd ##:##CST for scheduled maintenance. Resubmit request after maintenance has ended."
    }
    ]
    }
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
    The TI API system is currently unavailable due to scheduled system maintenance.  Resubmit your request after the maintenance has ended.  If after the schedule maintenance has ended and issues are still encountered, contact TI API Support  https://api-portal.ti.com/support 

    Missing requestedDeliveryDate 

    Fullscreen
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    {
    "errors": [
    {
    "errorCode": "ERR-BKG-ORDER-API-0330",
    "type": "ERROR",
    "reason": "MissingrequestedDeliveryDate",
    "message": "requestedDeliveryDate cannot be null or empty. Enter a valid requestedDeliveryDate and resubmit request."
    }
    ]
    }
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
    requestedDeliveryDate is missing and cannot be null or empty.  Enter a valid requestedDeliveryDate and resubmit the request. If further assistance is needed, contact TI API Support  https://api-portal.ti.com/support 
    Invalid requestedDeliveryDate
    Fullscreen
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    {
    "errors": [
    {
    "errorCode": "ERR-BKG-ORDER-API-0340",
    "type": "ERROR",
    "reason": "Invalid requestedDeliveryDate",
    "message": "requestedDeliveryDate must lie within 5 years from current date. Verify and correct the requestedDeliveryDate and resubmit request."
    }
    ]
    }
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
    requestedDeliveryDate   is a past date.  The requestedDeliveryDate  has to be today's date or a date in the future.  If further assistance is needed, contact TI API Support  https://api-portal.ti.com/support 
    Invalid customerCurrencyCode
    Fullscreen
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    {
    "errors": [
    {
    "errorCode": "ERR-BKG-ORDER-API-0350",
    "type": "ERROR",
    "reason": "Invalid customerCurrencyCode",
    "message": "customerCurrencyCode specified must match the customer profile currency. Enter a valid customerCurrencyCode and resubmit request."
    }
    ]
    }
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
    customerCurrencyCode does not match the currency on the customer's profile.  Enter a valid customerCurrencyCode and resubmit the request.  If further assistance is needed, contact TI API Support  https://api-portal.ti.com/support 

    View v2 Backlog order/order change API error codes and meanings (part 2 of 2)

**Attention** This is a public forum