Get Product Variants
Obtain the list of all your product variants
get
Authorizations
AuthorizationstringRequired
Enter your JWT access token
Query parameters
pagenumberOptional
Number of the page to retrieve. Default is 1
limitnumberOptional
Number of product variants to retrieve per page. Default is 50, maximum is 500
productIdstringOptional
ean13stringOptional
Responses
200
Successfully retrieved the product variants, ordered by EAN13 descending, and paginated
application/json
totalItemsnumberRequired
404
Product variants not found
application/json
500
Internal server error
application/json
get
/v1/product-variantsLast updated