Check SKU Serviceability

View as Markdown
Use this endpoint to check if the given SKUs are available at the servicing hub that covers the given postcode.

Authentication

AuthorizationBearer

Request

This endpoint expects an object.
postcodestringRequired
The postcode the items would be delivered to.
itemslist of objectsRequired
country_codestringOptional

If not provided, the API will try and get this from the X-User-Timezone/X-Timezone header if available. If the header is not available, the value is discerned from the requesting account.

Response

OK
availableboolean

true if all items are available, false otherwise.

messagestring
Provided if one or more SKUs are not available.
unavailable_itemslist of objects
An array containing items that are unavailable.

Errors

404
Not Found Error
422
Unprocessable Entity Error