List Product Variants

GET {{baseUrl}}/products/:product/variants

You can list all product variants directly from this endpoint.

OAuth Scopes


orders.read

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"status":200,"success":true,"data":[{"id":652911549,"price":{"amount":13.5,"currency":"SAR"},"sale_price":{"amount":0,"currency":"SAR"},"regular_price":{"amount":0,"currency":"SAR"},"stock_quantity":3000,"barcode":"barcode-ABC","sku":"sku-variant-1551119600","related_option_values":[667315336]}],"pagination":{"count":1,"total":1,"perPage":60,"currentPage":1,"totalPages":1,"links":[]}}