Product Variants

Get Vendor Product List

get
/vendor-product-variant

Retrieves a list of vendor products with the option to filter by various parameters.

Query parameters
offsetintegerOptional

The offset for pagination

limitintegerOptional

The number of records to return

keywordstringOptional

Search keyword for filtering the products

skustringOptional

Filter by SKU of the product

productNamestringOptional

Filter by the name of the product

statusstringOptional

Filter by product status

priceintegerOptional

Filter products by price, where 0 can represent no filter

Header parameters
AuthorizationstringRequired
Responses
200

Successfully retrieved the vendor product list.

get
/vendor-product-variant

Get Complete List of Variants

get
/vendor-product-variant/variants

Retrieves a complete list of product variants available for the vendor.

Query parameters
keywordstringOptional
Header parameters
AuthorizationstringRequired
Responses
200

Successfully retrieved the complete list of variants.

get
/vendor-product-variant/variants

Get Product Variant Detail

get
/vendor-product-variant/product/{id}

Retrieves the details of a specific product variant for the given product ID.

Path parameters
idintegerRequired

The ID of the product for which the variant details are being fetched.

Header parameters
AuthorizationstringRequired
Responses
200

Successfully retrieved product variant details.

get
/vendor-product-variant/product/{id}

Update Product Variant

post
/vendor-product-variant/

Update product variants for a specific product.

Header parameters
AuthorizationstringRequired
Body
productIdinteger · int32Required

The ID of the product for which variants are being updated.

productVariantOptionsstring[]Optional

An array of product variant options for the product. (Just as strings)

productVariantsstring[]Optional

An array of product variants with their details. (Just as strings)

Responses
200

Successfully updated the product variant.

post
/vendor-product-variant/

Last updated