Versions Compared

Key

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

...

Code Block
languagejson
{
  "locationCode": "wd003",
  "inventories": [
    {
      "quantity": 40,
      "channelSkuCode": "302"
    }
  ]
}

Parameter Name

Data Type

Description

Mandatory

locationCode

String

Identifier for a warehouse in channel

Yes

inventories

Object[]

List of inventories to be updated

quantity

Integer

Absolute quantity available for sale in Assure

Yes

channelSkuCode

String

Code used by channel to identify an SKU

Yes

...

Code Block
languagejson
{
  "failureList": [],
  "successList": [
    "302"
  ]
}

HttpStatus : 200

Parameter Name

Data Type

Description

failureList

String[]

List of channelSkuCodes for which inventory update was not successful

successList

String[]

List of channelSkuCodes for which inventory update was successfulÂ