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": "2e26b527-ee49-4ce7-bc71-f4a7f0565482",
      "object": "bulk_action",
      "action_type": "delete_products",
      "record_ids": [
        "6a8017e7-ac48-4ee7-9394-761a5ea54cfe",
        "e88812b9-0211-4e30-9ada-1dd87ffdf9fc",
        "fd2d666a-b427-4a30-87f1-a5245a337667",
        "f9036b5e-05c5-4247-8484-fbe808d15d32",
        "3b6ea137-1aa2-4afd-a48d-eab242f30dc8"
      ],
      "skipped_record_ids": [],
      "status": "pending",
      "created_at": 1778010859,
      "updated_at": 1778010859
    }
  ]
}

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.