Versions Compared

Key

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

...

Parameter Name

Data Type

Description

Mandatory

orderAttributeType

Enum

Attribute type, whose values is to be fetched

Possible values:

  • OUTWARD_ORDER

  • OUTWARD_ORDER_ITEM

  • INWARD_ORDER

  • INWARD_ORDER_ITEM

Yes

Response

Code Block
languagejson
{
  "OrderAttributesData": [
    {
      "attributeKey": "Attribute1",
      "attributeValue": "test_1bd271cb334c2",
      "type": "OUTWARD_ORDER"
    }
  ]
}

...