Carriers REST Endpoints

SCM Common/Carriers
The Carriers resource manages the carriers that fulfillment can use during shipping. Carriers model the shipping methods which can be used, as well as optional contacts and inbound tracking rules.
Create one carrier
Method: post
Path: /fscmRestApi/resources/11.13.18.05/carriers
Get all carriers
Method: get
Path: /fscmRestApi/resources/11.13.18.05/carriers
Get one carrier
Method: get
Path: /fscmRestApi/resources/11.13.18.05/carriers/{CarrierId}
Update one carrier
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/carriers/{CarrierId}