Retrieves all active suppliers for a specific inventory item. Accepts either InventoryItemId or ExternalRefKey to identify the inventory item. Optionally filters by supplier ID. Returns one row per supplier SKU (not one row per supplier), allowing clients to see all available package options.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string

The requested API version

Body Params

The request containing inventory item identifier(s) and optional supplier filter.

Request model for retrieving suppliers for an inventory item.
Either InventoryItemId or ExternalRefKey must be provided to identify the inventory item.
SupplierId is optional and can be used to filter results to a specific supplier.

int64 | null
≥ 1

The unique identifier of the inventory item.
Either this or ExternalRefKey must be provided.

string | null

The external reference key of the inventory item.
Either this or InventoryItemId must be provided.

int64 | null
≥ 1

Optional unique identifier of a specific supplier to filter results.
If provided, only suppliers matching this ID will be returned.

Headers
string
enum
Defaults to application/json-patch+json

Generated from available request content types

Allowed:
Responses

Language
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json