s1 API Host

<back to all web services

GetProductBackordersRequest

The following routes are available for this service:
GET,OPTIONS/api/products/{id}/backordersGets information about the available backorders for a given productThis requests information about delivery time and quantity from other suppliers. This is only valid for products which have canBackorder set to true.
Parameters:
NameParameterData TypeRequiredDescription
IdpathstringYesThe id of the product (9 numbers long)
QuantityqueryintNoThe quantity for the product that needs to be backordered. Default is 1, If GHS has 2 in stock and the user needs 5, backorder should be 3.

To override the Content-type in your clients HTTP Accept Header, append the .json suffix or ?format=json

To embed the response in a jsonp callback, append ?callback=myCallback

HTTP + JSON

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /json/reply/GetProductBackordersRequest HTTP/1.1 
Host: api-beta.ghs-automotive.nl 
Content-Type: application/json
Content-Length: length

{"id":"String","quantity":0}
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length

{"responseStatus":{"errorCode":"String","message":"String","stackTrace":"String","errors":[{"errorCode":"String","fieldName":"String","message":"String"}]}}