Skip to main content
GET
/
v1
/
bulk_actions
List
curl --request GET \
  --url https://{defaultHost}/v1/bulk_actions \
  --header 'Authorization: Bearer <token>'
{
  "object": "list",
  "pagination": {
    "count": 1,
    "limit": 20,
    "page": 1,
    "url": "/v1/bulk_actions"
  },
  "data": [
    {
      "id": "1577ff8d-dce5-40c4-b158-f9108df3d4f3",
      "object": "bulk_action",
      "action_type": "delete_products",
      "record_ids": [
        "cd14bb36-d8e2-4e9b-a919-eab5dda2b2d6",
        "2943aad5-d020-4573-bd0f-7567c5d2d3d7",
        "83418096-8e96-4a38-a57b-481cc6ea96fa",
        "731e932f-fa63-42e5-9aff-7ce277a7bd88",
        "6b185267-7ddc-42e7-a711-0abb445a700c"
      ],
      "skipped_record_ids": [],
      "status": "pending",
      "created_at": 1780335052,
      "updated_at": 1780335052
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://developer.surecart.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

ids[]
string[]

Only return objects with the given IDs.

limit
integer

A limit on the number of items to be returned, between 1 and 100.

page
integer

The page of items you want returned.

Response

200 - application/json

Success

object
string

A string describing the object type returned.

pagination
object
data
array

An array of objects.