Stock Update
Last updated
Last updated
This endpoint retrieves the list of products in the vendor's inventory with the ability to filter by parameters like limit, offset, current page, and count.
/vendor-product/inventory-vendor-product-list
The number of items to retrieve per page
The number of items to skip before starting to collect the result set
Current page number for pagination
Indicates whether the response should include the total count
Bearer token for vendor authentication
This endpoint updates the stock information for a given product. The details include stock quantity, SKU, back-order settings, and other stock-related parameters.
/vendor-product/update-stock
Bearer token for vendor authentication
The ID of the product
Whether the product has stock or not
The SKU ID for the product
Threshold when the product will be considered out of stock
Minimum quantity to notify when stock is low
Minimum quantity allowed in the cart
Maximum quantity allowed in the cart
Whether backorders are allowed for the product
The limit for backorder stock