Ship from first available (or primary)
How to fulfill your orders shipping from the first stock location available
Last updated
curl -g -X PATCH \
'http://yourdomain.commercelayer.io/api/inventory_models/BwAezhyOQw' \
-H 'Accept: application/vnd.api+json' \
-H 'Authorization: Bearer your-access-token' \
-H 'Content-Type: application/vnd.api+json' \
-d '{
"data": {
"type": "inventory_modeld",
"id": "BwAezhyOQw",
"attributes": {
"strategy": "ship_from_first_available_or_primary"
}
}
}'{
"data": {
"id": "BwAezhyOQw",
"type": "inventory_models",
"links": {
"self": "https://yourdomain.commercelayer.io/api/inventory_models/BwAezhyOQw"
},
"attributes": {
"name": "EU Inventory Model",
"strategy": "ship_from_first_available_or_primary",
"stock_locations_cutoff": 3,
"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"
}
}
},
"meta": {
"mode": "test",
"organization_id": "Vt3hJxNmYu",
"trace_id": "b9e2f5a8c1d4g7h0i3j6k9l2m5n8o1p4q7r0s3t6u9v2w5x8y1z4a7b0c3d6e9f2"
}
},
"meta": {
"mode": "test",
"organization_id": "Vt3hJxNmYu",
"trace_id": "b9e2f5a8c1d4g7h0i3j6k9l2m5n8o1p4q7r0s3t6u9v2w5x8y1z4a7b0c3d6e9f2"
}
}