Get a list of products associated with a booth
GET
/BoothProduct
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/BoothProduct?boothID=&sort=&page=1&resultsPerPage=20'
Response Response Example
[
{
"productID": "PROD9390",
"orderUnit": "LB",
"orderUnitDescription": "Dozen",
"vendorID": "VEND6973",
"description": "Andy shoes are designed to keeping in mind durability as well as trends, the most stylish range of shoes & sandals",
"alternateDescription": "The Nagasaki Lander is the trademarked name of several series of Nagasaki sport bikes, that started with the 1984 ABC800J",
"buyer": "USER3221",
"mpc": "ZEK-39988",
"upc_ean": "019706981691",
"category": "Electronic",
"brand": "Incredible Concrete",
"deliveryGroup": "6842",
"weightUnit": "Pounds",
"netWeight": 8.37,
"grossWeight": 22.78,
"isKit": false,
"active": false,
"test": true,
"availableInOrderingSite": true,
"availableForFreeStock": true,
"packDescription": "10 per case",
"sizeDescription": "1 oz",
"unitQty": 2,
"roundTo": 2,
"maxOrderQty": 13,
"minOrderQty": 14,
"packQty": 7,
"isOrderable": true,
"canSample": false,
"allowanceType": "Discount",
"negotiationStatus": "Wait Agreement",
"extraText1": "ipsum laborum",
"extraText2": "ea labore",
"extraText3": "enim",
"extraText4": "nulla in ea voluptate non",
"extraText5": "mollit Duis occaecat anim dolore",
"price": 914.05,
"showPrice": 783.59,
"msrp": 76910759.5669876,
"isMarketPrice": true,
"cashbackQuantity": 65,
"cashbackPercent": 0,
"department": "Music",
"inventory": 284
},
{
"productID": "PROD6451",
"orderUnit": "LB",
"orderUnitDescription": "Pound",
"vendorID": "VEND4459",
"description": "Ergonomic executive chair upholstered in bonded black leather and PVC padded seat and back for all-day comfort and support",
"alternateDescription": "The automobile layout consists of a front-engine design, with transaxle-type transmissions mounted at the rear of the engine and four wheel drive",
"buyer": "USER2057",
"mpc": "TRS-82513",
"upc_ean": "025164620990",
"category": "Sleek",
"brand": "Intelligent Plastic",
"deliveryGroup": "8861",
"weightUnit": "Ounces",
"netWeight": 115.59,
"grossWeight": 4.54,
"isKit": true,
"active": true,
"test": false,
"availableInOrderingSite": true,
"availableForFreeStock": true,
"packDescription": "2 per case",
"sizeDescription": "0.5 oz",
"unitQty": 15,
"roundTo": 5,
"maxOrderQty": 14,
"minOrderQty": 12,
"packQty": 20,
"isOrderable": false,
"canSample": true,
"allowanceType": "Points",
"negotiationStatus": "Wait Vendor",
"extraText1": "et",
"extraText2": "proident dolore",
"extraText3": "qui sit ex nulla pariatur",
"extraText4": "cupidatat occaecat adipisicing magna",
"extraText5": "minim aliqua in",
"price": 302.25,
"showPrice": 56.75,
"msrp": -27832241.388226375,
"isMarketPrice": true,
"cashbackQuantity": 64,
"cashbackPercent": 0,
"department": "Outdoors",
"inventory": 1234
},
{
"productID": "PROD4855",
"orderUnit": "EA",
"orderUnitDescription": "Pound",
"vendorID": "VEND9917",
"description": "The slim & simple Maple Gaming Keyboard from Dev Byte comes with a sleek body and 7- Color RGB LED Back-lighting for smart functionality",
"alternateDescription": "Andy shoes are designed to keeping in mind durability as well as trends, the most stylish range of shoes & sandals",
"buyer": "USER3339",
"mpc": "GEC-81652",
"upc_ean": "037140356422",
"category": "Incredible",
"brand": "Oriental Soft",
"deliveryGroup": "1231",
"weightUnit": "Pounds",
"netWeight": 104.07,
"grossWeight": 0.11,
"isKit": true,
"active": false,
"test": true,
"availableInOrderingSite": true,
"availableForFreeStock": false,
"packDescription": "7 per case",
"sizeDescription": "0.5 oz",
"unitQty": 16,
"roundTo": 5,
"maxOrderQty": 9,
"minOrderQty": 1,
"packQty": 10,
"isOrderable": true,
"canSample": false,
"allowanceType": "Rebate",
"negotiationStatus": "Open",
"extraText1": "irure velit",
"extraText2": "Duis",
"extraText3": "anim sint eiusmod",
"extraText4": "eu",
"extraText5": "veniam tempor nulla deserunt non",
"price": 897.15,
"showPrice": 478.19,
"msrp": -27424041.877499714,
"isMarketPrice": true,
"cashbackQuantity": 84,
"cashbackPercent": 0,
"department": "Outdoors",
"inventory": 1874
}
]
Request
Query Params
boothID
stringÂ
optional
sort
stringÂ
optional
page
integerÂ
optional
Example:
1
resultsPerPage
integerÂ
optional
Example:
20
Responses
Modified at 2025-05-15 20:38:52