Hi Experts,
Good day.
The customer is asking.
Today we made this first order via API, after participating in two TI webinars that explained the API order process.
During the webinar, it was stated that, when ordering via API, the order limit quantity is higher than when ordering via the web interface.
The item we ordered has an order limit quantity of 50 pcs. via the web interface, the stock quantity was 2000 pcs. at the time of ordering.
However, it was not possible to order a higher quantity via the API order process. We tried to order 500 pcs. but were restricted to 50 pcs., the same as the web order process. Please could you inform us if the increase of the order limit quantity via API has to be authorized otherwise?
This is the error message.
"errors": [
{
"errorCode": "ERR-TICOM-ORDER-API-0004",
"type": "Application",
"section": "lineItems",
"field": null,
"reason": "Part number(s) requested inventory quantity is not available per your request.",
"message": "Please check the inventory levels for available quantity and resubmit the request with different quantity. Note In instances of low inventory ordering limits may be set.",
"data": [
{
"customerLineItemNumber": "1",
"tiPartNumber": "LM1117IMPX-5.0/NOPB",
"quantity": "500",
"availableQuantity": "2050",
"limit": "50",
"waitPeriod": null
}
]
}
]
Please advise.
Regards,
Josel