- Subcategories:
- Miscellaneous Fee Items
- Scheduled Courses
Carts REST Endpoints
Carts
Use the carts resource to view, create, or modify shopping carts available for users.
- Create a cart
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/carts - Delete a cart
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/carts/{CartHeaderId} - Get a cart as logged-in user
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/carts/{CartHeaderId} - Get all carts as administrator
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/carts - Update a cart
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/carts/{CartHeaderId}