Get inventory data

Get information for one or many stores and their in-stock data for a given UPC (Universal Product Code).

Query Params
int32
required

The ID of the company.

int32

The ID of the company. Set to include authorized dealers.

int32

The ID of the store.

string

The UPC code to retrieve stores and in-stock data for.

string

The ID of the style. Retrieves stores and in-stock data for related UPC codes. Use instead of UPC.

string
enum
required

The distance unit for the geographical region.

Allowed:
int32
required

The diagonal distance of the geographical region. Specify 1 if only_store_id is specified.

string

Required if only_store_id is not specified. The latitude of the geographical region center.

string

Required if only_store_id is not specified. The longitude of the geographical region center.

string

Results are cached by default for stateful (session) requests. Set to 'true' to invalidate the cache.

string

Comma delimited list of statuses to filter by. Valid statuses are IN_STOCK, PTP_BOPIS, PTP_ROPIS, PTP_SDD and PTP_STS.

Headers
string
required

Locally API token must be passed in the header to authenticate the API consumer

Responses
200

Successful

400

Bad Request

401

Unauthorized

402

Request Failed

403

Forbidden

404

Not Found

429

Too Many Requests

500

Server Error

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here!