/seller/products/v2/list

Returns the paginated list of products details from the supc supplied in the request.

Request

Parameter NameData TypeParameter TypeRequirementDescription
sellerCodeStringbodymandatorySeller Code of the seller.
supcArray of StringbodymandatoryList of supcs for which product details need to be fetched.

Response

Field NameData TypeDescription
codeIntegerResponse code. Contains an error code in case of any error.
dataObjectObject containing paginated data of the products.
data.totalIntegerTotal number of products.
data.startIntegerStarting index of the product which have been returned in the response, from the complete list of products.
data.countIntegerNumber of products returned in the request.
data.dataArray of objectArray of objects where each object represent a product.
statusStringStatus message, error message in case of errors.
OK in case of success.
Language
Authorization