Versions Compared

Key

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

...

Request

Code Block
languagejson
{
    "inventories": [
        {
            "quantity": 30,
            "channelSkuCode": "302",
	            "locationCode": "loc1"
        }
    ]
}

Parameter Name

Data Type

Description

Mandatory

inventories

Object[]

List of inventories to be updated

Yes

locationCode

String

Identifier for a warehouse in channel

Yes

quantity

Integer

Absolute quantity available for sale sale in Assure

Yes

channelSkuCode

String

Code used by channel to identify an SKU

Yes

...