Shipping Charge Lists REST Endpoints
Order Management/Shipping Charge Lists
Information about a shipping charge list. Shipping charges may be calculated and saved to a shipping charge list.
- Create one shipping charge list
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/shippingChargeLists - Delete one shipping charge list
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/shippingChargeLists/{ShippingChargeListId} - Get all shipping charge lists
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/shippingChargeLists - Get one shipping charge list
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/shippingChargeLists/{ShippingChargeListId} - Update one shipping charge list
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/shippingChargeLists/{ShippingChargeListId}