- Subcategories:
- Matrix Dimensions
- Matrix Rules
Matrix Headers REST Endpoints
Order Management/Price Lists/Price List Items/Price List Charges/Matrix Headers
The Pricing Matrixes resource manages matrix headers for pricing charges, discounts and other entities.
- Create matrix headers
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/priceLists/{PriceListId}/child/items/{PriceListItemId}/child/charges/{PriceListChargeId}/child/pricingMatrixes
- Delete one matrix header
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/priceLists/{PriceListId}/child/items/{PriceListItemId}/child/charges/{PriceListChargeId}/child/pricingMatrixes/{MatrixId}
- Get all matrix headers
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/priceLists/{PriceListId}/child/items/{PriceListItemId}/child/charges/{PriceListChargeId}/child/pricingMatrixes
- Get one matrix header
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/priceLists/{PriceListId}/child/items/{PriceListItemId}/child/charges/{PriceListChargeId}/child/pricingMatrixes/{MatrixId}