Skip to main content

Bulk Edit Products (Apply to All)

POST 

/api/v2/products/bulk-edit

Apply the same set of changes to all selected products.

Authentication: Requires Bearer token.

Fields:

  • product_ids (required, array, max 500): Product IDs to update
  • changes (required, array): List of changes, each with:
    • field (required, string): Field name to change
    • operation (required, string): Operation type (e.g., 'set', 'clear')
    • value (nullable): New value
    • tier_id (nullable, integer): Required for pricing field changes
    • attribute_id (nullable, integer): Required for attribute field changes
    • supplier_id (nullable, integer): Required for supplier field changes

Request

Responses

Successful response