Skip to main content
PATCH
Apply bulk changes to multiple offers at once. Allows you to update specific fields across many offers without sending the full offer object for each one. See the field_type enum below for the full list of patchable fields.

Authorizations

X-Eflow-Api-Key
string
header
required

The Everflow API key generated from the Control Center > Security.

Body

application/json
network_offer_ids
integer[]
required

Array of offer IDs to update.

fields
object[]
required

Array of field changes to apply.

Response

200 - application/json
result
boolean

Whether the bulk edit was successful.