Stock Adjust Order List

🔒

Requires read_inventory access scope.More access scope

The Stock Adjust Order List API retrieves a paginated list of stock adjustment orders, including detailed information about the order type, status, and associated warehouse details.

This enables users to:

  1. Monitor inventory adjustments across warehouses.
  2. Track adjustments made for specific reasons, such as damage or product recall.
  3. Generate reports for inventory audits and management.

Request Parameters

Public Request Parameters

📘

Public Request Parameters

Query Parameters

FieldTypeDescriptionExample
pageint32Page number.1
limitstringLimit per page.20

Response Explanation

Public Response Parameters

📘

Public Response Parameters

Success Response

FieldTypeDescriptionExample
listarray of objectsList of stock adjust orders.
list.idstringStock adjust order ID.403803876811904971
list.stock_adjust_nostringStock adjust order number.AD2024071908001
list.stock_adjust_typeAdjustTypeStock adjust type.0
list.location_idstringWarehouse ID.34285709337585374
list.location_namestringWarehouse name.#E10003
list.stock_adjust_statusStockAdjustStatusStock adjust order status.1
list.stock_adjust_atstringInventory adjustment time.2024-07-19T06:52:27Z
list.created_atstringStock adjust order creation time.2024-07-19T06:52:27Z
list.notestringNote related to the stock adjustment order.""
countintTotal number of stock adjust orders.36

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!