Associate multiple products to a booth
PUT
/BoothProduct
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PUT '/BoothProduct?boothID' \
--header 'Content-Type: application/json' \
--data-raw '[
"string"
]'
Response Response Example
[
{
"id": "jd4fk2",
"productID": "PROD3004",
"orderUnit": "PK",
"orderUnitDescription": "Dozen",
"vendorID": "VEND3295",
"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": "USER0170",
"mpc": "OGO-09307",
"upc_ean": "002297823398",
"category": "Licensed",
"brand": "Luxurious Concrete",
"deliveryGroup": "9224",
"weightUnit": "Ounces",
"netWeight": 54.59,
"grossWeight": 9.35,
"isKit": true,
"active": false,
"test": true,
"availableInOrderingSite": true,
"availableForFreeStock": false,
"packDescription": "8 per case",
"sizeDescription": "0.5 oz",
"unitQty": 7,
"roundTo": 2,
"maxOrderQty": 17,
"minOrderQty": 18,
"packQty": 16,
"isOrderable": false,
"canSample": true,
"allowanceType": "Points",
"negotiationStatus": "Open",
"extraText1": "dolor consectetur sint esse laboris",
"extraText2": "aliquip magna est labore",
"extraText3": "dolor ea",
"extraText4": "Excepteur laborum commodo eu aliqua",
"extraText5": "ut nulla enim ullamco fugiat",
"price": 53.79,
"showPrice": 230.39,
"msrp": 87549915.73161474,
"isMarketPrice": false,
"cashbackQuantity": 83,
"cashbackPercent": 0,
"department": "Clothing",
"inventory": 1691
},
{
"id": "6p4739",
"productID": "PROD1726",
"orderUnit": "PK",
"orderUnitDescription": "Pound",
"vendorID": "VEND3926",
"description": "The Apollotech B340 is an affordable wireless mouse with reliable connectivity, 12 months battery life and modern design",
"alternateDescription": "Andy shoes are designed to keeping in mind durability as well as trends, the most stylish range of shoes & sandals",
"buyer": "USER7740",
"mpc": "FWH-27886",
"upc_ean": "036478259901",
"category": "Elegant",
"brand": "Modern Rubber",
"deliveryGroup": "8339",
"weightUnit": "Ounces",
"netWeight": 21.65,
"grossWeight": 55.76,
"isKit": true,
"active": true,
"test": true,
"availableInOrderingSite": false,
"availableForFreeStock": true,
"packDescription": "2 per case",
"sizeDescription": "1 oz",
"unitQty": 19,
"roundTo": 10,
"maxOrderQty": 2,
"minOrderQty": 18,
"packQty": 1,
"isOrderable": false,
"canSample": false,
"allowanceType": "Rebate",
"negotiationStatus": "Wait Agreement",
"extraText1": "in Lorem elit",
"extraText2": "do adipisicing minim Excepteur sint",
"extraText3": "cupidatat est anim eiusmod culpa",
"extraText4": "veniam ullamco elit dolor in",
"extraText5": "aliquip fugiat eu nisi laboris",
"price": 549.35,
"showPrice": 270.25,
"msrp": -27356950.685577303,
"isMarketPrice": true,
"cashbackQuantity": 86,
"cashbackPercent": 1,
"department": "Baby",
"inventory": 664
}
]
Request
Query Params
boothID
stringÂ
required
Body Params application/json
Responses
Modified at 2025-05-15 20:39:04