x-api-key: ********************
{ "items": [ { "sku": "string", "quantity": 0, "warehouse": "string" } ], "orderId": "string" }
curl --location --request POST 'https://api.b2b.retter.io/5p1hp1d2t/CALL//reserveStock/' \ --header 'Content-Type: application/json' \ --header 'x-api-key;' \ --data-raw '{ "items": [ { "sku": "string", "quantity": 0, "warehouse": "string" } ], "orderId": "string" }'
{ "message": "string", "items": [ { "sku": "string", "warehouse": "string", "currentQuantity": 0 } ] }