Catalogue
/resellers/v1/products/catalogueRetrieve catalogue information about products by specifying TD SYNNEX part numbers, manufacturer part numbers, barcodes UPC/EAN, reseller part numbers, manufacturer, product class or product sub-class. One of these search parameters must be provided in order to have a successful response. Boolean flags can be used to retrieve stock and price data, please ensure you are only enabling the relevant flags.
Headers
Authorizationstring*required
This API uses Bearer Token authentication. Include your token in the Authorization header as Bearer <token> to access the endpoint.
Content-typestring*required
TraceIdstring
TraceId for tracking requests
Body Parameters
tdsynnexPartNumberarray[string]nullable
List of TD SYNNEX part numbers for the products
manufPartNumberarray[string]nullable
List of manufacturer part numbers for the products
UpcEanarray[string]nullable
List of UPC (product unique 12 digits code) or EAN-13 codes for the products
customerPartNumberarray[string]nullable
List of customer part numbers for the products
manufacturerstringnullable
Name of the manufacturer for the products. This search parameter can be combined with class or subclass.
classstringnullable
Product class for the products. This search parameter can be combined with manufacturer.
Allowed values:
subclassstringnullable
Product sub class for the products. This search parameter can be combined with manufacturer.
Allowed values:
includeStockbooleannullable
Boolean flag, stock details will be returned when set to true. Default value is false.
onlyInStockboolean
Boolean flag, products with no stock available will not be returned when set to true. Default value is false.
includePriceboolean
Boolean flag, basic pricing details will be returned when set to true. Default value is false.
includePricePerQuantityboolean
Boolean flag, price per quantity details will be returned when set to true. Default value is false.
includeOutletboolean
Boolean flag, outlet pricing details will be returned when set to true. Default value is false.
includeEndUserPriceboolean
Boolean flag, end user pricing details will be returned when set to true. Default value is false.
pageinteger*required
Current page index
pageSizeinteger*required
Number of products returned in each page (Max 100 products per page).
Responses
Code Sample
API Request
Response
Execute Request to start a request and see the response here!