Represents a BulkDeleteLocationCustomAttributes request.
BulkDeleteLocationCustomAttributesRequest
Name | Type | Tags | Description |
---|---|---|---|
Values |
IDictionary<string, BulkDeleteLocationCustomAttributesRequestLocationCustomAttributeDeleteRequest> |
Required | The data used to update the CustomAttribute objects.The keys must be unique and are used to map to the corresponding response. |
{
"values": {
"id1": {
"key": "bestseller",
"location_id": "L0TBCBTB7P8RQ"
},
"id2": {
"key": "bestseller",
"location_id": "L9XMD04V3STJX"
},
"id3": {
"key": "phone-number",
"location_id": "L0TBCBTB7P8RQ"
}
}
}