Get a list of Products
GET
/Product
Products
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/Product?sort&page=1&resultsPerPage=20'
Response Response Example
200 - Products
[
{
"id": "k6hhj9",
"productID": "PROD0332",
"orderUnit": "LB",
"orderUnitDescription": "Dozen",
"vendorID": "VEND2161",
"description": "Andy shoes are designed to keeping in mind durability as well as trends, the most stylish range of shoes & sandals",
"alternateDescription": "New ABC 13 9370, 13.3, 5th Gen CoreA5-8250U, 8GB RAM, 256GB SSD, power UHD Graphics, OS 10 Home, OS Office A & J 2016",
"buyer": "USER5602",
"mpc": "EFX-03624",
"upc_ean": "064329054035",
"category": "Tasty",
"brand": "Intelligent Metal",
"deliveryGroup": "6132",
"weightUnit": "Kilograms",
"netWeight": 19.14,
"grossWeight": 92.89,
"isKit": true,
"active": false,
"test": true,
"availableInOrderingSite": true,
"availableForFreeStock": false,
"packDescription": "8 per case",
"sizeDescription": "1 oz",
"unitQty": 8,
"roundTo": 5,
"maxOrderQty": 5,
"minOrderQty": 7,
"packQty": 20,
"isOrderable": true,
"canSample": true,
"allowanceType": "Discount",
"negotiationStatus": "Locked",
"extraText1": "consequat enim voluptate",
"extraText2": "aliqua incididunt magna cillum",
"extraText3": "anim Excepteur",
"extraText4": "culpa sint laboris",
"extraText5": "pariatur ut",
"price": 985.79,
"showPrice": 734.85,
"msrp": 650.05,
"isMarketPrice": false,
"cashbackQuantity": 92,
"cashbackPercent": 0,
"department": "10",
"inventory": 1522
},
{
"id": "a9ds27",
"productID": "PROD8364",
"orderUnit": "LB",
"orderUnitDescription": "Dozen",
"vendorID": "VEND5453",
"description": "The Football Is Good For Training And Recreational Purposes",
"alternateDescription": "The Apollotech B340 is an affordable wireless mouse with reliable connectivity, 12 months battery life and modern design",
"buyer": "USER4618",
"mpc": "RAZ-86156",
"upc_ean": "066627541924",
"category": "Tasty",
"brand": "Fantastic Metal",
"deliveryGroup": "9641",
"weightUnit": "Pounds",
"netWeight": 72.34,
"grossWeight": 11.04,
"isKit": false,
"active": false,
"test": false,
"availableInOrderingSite": true,
"availableForFreeStock": true,
"packDescription": "8 per case",
"sizeDescription": "0.5 oz",
"unitQty": 11,
"roundTo": 2,
"maxOrderQty": 3,
"minOrderQty": 19,
"packQty": 4,
"isOrderable": false,
"canSample": false,
"allowanceType": "Discount",
"negotiationStatus": "Wait Agreement",
"extraText1": "pariatur in qui consequat",
"extraText2": "mollit aute dolore esse officia",
"extraText3": "in ea voluptate ex",
"extraText4": "pariatur consequat dolore",
"extraText5": "quis",
"price": 545.12,
"showPrice": 669.05,
"msrp": 67.55,
"isMarketPrice": false,
"cashbackQuantity": 88,
"cashbackPercent": 0,
"department": "11",
"inventory": 155
},
{
"id": "399kfs",
"productID": "PROD1864",
"orderUnit": "DZ",
"orderUnitDescription": "Dozen",
"vendorID": "VEND1433",
"description": "Ergonomic executive chair upholstered in bonded black leather and PVC padded seat and back for all-day comfort and support",
"alternateDescription": "The slim & simple Maple Gaming Keyboard from Dev Byte comes with a sleek body and 7- Color RGB LED Back-lighting for smart functionality",
"buyer": "USER0197",
"mpc": "XCP-21249",
"upc_ean": "045140577020",
"category": "Ergonomic",
"brand": "Handmade Granite",
"deliveryGroup": "3490",
"weightUnit": "Kilograms",
"netWeight": 128.73,
"grossWeight": 3.09,
"isKit": true,
"active": true,
"test": false,
"availableInOrderingSite": true,
"availableForFreeStock": false,
"packDescription": "3 per case",
"sizeDescription": "1 oz",
"unitQty": 6,
"roundTo": 1,
"maxOrderQty": 14,
"minOrderQty": 18,
"packQty": 12,
"isOrderable": false,
"canSample": true,
"allowanceType": "Percent off price",
"negotiationStatus": "Wait Buyer",
"extraText1": "laboris ea sunt",
"extraText2": "eu nisi ex deserunt",
"extraText3": "consequat in id",
"extraText4": "dolore officia",
"extraText5": "ex irure veniam",
"price": 911.29,
"showPrice": 143.43,
"msrp": 236.09,
"isMarketPrice": true,
"cashbackQuantity": 35,
"cashbackPercent": 0.5,
"department": "12",
"inventory": 979
}
]
Request
Query Params
sort
stringÂ
optional
Default:
page
integer <int32>
optional
Default:
1
Example:
1
resultsPerPage
integer <int32>
optional
Default:
20
Example:
20
Responses
Modified at 2025-05-15 21:13:26