Type
|
Create
|
List
|
SKUs
|
URL
|
http://{domain}/api/v2/SKUs/adjustment.json
|
Accepts Filters
|
No
|
Output Attributes
|
No
|
Create SKU Adjustments
These parameters are used for creating SKU adjustments. Using this API one can create Lead Commerce SKU Adjustments. The specific data points include ID, warehouse, amount and reason. The ID is the Inventory ID, the warehouse is the warehouse ID where the inventory is stored, the amount is a postive or negative integer indicating the numerical discrepancy and the reason is the explanation for the discrepancy.
Data Points
Parameter
|
Type
|
Required
|
Notes
|
Example
|
id
|
int
|
Yes
|
Inventory ID
|
12
|
warehouse
|
int
|
Yes
|
Warehouse ID
|
1
|
amount
|
int
|
Yes
|
Can be a positive or negative integer
|
10
|
reason
|
int
|
No
|
|
3
|
Reason
1
|
Adding more units discovered after receiving
|
2
|
Adjusting for miscounted units
|
3
|
Removing damaged/unsellable units
|
4
|
Initial Inventory Adjustment
|
5
|
Other
|
6
|
Adding Units for Return
|
Response
Example JSON returned
{
"code": "200",
"data": "1"
}