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: post
Path: /fscmRestApi/resources/11.13.18.05/shippingChargeLists
Delete one shipping charge list
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/shippingChargeLists/{ShippingChargeListId}
Get all shipping charge lists
Method: get
Path: /fscmRestApi/resources/11.13.18.05/shippingChargeLists
Get one shipping charge list
Method: get
Path: /fscmRestApi/resources/11.13.18.05/shippingChargeLists/{ShippingChargeListId}
Update one shipping charge list
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/shippingChargeLists/{ShippingChargeListId}