/inventory
Update the available inventory used by Purple Dot for exporting pre-orders.
curl --request POST \
--url 'https://www.purpledotprice.com/admin/api/v1/inventory' \
--header 'Content-Type: application/json'
--header 'X-Purple-Dot-Access-Token: <access_token>'
--data '{"sku": "foo", "available_units": 1}'{
"data": {
"sku": "foo",
"available_units": 1
}
}Last updated