Get a single product.
GET
/me/products/{productID}
200Description
Only available to Buyer Users.
Roles
At least one of the roles below is required to access this endpoint.
FullAccessOrderContributorShopper
Parameters
Name | Type | Description | Possible Values | |
---|---|---|---|---|
productID | Required | string | ID of the product. | --- |
sellerID | string | ID of the seller. | --- |
Response Body
Property | Type | Format | Max Length | Possible Values | ||
---|---|---|---|---|---|---|
PriceSchedule | Read Only | object | --- | --- | --- | |
ID | string | --- | 100 characters | --- | ||
ParentID | string | --- | --- | --- | ||
IsParent | boolean | --- | --- | --- | ||
IsBundle | Read Only | boolean | --- | --- | --- | |
Name | string | --- | 100 characters | --- | ||
Description | string | --- | 2000 characters | --- | ||
QuantityMultiplier | integer | int32 | --- | --- | ||
ShipWeight | number | float | --- | --- | ||
ShipHeight | number | float | --- | --- | ||
ShipWidth | number | float | --- | --- | ||
ShipLength | number | float | --- | --- | ||
Active | boolean | --- | --- | --- | ||
SpecCount | Read Only | integer | int32 | --- | --- | |
VariantCount | Read Only | integer | int32 | --- | --- | |
ShipFromAddressID | string | --- | --- | --- | ||
Inventory | object | --- | --- | --- | ||
DefaultSupplierID | string | --- | --- | --- | ||
AllSuppliersCanSell | boolean | --- | --- | --- | ||
Returnable | boolean | --- | --- | --- | ||
DateCreated | Read Only | string | date-time | --- | --- | |
xp | object | --- | --- | --- |