cURL
curl --request POST \ --url https://prod01.oms.fabric.inc/api/v2/list/{listId}/items \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '[ { "sku": "sku1", "itemId": "123", "quantity": 1 } ]'
[ { "listId": "5349b4ddd2781d08c09890f4", "sku": "sku1", "itemId": "123", "quantity": 1 } ]
Add array of items to a specific list by list ID.
x >= 0
Was this page helpful?