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.

TI-API: TI-API v2: ERR-TICOM-ORDER-API-0009

Part Number: TI-API

Hi,

I created a checkoutProfile today and used it to create a order via store order API.But I got an err as below.I have set the currency to CNY,So I do not think it has a limit on non-USD currency.can anyone help me?

The API response:

"errorCode": "ERR-TICOM-ORDER-API-0009", "type": "Validation", "section": "Generic", "field": null, "reason": "Your bank transfer order does not meet minimum order value requirements for your country", "message": "Resubmit the request with different payment options. For additional information refer to ">api-portal.ti.com/order-api-payment",

Request info:
{
  "order": {
    "checkoutProfileId": "my profile id",
    "customerPurchaseOrderNumber": "",
    "endCustomerCompanyName": "",
    "expediteShipping": false,
    "customerOrderComments": [
      {
        "message": ""
      }
    ],
    "lineItems": [
      {
        "customerLineItemNumber": 1,
        "tiPartNumber": "UCC27517DBVR",
        "customerPartNumber": "",
        "customReelIndicator": false,
        "quantity": 4000,
        "customerItemComments": [
          {
            "message": ""
          }
        ]
      }
    ]
  }
}
 

**Attention** This is a public forum