How to create an inventory return location via API
To create a new inventory return location, send a POST request to the /api/inventory_return_locations endpoint, passing the resource arguments in the request body.
Request
POST https://yourdomain.commercelayer.io/api/inventory_return_locations
Arguments
Body Parameter
Type
Required
type
string
Required
attributes.priority
integer
Required
attributes.reference
string
Optional
attributes.reference_origin
string
Optional
attributes.metadata
object
Optional
relationships.stock_location
object
Required
relationships.inventory_model
object
Required
Example
The following request creates a new inventory return location: