Represents a BulkDeleteLocationCustomAttributes request.
Bulk Delete Location Custom Attributes Request
Name | Type | Tags | Description |
---|---|---|---|
values |
Dict Str Bulk Delete Location Custom Attributes Request Location Custom Attribute Delete Request |
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"
}
}
}