My Account

Retrieve all items

GET /v3/items

This request displays a list of all items.

If the complete number of items exceeds the limit of items returned in a single request, the full list can be retrieved by subsequent requests using the nextCursor pagination mechanism.

If a stock keeping unit (SKU) is included in the request as a query parameter, the response will only return the SKU in redefined format.

Log in to see full request history
Query Params
string
Defaults to *

Specifies the value used for paginated results when more than 200 items are retrieved.

Use the nextCursor response element from the prior API call. The value of the response includes a link to another GET call which retrieves the next page of results.

Example:

string

Specifies the stock keeping unit (SKU) item identifier.

This type of identifier is specified by the drop ship vendor (DSV) and used by the vendor in the specification file to refer to each item.

Example:

RG-IRAE-79VD

string

Specifies the published status of an item, describing where the item is in the submission process.

Valid values are:

ValueMeaning
INPROGRESSThe item is still in the submission process and a publishing decision has not yet been made.
PUBLISHEDThe item has been accepted and is published.
UNPUBLISHEDThe item is not available on the site. It has either been rejected during the submission process or removed from the site.

Example:

PUBLISHED

INPROGRESS

Headers
string

Specifies the data type expected in a response sent from the server.

Valid values are:

ValueMeaning
application/jsonJSON format for data returned in response.
application/xmlXML format for data returned in response.
string

Specifies an identifier that tracks the consumer request by channel.

Use the consumer channel type received during onboarding.

Contact the system administrator or developer management for the WM_CONSUMER.CHANNEL.TYPE value.

string
required

Specifies an identifier for each API call and is used to track and debug issues.

This may be any value, but cannot be null or omitted.

string
required

Specifies the access token retrieved in the Create Access Token request.

This value is required for token-based authentication.

Responses

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