Product Variants
Last updated
Last updated
Retrieves a list of vendor products with the option to filter by various parameters.
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
Successfully retrieved the vendor product list.
Retrieves a complete list of product variants available for the vendor.
Successfully retrieved the complete list of variants.
Retrieves the details of a specific product variant for the given product ID.
The ID of the product for which the variant details are being fetched.
Successfully retrieved product variant details.
Update product variants for a specific product.
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)
Successfully updated the product variant.