Shipping Parameters REST Endpoints

Inventory Management/Shipping Parameters
Shipping parameters are used to define how shipments are created, processed, and confirmed for an inventory organization.
Create shipping parameters
Method: post
Path: /fscmRestApi/resources/11.13.18.05/shippingParameters
Delete shipping parameters for one inventory organization
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/shippingParameters/{OrganizationId}
Get shipping parameters for all inventory organizations
Method: get
Path: /fscmRestApi/resources/11.13.18.05/shippingParameters
Get shipping parameters for one inventory organization
Method: get
Path: /fscmRestApi/resources/11.13.18.05/shippingParameters/{OrganizationId}
Update shipping parameters for one inventory organization
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/shippingParameters/{OrganizationId}