Matrix Rules REST Endpoints
Order Management/Price Lists/Price List Items/Price List Component Items/Rate Plans/Rate Plan Charges/Base Price Matrixes/Matrix Rules
A matrix rule represents a condition based price adjustment, discount, rate table, and other features.
- Create matrix rules
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/priceLists/{PriceListId}/child/items/{PriceListItemId}/child/componentItems/{PriceListComponentItemId}/child/ratePlans/{RatePlanId}/child/ratePlanCharges/{RatePlanChargeId}/child/basePriceMatrixes/{basePriceMatrixesUniqID}/child/rules - Delete one matrix rule
- 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}/child/rules/{MatrixRuleId} - Get all matrix rules
- 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}/child/rules - Get one matrix rule
- 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}/child/rules/{MatrixRuleId} - Update one matrix rule
- 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}/child/rules/{MatrixRuleId}