input_object

ProductsDataUpdatesInput

Defines structure for updating bag or product-level data. - The fields to update (via `data`) - The product selection criteria (via `filters`) Example: `{ "filters": [{}], "data": { "meta": { "courier_partner_name": "BVC Logistics" } } }`
Fields
data
JSON
Information about the data to be updated.
Criteria applied to filter the products.