Represents a BulkDeleteMerchantCustomAttributes request.
Bulk Delete Merchant Custom Attributes Request
Name | Type | Tags | Description |
---|---|---|---|
values |
Dict Str Bulk Delete Merchant Custom Attributes Request Merchant 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": "alternative_seller_name",
"merchant_id": "DM7VKY8Q63GNP"
},
"id2": {
"key": "has_seen_tutorial",
"merchant_id": "DM7VKY8Q63GNP"
}
}
}