Variant Stock Update

Get Vendor Product Variant Inventory

get

This endpoint retrieves the list of vendor product variants with pagination and filtering options.

Query parameters
limitintegerOptional

Number of records to retrieve per page

offsetintegerOptional

Offset for pagination

currentPageintegerOptional

Current page number

isRefreshbooleanOptional

Whether to refresh the product list

keyUpbooleanOptional

If true, includes key up event in the response

keywordstringOptional

Keyword to filter the products

skustringOptional

Filter by SKU

statusstringOptional

Filter by product status

pricenumberOptional

Filter by price

countbooleanOptional

Include the count of products

ProductNamestringOptional

Filter by product name

Header parameters
AuthorizationstringRequired

Bearer token for vendor authentication

Responses
200

Successfully retrieved the product list

get
GET /backend/api/vendor-product-variant/inventory HTTP/1.1
Host: 139.59.67.17
Authorization: text
Accept: */*
<?xml version="1.0"?>
<object>
	<status>1</status>
	<message>Successfully got the complete product list.</message>
</object>

Last updated