Stock Adjust Order Products List

🔒

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:

  1. Review detailed product information within a stock adjustment order.
  2. Monitor inventory levels before and after adjustments.
  3. Analyze adjustments for specific products in the warehouse.

Request Parameters

Public Request Parameters

📘

Public Request Parameters

Path Parameters

FieldTypeRequiredDescriptionExample
stock_adjust_orders_idstringYesThe ID of the inventory adjust order.367921307622026485

Response Explanation

Public Response Parameters

📘

Public Response Parameters

Success Response

FieldTypeDescriptionExample
idstringProduct record ID.367921629314960460
product_idstringProduct ID.0021929e-4258-4c3e-a91b-063bce836b0a
product_titlestringProduct title.Newborn Handmade Doll Bear Ear
sku_idstringSKU ID of the product.3b9a7436-fc0d-4451-a395-53d436a8adbe
sku_titlestringSKU title.Blue-0-3months
imagestringImage URL of the product.//img.staticdj.com/...
inventorystringInventory before adjustment.0
adjust_quantitystringQuantity adjusted during stock adjustment.0
inventory_after_adjuststringInventory 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.

FieldTypeExampleDescription
errorString "page not found"Indicates an error encountered during the process

Error Detail

Status CodeMessagePossible ReasonExample Response
400Bad RequestInvalid input format or request structure (e.g., missing required fields or incorrect data types).Bad Request
UnauthorizedThe request is missing valid authentication credentials or the credentials provided are invalid.Unauthorized

API Structure Overview

Language
Credentials
Header
URL
Click Try It! to start a request and see the response here!