/
Update ASN Inward API
Update ASN Inward API
Inbound | PUT | /shipment/asn/{asnCode}
Summary
This API can be used to update an ASN created for a particular order.
Description
This API can be used to update an ASN created for a particular order. Quantities of all the line items passed in the request will be updated to the new value. Therefore, the value being passed in the request has to be absolute.
Request
{
"locationCode": "location1",
"channelOrderCode" : "order1",
"items": [
{
"channelSkuCode": "sku1",
"proposedQty": 1,
"mrp": null
}
]
}
Parameter Name | Data Type | Description | Mandatory |
| String | Code to identify the warehouse where the order is created | yes |
| String | Code to identify the order in consideration | yes |
| List<UpdateAsnItemClientForm> | List of the line items to be updated | yes(min size = 1) |
| String | Code to identify the product | yes |
| Integer | Revised quantity of the line item | yes(min value = 1) |
| Double | MRP of a line item | no |
Response
Empty Body
HttpStatus : 200
, multiple selections available,
Related content
ASN Posting API
ASN Posting API
More like this
Create ASN API
Create ASN API
More like this
Capturing Tag Loop Codes for Myntra Marketplace Orders
Capturing Tag Loop Codes for Myntra Marketplace Orders
Read with this
Update Returns API
Update Returns API
More like this
Omni Sprint 71 Release Notes
Omni Sprint 71 Release Notes
Read with this
Update Inward Order API (Beta)
Update Inward Order API (Beta)
More like this