Retrieve product variants

Retrieves a list of product variants within your product catalog.

👍

How to use this endpoint

  • Required parameters are listed below. For the full list of properties, see About product variants.
  • For example requests, see below.
  • For example responses, click the relevant status code on the right.

Example requests

GET /v3/stores/{store_id}/products/12345/variants?external_ids=var0001,var002
GET /v3/stores/{store_id}/products/12345/variants
GET /v3/stores/{store_id}/products/12345/variants?page_info={page_info}
GET /v3/stores/{store_id}/products/12345/variants?page_info={page_info}&limit={limit}
Language