Stock Adjust Order Properties

🔒

Requires inventory access scope.)

Stock Adjust Order Properties

FieldsTypeDesc
idstringStock adjust order id.
stock_adjust_nostringStock adjust order number.
stock_adjust_typeAdjustType Stock adjust type.
location_idstringWarehouse id.
location_namestringWarehouse name.
stock_adjust_statusStockAdjustStatusStock adjust order status.
stock_adjust_atstringInventory adjustment time.
created_atstringStock adjust order creation time.
notestringnote

AdjustType

Type valueDesc
1Inventory adjustment
2Return to warehouse
3Expired item
4Samples
5Special transfer with dollars
6Order adjustment
7Physical inventory
8Damage in transit
9Damage concealed shipment
10Damage in store
11Insurance claim
12Product recall
13Unsellable return
14Internal pos adjustment
15Transfer loss

StockAdjustStatus

StatusDesc
1draft
2approve
3cancel

Example

{
  "id": "367921307620226485",
  "stock_adjust_no": "AD202404110001",
  "stock_adjust_type": 0,
  "location_id": "331630632658550371",
  "location_name": "法国到店自提",
  "stock_adjust_status": 1,
  "stock_adjust_at": "2024-04-11T06:27:55Z",
  "created_at": "2024-04-11T06:27:55Z",
  "note": ""
}