Current Quantity Download

You can use ProductQuantity "GET" operation to obtain current computed available quantity from Teapplix:

Method and Endpoint

Current quantity download uses "GET" REST method, and the URL is below:

https://api.teapplix.com/api2/ProductQuantity

Parameters

Parameters to limit which orders to download from Teapplix are passed in the query string part of the URL.

  • WarehouseId: integer like 1 or 2, defaults to 1, the warehouse #. If you do not turn on multi-warehouse in your Teapplix account, this parameter defaults to 1. For multi-warehouse Teapplix Accounts, not specifying this parameter will cause all warehouses to be returned.
  • ItemName: the item name to find current quantity for
  • Upc: UPC of the item to find current quantity for

Response Schema

The reply from Teapplix is described by the following Schema: