Skip to main content
GET
/
api
/
catalog
/
batches
List Catalog Batches
curl --request GET \
  --url https://api.merchantops.ai/api/catalog/batches
{
  "items": [
    {}
  ],
  "limit": 123,
  "skip": 123,
  "total": 123
}

Headers

authorization
string | null
X-Organization-ID
string | null

Query Parameters

status
string | null
created_by
string | null
q
string | null

Search name + description

effective_date_from
string | null
effective_date_to
string | null
sort_by
string | null
sort_dir
string
default:desc
skip
integer
default:0
Required range: x >= 0
limit
integer
default:50
Required range: 1 <= x <= 200

Cookies

stytch_session
string | null

Response

Successful Response

items
Items · object[]
required
limit
integer
required
skip
integer
required
total
integer
required