Versions Compared

Key

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

...

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

 

Parameter Name

Data Type

Description

Mandatory

locationCode

String

Location from which inventory is being pushed

yes

 

orderItems

Object[]

List of products to be updated

yes

orderItems.channelskuCode

String

Scannable barcode on the product

yes

orderItems.Quantity

int

Ordered Quantity

yes

...