- Subcategories:
- Matrix Dimensions
- Matrix Rules
Pricing Matrixes REST Endpoints
Order Management/Price Lists/Price List Items/Price List Charges/Pricing Matrixes
A pricing matrix represents a way to manage price adjustments, discounts, rate tables, and other matrix features.
- Create one pricing matrix
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/priceLists/{PriceListId}/child/items/{PriceListItemId}/child/charges/{PriceListChargeId}/child/pricingMatrixes - Delete one pricing matrix
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/priceLists/{PriceListId}/child/items/{PriceListItemId}/child/charges/{PriceListChargeId}/child/pricingMatrixes/{MatrixId} - Get all pricing matrixes
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/priceLists/{PriceListId}/child/items/{PriceListItemId}/child/charges/{PriceListChargeId}/child/pricingMatrixes - Get one pricing matrix
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/priceLists/{PriceListId}/child/items/{PriceListItemId}/child/charges/{PriceListChargeId}/child/pricingMatrixes/{MatrixId}