Represents an UpdateLocationCustomAttributeDefinition response.
Either custom_attribute_definition
or errors
is present in the response.
Update Location Custom Attribute Definition Response
Name | Type | Tags | Description |
---|---|---|---|
custom_attribute_definition |
Custom Attribute Definition |
Optional | Represents a definition for custom attribute values. A custom attribute definition specifies the key, visibility, schema, and other properties for a custom attribute. |
errors |
List Error |
Optional | Any errors that occurred during the request. |
{
"custom_attribute_definition": {
"created_at": "2022-12-02T19:06:36.559Z",
"description": "Update the description as desired.",
"key": "bestseller",
"name": "Bestseller",
"schema": {
"key1": "val1",
"key2": "val2"
},
"updated_at": "2022-12-02T19:34:10.181Z",
"version": 2,
"visibility": "VISIBILITY_READ_ONLY"
},
"errors": [
{
"category": "MERCHANT_SUBSCRIPTION_ERROR",
"code": "INVALID_EXPIRATION",
"detail": "detail6",
"field": "field4"
},
{
"category": "MERCHANT_SUBSCRIPTION_ERROR",
"code": "INVALID_EXPIRATION",
"detail": "detail6",
"field": "field4"
},
{
"category": "MERCHANT_SUBSCRIPTION_ERROR",
"code": "INVALID_EXPIRATION",
"detail": "detail6",
"field": "field4"
}
]
}