Version: 202201
Stock Adjust Order Detail
GET/openapi/2022-01/center/stock_adjust_orders/:stock_adjust_orders_id
Request
Path Parameters
stock_adjust_orders_id stringrequired
The id of inventory adjust order.
Responses
- 200
200
- application/json
- Schema
- Example
- Result
Schema
stock_adjust object
idstring
Example:
367921307620226485stock_adjust_nostring
Example:
AD202404110001stock_adjust_typeinteger
Default value:
0Example:
0location_idstring
Example:
331630632658550371location_namestring
Example:
法国到店自提stock_adjust_statusinteger
Default value:
0Example:
1stock_adjust_atstring
Example:
2024-04-11T06:27:55Zcreated_atstring
Example:
2024-04-11T06:27:55Znotestring
Example:
{
"stock_adjust": {
"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": ""
}
}
{
"stock_adjust": {
"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": ""
}
}