Carts REST Endpoints

Carts
Use the carts resource to view, create, or modify shopping carts available for users.
Create a cart
Method: post
Path: /fscmRestApi/resources/11.13.18.05/carts
Delete a cart
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/carts/{CartHeaderId}
Get a cart as logged-in user
Method: get
Path: /fscmRestApi/resources/11.13.18.05/carts/{CartHeaderId}
Get all carts as administrator
Method: get
Path: /fscmRestApi/resources/11.13.18.05/carts
Update a cart
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/carts/{CartHeaderId}