get https://{shopdomain}.myshoplaza.com/openapi/2022-01/center/stock_adjust_orders/
Requires
read_inventory
access scope.More access scope
The Stock Adjust Order Detail API retrieves detailed information about a specific stock adjustment order, including the type, status, and associated warehouse details.
This enables users to:
- Access comprehensive details about a specific inventory adjustment.
- Review warehouse information related to the adjustment.
- Audit and track the status and purpose of inventory changes.
Request Parameters
Public Request Parameters
Path Parameters
Field | Type | Description | Example |
---|---|---|---|
stock_adjust_orders_id | string | The ID of the inventory adjust order. | 367921307622026485 |
Response Explanation
Public Response Parameters
Success Response
Field | Type | Description | Example |
---|---|---|---|
id | string | Stock adjust order ID. | 367921307622026485 |
stock_adjust_no | string | Stock adjust order number. | AD2024041110001 |
stock_adjust_type | AdjustType | Stock adjust type. | 0 |
location_id | string | Warehouse ID. | 33163036265850371 |
location_name | string | Warehouse name. | 法国巴黎仓库 |
stock_adjust_status | StockAdjustStatus | Stock adjust order status. | 1 |
stock_adjust_at | string | Inventory adjustment time. | 2024-04-11T06:27:55Z |
created_at | string | Stock adjust order creation time. | 2024-04-11T06:27:55Z |
note | string | Note related to the stock adjustment order. | "" |
Error Response
Error responses in the API can be represented using two different fields: errors
and error
. Both fields provide details about issues encountered during request processing. Below is an explanation of the fields with their respective examples and descriptions.
Field | Type | Example | Description |
---|---|---|---|
error | String | "page not found" | Indicates an error encountered during the process |
Error Detail
Status Code | Message | Possible Reason | Example Response |
---|---|---|---|
400 | Bad Request | Invalid input format or request structure (e.g., missing required fields or incorrect data types). | Bad Request |
Unauthorized | The request is missing valid authentication credentials or the credentials provided are invalid. | Unauthorized |