post https://api.reusely.com/api/v2/admin/inventories
This endpoint creates the items in the inventory.
Log in to see full request history
Response
This endpoint creates the items in the inventory.
xxxxxxxxxx
curl --request POST \
--url https://api.reusely.com/api/v2/admin/inventories \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
{
"status_code": 201,
"message": "Inventory Item Created"
}