Create Inventory

Create an Inventory

The Create Inventory endpoint creates a new inventory entity.

curl --include \
     --request POST \
     --header "Content-Type: application/json" \
     --data-binary "{ \"company_id\": 1, \"name\": \"1.5L bottle\", \"price\": 0.95, \"image\": \"https://bringg.com/wp-content/uploads/2014/05/logo_851.png\", \"timestamp\":\"1414421210832\", \"access_token\":\"K2Pxkwvx6-3PtW44zvEV\", \"signature\":\"db00061fa75f869c968f72d48449e457ae06959a\"}" \
https://api.bringg.com/partner_api/inventories/
Language