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