Retrieves a list of promotions for the authenticated vendor. Supports search, filtering, sorting, and pagination.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Search term to filter promotions by searchable fields.
Filter by promotion ID(s).
Filter by promotion code(s).
Filter by campaign ID(s).
Filter by promotion status.
draft, active, inactive Filter by whether the promotion is automatic.
Filter by promotion type.
standard, buyget Filter by creation date using operator map (e.g., $gt, $lt, $gte, $lte).
Filter by update date using operator map (e.g., $gt, $lt, $gte, $lte).
The number of items to skip before starting to collect the result set.
The number of items to return.
The field to sort by and in which order (e.g., "created_at" for ascending, "-created_at" for descending).
Comma-separated fields to include in the response.