Warehouse
Was this helpful?
Was this helpful?
Warehouse
Lists all warehouses this store has access to.
Reference to a Store.
^[A-Za-z0-9-_]+
Reference to a tenant.
^[A-Za-z0-9-_]+
Reference to a warehouse role
ENUM | Description |
---|---|
DELIVER | |
MOVE | |
RECEIVE | |
RESERVE | |
RETURN | |
VIEW |
Reference to a specific page in a result set.
The number of items per page in a result set.
Defines which field the resource list is sorted by.
ENUM | Description |
---|---|
ASC | Sort in ascending order |
DESC | Sort in descending order |
Example response
Get details a warehouse.
Reference to a Warehouse.
^[A-Za-z0-9-_]+
Reference to a Store.
^[A-Za-z0-9-_]+
Reference to a tenant.
^[A-Za-z0-9-_]+
Example response
Deletes a warehouse.
Reference to a Warehouse.
^[A-Za-z0-9-_]+
Reference to a Store.
^[A-Za-z0-9-_]+
Reference to a tenant.
^[A-Za-z0-9-_]+
No Content
No Content
Revokes access for a store to a warehouse.
Reference to a Store.
^[A-Za-z0-9-_]+
Reference to details about a stores access level to a warehouse.
^[A-Za-z0-9-_]+
Reference to a Warehouse.
^[A-Za-z0-9-_]+
Reference to a tenant.
^[A-Za-z0-9-_]+
No Content
No Content
Returns stock for a particular product in the specified warehouse.
Reference to a tenant.
^[A-Za-z0-9-_]+
Reference to a Store.
^[A-Za-z0-9-_]+
Reference to a Warehouse.
^[A-Za-z0-9-_]+
Reference to a Product.
^[A-Za-z0-9-_]+
Example response
List all serial number information for a product in a warehouse
Reference to a tenant.
^[A-Za-z0-9-_]+
Reference to a Store.
^[A-Za-z0-9-_]+
Reference to a Warehouse.
^[A-Za-z0-9-_]+
Reference to a Product.
^[A-Za-z0-9-_]+
Reference to a specific page in a result set.
The number of items per page in a result set.
Defines which field the resource list is sorted by.
ENUM | Description |
---|---|
ASC | Sort in ascending order |
DESC | Sort in descending order |
Example response
For products with SerialNoRequired = ON_RECEIVE. when availabilityType is not set, or DELIVER: Check if a serialnumber is in stock for a productUid and warehouseUid. Returns 200 if in stock, else 404. 200 is returned for all other products. when availabilityType = RECEIVE: Check if a serialnumber is NOT in stock for a productUid and warehouseUid. Returns 200 if not in stock, else 400. 200 is returned for all other products.
Reference to a tenant.
^[A-Za-z0-9-_]+
Reference to a Store.
^[A-Za-z0-9-_]+
Reference to a Warehouse.
^[A-Za-z0-9-_]+
Reference to a Product.
^[A-Za-z0-9-_]+
Reference to a serialnumber.
ENUM | Description |
---|---|
RECEIVE - Check for receive serial number | |
DELIVER - Check for deliver serial number |
OK
No Content
List all warehouses.
Reference to a Store.
^[A-Za-z0-9-_]+
Reference to a tenant.
^[A-Za-z0-9-_]+
External reference to a warehouse.
Reference to the name of a warehouse.
Reference to a specific page in a result set.
The number of items per page in a result set.
Defines which field the resource list is sorted by.
ENUM | Description |
---|---|
ASC | Sort in ascending order |
DESC | Sort in descending order |
Example response
Update details for a warehouse. Partial updates are allowed.
Reference to a Warehouse.
^[A-Za-z0-9-_]+
Reference to a Store.
^[A-Za-z0-9-_]+
Reference to a tenant.
^[A-Za-z0-9-_]+
Example response
Grants access for a store to a warehouse.
Reference to a Store.
^[A-Za-z0-9-_]+
Reference to a Warehouse.
^[A-Za-z0-9-_]+
Reference to a tenant.
^[A-Za-z0-9-_]+
ENUM | Description |
---|---|
DELIVER | Can deliver products using stock from this warehouse. |
MOVE | Can move stock to and from this warehouse. |
RECEIVE | Can receive purchase orders to this warehouse. |
RESERVE | Can make stock reservations from this warehouse. |
RETURN | Can return stock to this warehouse. |
VIEW | Only able to view quantity. |
^[A-Za-z0-9-_]+
Example response
Change stock for a list of products in a warehouse (max 1000 entries).
The request contains two quantity fields quantity
and changeQuantity
.
Both may not be set in the same entry.
Use quantity
to set a new total stock for the product.
Use changeQuantity
to adjust the product's stock by a positive or negative number to
increase or decrease stock.
Use averageCost
to perform new calculation of stock average cost.
At least one of these three fields must be set on each entry.
If an error is returned, no changes have been made, all changes are rolled back. The error is a description of the first error met.
Reference to a tenant.
^[A-Za-z0-9-_]+
Reference to a Store.
^[A-Za-z0-9-_]+
Reference to a Warehouse.
^[A-Za-z0-9-_]+
The request contains two quantity fields quantity
and changeQuantity
.
Both may not be set in the same entry.
Use quantity
to set a new total stock for the product.
Use changeQuantity
to adjust the product's stock by a positive or negative number to
increase or decrease stock.
Use averageCost
to perform new calculation of stock average cost.
At least one of these three fields must be set on each entry.
Reference to a tenant.
^[A-Za-z0-9-_]+
Reference to a Store.
^[A-Za-z0-9-_]+
Reference to a Warehouse.
^[A-Za-z0-9-_]+
Reference to a Product.
^[A-Za-z0-9-_]+
set new average cost
set new stock quantity
make stock adjustment
Array of strings to identify serial numbers for the quantity in stock. Length of array must match the quantity value. This field is required when product has serialNoRequired = "ON_RECEIVE"
Example response
Update details for a product on a warehouse
Reference to a tenant.
^[A-Za-z0-9-_]+
Reference to a Store.
^[A-Za-z0-9-_]+
Reference to a Warehouse.
^[A-Za-z0-9-_]+
Reference to a Product.
^[A-Za-z0-9-_]+
Example response
Returns stock logs for a particular product in the specified warehouse.
Reference to a tenant.
^[A-Za-z0-9-_]+
Reference to a Store.
^[A-Za-z0-9-_]+
Reference to a Warehouse.
^[A-Za-z0-9-_]+
Reference to a Product.
^[A-Za-z0-9-_]+
Reference to a specific page in a result set.
The number of items per page in a result set.
^[A-Za-z0-9-_]+
Example response
Move stock for a product to another warehouse.
The response will show the stock details for the warehouse you are moving from
Reference to a tenant.
^[A-Za-z0-9-_]+
Reference to a Store.
^[A-Za-z0-9-_]+
Reference to a Warehouse.
^[A-Za-z0-9-_]+
Reference to a Product.
^[A-Za-z0-9-_]+
^[A-Za-z0-9-_]+
Example response
Get stock logs filtered by warehouse and transaction types in a defined time period for your store. When no warehouse or transaction type is set you will get logs for all transaction types for all your warehouses.
Reference to a tenant.
^[A-Za-z0-9-_]+
Reference to a Store.
^[A-Za-z0-9-_]+
Reference to a specific page in a result set.
The number of items per page in a result set.
Example response