Code | Description |
---|---|
404 | No stock adjustments found |
Response Example: HTTP/1.1 200 OK { "id": 1, "sequential_id": 1000, "adjusted_at": "2022-08-23T21:55:46.000Z", "created_at": "2022-08-22T19:35:04.000Z", "updated_at": "2022-08-23T21:55:46.000Z", "archived": false, "stock_adjustment_reason": { "id": 1, "reason": "Damaged Products" }, "location": { "id": 1, "shopify_id": 34915680278, } }
Param name | Description |
---|---|
id required |
The ID of the stock adjustment Validations:
|
The requested stock adjustment data
Param name | Description |
---|---|
id required |
“id”: 808950810 A unique numeric identifier for the stock adjustment. Validations:
|
sequential_id required |
“sequential_id”: 23133 A sequential number assigned to a stock adjustment. Validations:
|
adjusted_at required |
“adjusted_at”: “2021-02-09T19:47:30.000Z” The date and time (ISO 8601 format) when the stock adjustment was performed. Validations:
|
created_at required |
“created_at”: “2021-02-05T17:55:46.000Z” The date and time (ISO 8601 format) when the stock adjustment was created. Validations:
|
updated_at required |
“updated_at”: “2021-02-09T19:47:30.000Z” The date and time (ISO 8601 format) when the stock adjustment was last updated. Validations:
|
archived required |
“archived”: false Indicates whether the stock adjustment has been archived or not. Validations:
|
location required |
Information about the location at which the stock adjustment was made. Validations:
|
location[id] required |
“id”: 3824 The unique numeric identifier for the location. Validations:
|
location[shopify_id] required |
“shopify_id”: 35616076169238 The identifier for the associated Shopify Location. Validations:
|
stock_adjustment_reason required |
Information about the reason for the stock adjustment. Validations:
|
stock_adjustment_reason[id] required |
“id”: 3824 The unique numeric identifier for the stock adjustment reason. Validations:
|
stock_adjustment_reason[reason] required |
“reason”: “Damaged Products” The description of the stock adjustment reason. Validations:
|