Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Warning

Note: One batch can contain maximum of 300 SKUs.

Request

Code Block
languagejson
{
    "locationCode": "wd003",
    "products": [
        {
            "quantity": 40,
            "channelSkuCode":"ITEM302",
        }
    ]
}

...

Parameter Name

Data Type

Description

Mandatory

locationCode

StringLocation

from which inventory is being pushedIdentifier for the location for which inventory will be synced to channel.

Yes

products

Object[]

List of products for which inventory needs to be updated

Yes

products.channelskuCode

String

Scannable barcode on the product

Yes

products.quantity

int

Aboluste Quantity of inventory available for the product in eWMSexternal WMS.

Yes

Response

Code Block
languagejson
{
  "failureProducts": [],
  "successProducts": [
    "302"
  ]
}

...