Product Variants
Last updated
Last updated
Retrieves a list of vendor products with the option to filter by various parameters.
/vendor-product-variant
The offset for pagination
The number of records to return
Search keyword for filtering the products
Filter by SKU of the product
Filter by the name of the product
Filter by product status
Filter products by price, where 0 can represent no filter
Retrieves a complete list of product variants available for the vendor.
/vendor-product-variant/variants
Retrieves the details of a specific product variant for the given product ID.
/vendor-product-variant/product/{id}
The ID of the product for which the variant details are being fetched.
Update product variants for a specific product.
/vendor-product-variant/
The ID of the product for which variants are being updated.
An array of product variant options for the product. (Just as strings)
An array of product variants with their details. (Just as strings)