Common Product
Retrieves a list of common products for the vendor, based on specified query parameters.
Query parameters
limitintegerOptional
The number of products to return per page.
offsetintegerOptional
The offset (starting point) to fetch products from.
addedProductsintegerOptional
Filter to get products that have been added (0, 1).
countintegerOptional
Filter to get the total count of products.
Header parameters
AuthorizationstringRequired
Responses
200
Successfully got the vendor common product list
401
Unauthorized access. Authentication required.
500
Internal server error. An error occurred on the server.
get
GET /backend/api/vendor-common-product/common-product-list HTTP/1.1
Host: 139.59.67.17
Authorization: text
Accept: */*
<?xml version="1.0"?>
<object>
<status>1</status>
<message>Successfully got the vendor common product list</message>
</object>
Last updated