Create
Bulk Actions
Create
Creates a new bulk action.
POST
Create
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Response
200 - application/json
Success
The UUID of the specific object.
A string describing the object type returned.
The type of action to be performed. Possible values include:
delete_customersdelete_products
The id of records to perform the bulk action on.
The array of ids that are skipped due to the action not being applicable to them.
The status of the bulk action. Possible values include:
completed: The bulk action has been executed, possibly with some errors.invalid: The bulk action contains no record_ids that support the given action.pending: The bulk action is pending and not yet processed.processing: The bulk action is currently being processed.succeeded: The bulk action has succeeded with no errors for all the supporting record_ids.
Time at which the object was created. Measured in seconds since the Unix epoch.
Time at which the object was last updated. Measured in seconds since the Unix epoch.