Search Custom Order Attributes Keys API
Inbound | GET | /master/custom-attributes/search
Summary
This API will return the key values defined for custom order attributes in our system.
Description
This API will return the key values defined for custom order attributes in our system.
Request Parameters
Parameter Name | Data Type | Description | Mandatory |
| Enum | Attribute type, whose values is to be fetched Possible values:
| Yes |
Response
{
"orderAttributesDataList": [
{
"attributeKey": "Attribute1",
"attributeValue": "test_1bd271cb334c2",
"type": "OUTWARD_ORDER"
}
]
}
Parameter Name | Data Type | Description |
| String | Custom attribute key for an order |
| String | Value of the attribute |
| ENUM
| type of attribute |
, multiple selections available,
Related content
Search Custom Order Attributes API
Search Custom Order Attributes API
More like this
Update Order Custom Attributes API(Beta)
Update Order Custom Attributes API(Beta)
More like this
Update Outward Order Attributes
Update Outward Order Attributes
More like this