Retrieve a specific Product by ID
GET
/Product/{id}
Products
id
in the endpoint pathRequest Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/Product/'
Response Response Example
200 - Product
{
"id": "9k4k2k",
"productID": "PROD2626",
"orderUnit": "PK",
"orderUnitDescription": "Each",
"vendorID": "VEND4782",
"description": "The Football Is Good For Training And Recreational Purposes",
"alternateDescription": "Andy shoes are designed to keeping in mind durability as well as trends, the most stylish range of shoes & sandals",
"buyer": "USER3676",
"mpc": "VER-53031",
"upc_ean": "091209112134",
"category": "Practical",
"brand": "Intelligent Cotton",
"deliveryGroup": "5773",
"weightUnit": "Grams",
"netWeight": 6.02,
"grossWeight": 44.21,
"isKit": false,
"active": false,
"test": false,
"availableInOrderingSite": false,
"availableForFreeStock": true,
"packDescription": "0 per case",
"sizeDescription": "0.5 oz",
"unitQty": 5,
"roundTo": 1,
"maxOrderQty": 12,
"minOrderQty": 15,
"packQty": 13,
"isOrderable": true,
"canSample": true,
"allowanceType": "Rebate",
"negotiationStatus": "Wait Agreement",
"extraText1": "quis Duis",
"extraText2": "fugiat non adipisicing eu ut",
"extraText3": "ut laborum in",
"extraText4": "amet Ut",
"extraText5": "elit commodo",
"price": 842.65,
"showPrice": 873.65,
"msrp": 61.99,
"isMarketPrice": true,
"cashbackQuantity": 49,
"cashbackPercent": 0,
"department": "09",
"inventory": 699
}
Request
Path Params
id
stringÂ
required
Responses
Modified at 2025-05-15 21:13:40