Matrix Rules REST Endpoints
Order Management/Price Lists/Price List Items/Rate Plans/Rate Plan Charges/Pricing 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/ratePlans/{RatePlanId2}/child/ratePlanCharges/{RatePlanChargeId2}/child/pricingMatrixes/{MatrixId}/child/rules - Delete one matrix rule
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/priceLists/{PriceListId}/child/items/{PriceListItemId}/child/ratePlans/{RatePlanId2}/child/ratePlanCharges/{RatePlanChargeId2}/child/pricingMatrixes/{MatrixId3}/child/rules/{MatrixRuleId} - Get all matrix rules
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/priceLists/{PriceListId}/child/items/{PriceListItemId}/child/ratePlans/{RatePlanId2}/child/ratePlanCharges/{RatePlanChargeId2}/child/pricingMatrixes/{MatrixId}/child/rules - Get one matrix rule
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/priceLists/{PriceListId}/child/items/{PriceListItemId}/child/ratePlans/{RatePlanId2}/child/ratePlanCharges/{RatePlanChargeId2}/child/pricingMatrixes/{MatrixId3}/child/rules/{MatrixRuleId} - Update one matrix rule
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/priceLists/{PriceListId}/child/items/{PriceListItemId}/child/ratePlans/{RatePlanId2}/child/ratePlanCharges/{RatePlanChargeId2}/child/pricingMatrixes/{MatrixId3}/child/rules/{MatrixRuleId}