- Subcategories:
- Matrix Dimensions
- Matrix Rules
Base Price Matrixes REST Endpoints
Order Management/Price Lists/Price List Items/Price List Component Items/Rate Plans/Rate Plan Charges/Base Price 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/componentItems/{PriceListComponentItemId}/child/ratePlans/{RatePlanId}/child/ratePlanCharges/{RatePlanChargeId}/child/basePriceMatrixes - Delete one pricing matrix
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/priceLists/{PriceListId}/child/items/{PriceListItemId}/child/componentItems/{PriceListComponentItemId}/child/ratePlans/{RatePlanId}/child/ratePlanCharges/{RatePlanChargeId}/child/basePriceMatrixes/{basePriceMatrixesUniqID} - Get all pricing matrixes
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/priceLists/{PriceListId}/child/items/{PriceListItemId}/child/componentItems/{PriceListComponentItemId}/child/ratePlans/{RatePlanId}/child/ratePlanCharges/{RatePlanChargeId}/child/basePriceMatrixes - Get one pricing matrix
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/priceLists/{PriceListId}/child/items/{PriceListItemId}/child/componentItems/{PriceListComponentItemId}/child/ratePlans/{RatePlanId}/child/ratePlanCharges/{RatePlanChargeId}/child/basePriceMatrixes/{basePriceMatrixesUniqID} - Update one pricing matrix
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/priceLists/{PriceListId}/child/items/{PriceListItemId}/child/componentItems/{PriceListComponentItemId}/child/ratePlans/{RatePlanId}/child/ratePlanCharges/{RatePlanChargeId}/child/basePriceMatrixes/{basePriceMatrixesUniqID}