- Subcategories:
- Charges
Details REST Endpoints
Order Management/Shipping Charge Lists/Details
Information about the details of the shipping charge list, which stores the items and shipping methods.
- Create all details
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/shippingChargeLists/{ShippingChargeListId}/child/details - Delete one detail
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/shippingChargeLists/{ShippingChargeListId}/child/details/{ShippingDetailId} - Get all details
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/shippingChargeLists/{ShippingChargeListId}/child/details - Get one detail
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/shippingChargeLists/{ShippingChargeListId}/child/details/{ShippingDetailId}