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: post
Path: /fscmRestApi/resources/11.13.18.05/priceLists/{PriceListId}/child/items/{PriceListItemId}/child/charges/{PriceListChargeId}/child/pricingMatrixes
Delete one pricing matrix
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/priceLists/{PriceListId}/child/items/{PriceListItemId}/child/charges/{PriceListChargeId}/child/pricingMatrixes/{MatrixId}
Get all pricing matrixes
Method: get
Path: /fscmRestApi/resources/11.13.18.05/priceLists/{PriceListId}/child/items/{PriceListItemId}/child/charges/{PriceListChargeId}/child/pricingMatrixes
Get one pricing matrix
Method: get
Path: /fscmRestApi/resources/11.13.18.05/priceLists/{PriceListId}/child/items/{PriceListItemId}/child/charges/{PriceListChargeId}/child/pricingMatrixes/{MatrixId}