get https://{shopdomain}.myshoplaza.com/openapi/2022-01/center/stock_adjust_orders//items
Requires
read_inventory
access scope.More access scope
The Stock Adjust Order Products List API provides details of all products associated with a specific stock adjustment order, including inventory quantities and adjustments made.
This enables users to:
- Review detailed product information within a stock adjustment order.
- Monitor inventory levels before and after adjustments.
- Analyze adjustments for specific products in the warehouse.
Request Parameters
Public Request Parameters
Path Parameters
Field | Type | Required | Description | Example |
---|---|---|---|---|
stock_adjust_orders_id | string | Yes | The ID of the inventory adjust order. | 367921307622026485 |
Response Explanation
Public Response Parameters
Success Response
Field | Type | Description | Example |
---|---|---|---|
id | string | Product record ID. | 367921629314960460 |
product_id | string | Product ID. | 0021929e-4258-4c3e-a91b-063bce836b0a |
product_title | string | Product title. | Newborn Handmade Doll Bear Ear |
sku_id | string | SKU ID of the product. | 3b9a7436-fc0d-4451-a395-53d436a8adbe |
sku_title | string | SKU title. | Blue-0-3months |
image | string | Image URL of the product. | //img.staticdj.com/... |
inventory | string | Inventory before adjustment. | 0 |
adjust_quantity | string | Quantity adjusted during stock adjustment. | 0 |
inventory_after_adjust | string | Inventory after adjustment. | 0 |
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 |