Associate a product to a booth
POST
/BoothProduct
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/BoothProduct?boothID&productID'
Response Response Example
200 - Product with two ordering units
[
{
"id": "sg6fs7",
"productID": "PROD8122",
"orderUnit": "LB",
"orderUnitDescription": "Pack",
"vendorID": "VEND7813",
"description": "Boston's most advanced compression wear technology increases muscle oxygenation, stabilizes active muscles",
"alternateDescription": "Ergonomic executive chair upholstered in bonded black leather and PVC padded seat and back for all-day comfort and support",
"buyer": "USER7294",
"mpc": "BIX-11656",
"upc_ean": "061379782445",
"category": "Ergonomic",
"brand": "Incredible Granite",
"deliveryGroup": "5736",
"weightUnit": "Ounces",
"netWeight": 100.68,
"grossWeight": 46.83,
"isKit": false,
"active": true,
"test": false,
"availableInOrderingSite": false,
"availableForFreeStock": true,
"packDescription": "10 per case",
"sizeDescription": "0.5 oz",
"unitQty": 12,
"roundTo": 10,
"maxOrderQty": 14,
"minOrderQty": 7,
"packQty": 20,
"isOrderable": true,
"canSample": false,
"allowanceType": "Discount",
"negotiationStatus": "Wait Buyer",
"extraText1": "aliqua",
"extraText2": "cupidatat mollit quis labore",
"extraText3": "qui Excepteur eu veniam deserunt",
"extraText4": "pariatur",
"extraText5": "non sunt",
"price": 797.7,
"showPrice": 168.99,
"msrp": 290.7,
"isMarketPrice": true,
"cashbackQuantity": 56,
"cashbackPercent": 0.5,
"department": "Music",
"inventory": 134
},
{
"id": "sg6fg9",
"productID": "PROD8122",
"orderUnit": "CS",
"orderUnitDescription": "Case",
"vendorID": "VEND7813",
"description": "Boston's most advanced compression wear technology increases muscle oxygenation, stabilizes active muscles",
"alternateDescription": "Ergonomic executive chair upholstered in bonded black leather and PVC padded seat and back for all-day comfort and support",
"buyer": "USER7294",
"mpc": "BIX-11656",
"upc_ean": "061379782445",
"category": "Ergonomic",
"brand": "Incredible Granite",
"deliveryGroup": "5736",
"weightUnit": "Ounces",
"netWeight": 100.68,
"grossWeight": 46.83,
"isKit": false,
"active": true,
"test": false,
"availableInOrderingSite": false,
"availableForFreeStock": true,
"packDescription": "10 per case",
"sizeDescription": "0.5 oz",
"unitQty": 12,
"roundTo": 10,
"maxOrderQty": 14,
"minOrderQty": 7,
"packQty": 20,
"isOrderable": true,
"canSample": false,
"allowanceType": "Discount",
"negotiationStatus": "Wait Buyer",
"extraText1": "aliqua",
"extraText2": "cupidatat mollit quis labore",
"extraText3": "qui Excepteur eu veniam deserunt",
"extraText4": "pariatur",
"extraText5": "non sunt",
"price": 797.7,
"showPrice": 168.99,
"msrp": 290.7,
"isMarketPrice": true,
"cashbackQuantity": 56,
"cashbackPercent": 0.5,
"department": "Music",
"inventory": 134
}
]
Request
Query Params
boothID
stringÂ
required
productID
stringÂ
required
Responses
Modified at 2025-05-15 20:38:11