/
Search Custom Order Attributes Keys API(Beta)
Search Custom Order Attributes Keys API(Beta)
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 |