Versions Compared

Key

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

...

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 AssureOMS

Yes

channelSkuCode

String

Code used by channel to identify an SKU

Yes

channelSerialNo

String

Additional code by channel to identify an SKU

No

minExpiry

String

Minimum expiry date of the item guaranteed by AssureOMS

No

Response

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

...