HomeGuidesAPI ReferenceChangelog
GuidesAPI ReferenceChangelogLog In
API Reference

Recieve into Products's Inventory

Performs recieve operation into Products's Inventory. Returns updated inventory.

Log in to see full request history
Path Params
int64
required
≥ 1

ID of the Product API object

Query Params
int64
required
≥ 1

ID of Estabishment object related to the Inventory object

int64
required
≥ 1

ID of User object that is performing receive operation

Form Data
string
required
length ≤ 16

The quantity of inventory unit (if specified) to be recieved.
Values limited to 4 decimal places.

int64
≥ 1

The ID of recieved InventoryUnit object belonging to the Product.

string
length ≤ 16

The price of a single Unit of recieved qty.
If not specified or 0 value is provided then operation will use Inventory's cost.
Values limited to 4 decimal places.

string

List Product serial numbers associated with the operation, separated by a new line symbol.
Number of serials must match qty and qty must be integer.
Use "curl" or other external tool to try with more than one serial.

string

Optional commentary for logging.

Responses

400

Bad request. Usually caused by invalid request body.

401

Authentication error - make sure the API key & secret is valid, active and provided in the "API-AUTHENTICATION" header.

Language
Credentials
Click Try It! to start a request and see the response here! Or choose an example:
application/json