Returns the list of external inventory pricing categories
No parameters have been defined for this request.
[PricingCategoryModel]
| Name | Type | Description |
|---|---|---|
| Description | String | The external description of the category |
| PriceListCategoryId | Int32 | The Id of the category. You can use this as a filter in the Inventory price list API, for example |
[
{
"PriceListCategoryId": 1,
"Description": "sample string 2"
},
{
"PriceListCategoryId": 1,
"Description": "sample string 2"
},
{
"PriceListCategoryId": 1,
"Description": "sample string 2"
}
]
| Bundle(s) |
|---|
| Pricing |