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/
Body Params
string
required

Name of inventory

double
required

Price of inventory

int32
required

Unique identifier representing a company

string

Url to image of inventory

string

SKU

int32

How many items of this type exist

string

A barcode to scan

boolean

Is this a pickup (true) or dropoff (false)?

int32

If this is 2nd/3rd level inventory, what is the parent inventory ID

int32

Specify the weight of an inventory item

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
LoadingLoading…
Response
Choose an example:
application/json