HomeGuidesAPI ReferenceChangelogDiscussions
HomeLog In
Guides

❗️

Notice

Only available to POS merchants.
僅提供使用 POS 的店家使用。

Data Structure of Stock

FieldColumn TypeDescriptionExample
warehouse_idStringWarehouse’s id
倉庫 id
5ee819deab591e00169a4618
quantityNumberProduct’s stock in this warehouse
商品在此倉庫中的庫存
15

JSON Sample

{
	"warehouse_id": "5e83216e2e4f81001e756014",
	"quantity": 0
}