Create an inventory stock location
How to create an inventory stock location via API
To create a new inventory stock location, send a POST
request to the /api/inventory_stock_locations
endpoint, passing the resource arguments in the request body.
Request
POST https://yourdomain.commercelayer.io/api/inventory_stock_locations
Arguments
Body Parameter | Type | Required |
---|---|---|
type |
| Required |
attributes.priority |
| Required |
attributes.on_hold |
| Optional |
attributes.reference |
| Optional |
attributes.reference_origin |
| Optional |
attributes.metadata |
| Optional |
relationships.stock_location |
| Required |
relationships.inventory_model |
| Required |
Example
The following request creates a new inventory stock location:
Last updated