- Subcategories:
- Large Object (LOB) Attributes - DimensionCriteria
- Large Object (LOB) Attributes - ProductCriteria
Price Book Dimension REST Endpoints
Order Management/Price Books/Price Book Dimension
Information about the parameters used in filtering items or calculating the prices that appear in the price book.
- Create one price book dimension
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/priceBooks/{PriceBookNumber}/child/dimensions - Delete one price book dimension
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/priceBooks/{PriceBookNumber}/child/dimensions/{PriceBookDimensionId} - Get all price book dimensions
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/priceBooks/{PriceBookNumber}/child/dimensions - Get one price book dimension
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/priceBooks/{PriceBookNumber}/child/dimensions/{PriceBookDimensionId} - Update one price book dimension
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/priceBooks/{PriceBookNumber}/child/dimensions/{PriceBookDimensionId}