- Subcategories:
- Flexfields for Price List Charges
Price List Component Charges REST Endpoints
Order Management/Price Lists/Price List Items/Price List Component Items/Price List Component Charges
The Price List Component Charges resource manages the charges of component items in a price list.
- Create charges for a component item
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/priceLists/{PriceListId}/child/items/{PriceListItemId}/child/componentItems/{PriceListComponentItemId}/child/componentCharges - Delete one component item charge
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/priceLists/{PriceListId}/child/items/{PriceListItemId}/child/componentItems/{PriceListComponentItemId}/child/componentCharges/{PriceListChargeId} - Get all charges for a component item
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/priceLists/{PriceListId}/child/items/{PriceListItemId}/child/componentItems/{PriceListComponentItemId}/child/componentCharges - Get one component item charge
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/priceLists/{PriceListId}/child/items/{PriceListItemId}/child/componentItems/{PriceListComponentItemId}/child/componentCharges/{PriceListChargeId} - Update one component item charge
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/priceLists/{PriceListId}/child/items/{PriceListItemId}/child/componentItems/{PriceListComponentItemId}/child/componentCharges/{PriceListChargeId} - Validate a price list component charge for date overlap
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/priceLists/{PriceListId}/child/items/{PriceListItemId}/child/componentItems/{PriceListComponentItemId}/child/componentCharges/{PriceListChargeId}/action/validateDateOverlap