Matrix Dimensions REST Endpoints
Order Management/Price Lists/Price List Items/Rate Plans/Rate Plan Charges/Base Price Matrixes/Matrix Dimensions
A matrix dimension is a condition with which you can drive price adjustments, discounts, and rate tables.
- Create one dimension
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/priceLists/{PriceListId}/child/items/{PriceListItemId}/child/ratePlans/{RatePlanId2}/child/ratePlanCharges/{RatePlanChargeId2}/child/basePriceMatrixes/{basePriceMatrixesUniqID}/child/dimensions - Get all dimensions
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/priceLists/{PriceListId}/child/items/{PriceListItemId}/child/ratePlans/{RatePlanId2}/child/ratePlanCharges/{RatePlanChargeId2}/child/basePriceMatrixes/{basePriceMatrixesUniqID}/child/dimensions - Get one dimension
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/priceLists/{PriceListId}/child/items/{PriceListItemId}/child/ratePlans/{RatePlanId2}/child/ratePlanCharges/{RatePlanChargeId2}/child/basePriceMatrixes/{basePriceMatrixesUniqID2}/child/dimensions/{MatrixDimensionId}