跳转到内容

Quantity Upload — Inventory

此内容尚不支持你的语言。

You can use ProductQuantity update quantity into Teapplix. The data can either be full counts (in-stock), or incremental credits or debits.

Method and Endpoint

Quantity Upload uses “POST” REST method, and the URL is below:

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

The JSON schema is given below:

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

GET Request

Query parameters

PropertyTypeDescriptionConstraints
WarehouseId string
ItemName string
Upc string

GET Response - 200

Inventory Quantity Result

Product Operation result

PropertyTypeDescriptionConstraints
ProductQuantities Product Quantity[] Product quantities data Required

Product Quantity

Product Quantity

PropertyTypeDescriptionConstraints
ItemName string Item Name
WarehouseId integer Warehouse Id
WarehouseName string Warehouse Name. Provided for external warehouses only.
Asin string
Upc string Upc
Location string Location
Xref3 string Xref3
UnitCost number Unit Cost
TotalCost number Total Cost
QtyOnHand integer Qty On Hand
QtyToShip integer Qty To Ship
QtyAvailable integer Qty Available
QtyReserve integer Qty Reserve
ItemTitle string Item Title

GET Response - 400

Message

PropertyTypeDescriptionConstraints
Success boolean Always false on this envelope. Message is the error envelope (4xx/5xx); Success is kept on the wire so legacy clients can branch on it without parsing the HTTP status. Required
Code integer Indicate error code. Codes list and description are located on help page https://www.teapplix.com/help/?page_id=7115
Message string Message typically associated with errors
Description string[] Detailed description

GET Response - 401

Message

PropertyTypeDescriptionConstraints
Success boolean Always false on this envelope. Message is the error envelope (4xx/5xx); Success is kept on the wire so legacy clients can branch on it without parsing the HTTP status. Required
Code integer Indicate error code. Codes list and description are located on help page https://www.teapplix.com/help/?page_id=7115
Message string Message typically associated with errors
Description string[] Detailed description

GET Response - 500

Message

PropertyTypeDescriptionConstraints
Success boolean Always false on this envelope. Message is the error envelope (4xx/5xx); Success is kept on the wire so legacy clients can branch on it without parsing the HTTP status. Required
Code integer Indicate error code. Codes list and description are located on help page https://www.teapplix.com/help/?page_id=7115
Message string Message typically associated with errors
Description string[] Detailed description
Test Request