Create an inventory model

POST https://{{subdomain}}.commercelayer.io/api/inventory_models

Request Body

{"data"=>{"type"=>"inventory_models", "attributes"=>{"name"=>"{{inventory_model_name}}"}}}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Authorizationstring

RESPONSES

status: Created

{"data":{"id":"xYZkjABcde","type":"inventory_models","links":{"self":"https://yourdomain.commercelayer.io/api/inventory_models/xYZkjABcde"},"attributes":{"name":"EU Inventory Model","strategy":"no_split","stock_locations_cutoff":3,"stock_reservation_cutoff":3600,"put_stock_transfers_on_hold":true,"manual_stock_decrement":true,"created_at":"2018-01-01T12:00:00.000Z","updated_at":"2018-01-01T12:00:00.000Z","reference":"ANY-EXTERNAL-REFEFERNCE","reference_origin":"ANY-EXTERNAL-REFEFERNCE-ORIGIN","metadata":{"foo":"bar"}},"relationships":{"inventory_stock_locations":{"links":{"self":"https://yourdomain.commercelayer.io/api/inventory_models/xYZkjABcde/relationships/inventory_stock_locations","related":"https://yourdomain.commercelayer.io/api/inventory_models/xYZkjABcde/inventory_stock_locations"}},"inventory_return_locations":{"links":{"self":"https://yourdomain.commercelayer.io/api/inventory_models/xYZkjABcde/relationships/inventory_return_locations","related":"https://yourdomain.commercelayer.io/api/inventory_models/xYZkjABcde/inventory_return_locations"}},"attachments":{"links":{"self":"https://yourdomain.commercelayer.io/api/inventory_models/xYZkjABcde/relationships/attachments","related":"https://yourdomain.commercelayer.io/api/inventory_models/xYZkjABcde/attachments"}},"versions":{"links":{"self":"https://yourdomain.commercelayer.io/api/inventory_models/xYZkjABcde/relationships/versions","related":"https://yourdomain.commercelayer.io/api/inventory_models/xYZkjABcde/versions"}}},"meta":{"mode":"test"}}}