Stock Adjust Order Detail

🔒

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:

  1. Access comprehensive details about a specific inventory adjustment.
  2. Review warehouse information related to the adjustment.
  3. Audit and track the status and purpose of inventory changes.

Request Parameters

Public Request Parameters

📘

Public Request Parameters

Path Parameters

FieldTypeDescriptionExample
stock_adjust_orders_idstringThe ID of the inventory adjust order.367921307622026485

Response Explanation

Public Response Parameters

📘

Public Response Parameters

Success Response

FieldTypeDescriptionExample
idstringStock adjust order ID.367921307622026485
stock_adjust_nostringStock adjust order number.AD2024041110001
stock_adjust_typeAdjustTypeStock adjust type.0
location_idstringWarehouse ID.33163036265850371
location_namestringWarehouse name.法国巴黎仓库
stock_adjust_statusStockAdjustStatusStock adjust order status.1
stock_adjust_atstringInventory adjustment time.2024-04-11T06:27:55Z
created_atstringStock adjust order creation time.2024-04-11T06:27:55Z
notestringNote 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.

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!