get-delivery

GET {{baseUrl}}/api/products/:productNumber/delivery

The endpoint delivers detailed information regarding the delivery of a specific product. With this resource, you can easily track the delivery timeline, cost, and other relevant details for the product in question. Ensure that you have the correct product number handy to obtain the most accurate and up-to-date information.

HEADERS

KeyDatatypeRequiredDescription
Api-VersionstringThe version of the API that shall be used.
Acceptstring

RESPONSES

status: OK

{"productNumber":"6SN1123-1AA00-0CA1","minimumOrderQuantity":1,"countryOfOrigin":"DE","commodityCode":85015394,"eccn":"EAR99S","groupCode":"R111","productGroup":4303,"deliveryTimes":{"newPart":20,"sparePart":30,"repairPart":10},"prices":{"newPart":"300 €","sparePart":"500 €","repairPart":"400 €"}}