Skip to main content
Lists all sellable / biddable items for an event, grouped by category, as an ItemsBundle. Available in two of the three families today:
Coming Soon — list-items on the Salesforce connector family. If you need item data via a Salesforce-shaped payload, contact support@givergy.com.

Authorization

The authenticated caller must be the dedicated service user provisioned for your integration, and have access to the event.
Custom Data Export endpoints require a dedicated service user provisioned per customer. Contact support@givergy.com to set up your integration.

Path parameters

Query parameters

offset and limit apply per category in the response, not across the whole bundle. If you have more than 1000 records in any single category, paginate by re-issuing the request with rising offset until every category returns an empty array. See Polling pattern → Bundle pagination caveat.

Response

ItemsBundle — always the same wrapper shape, with the per-record fields varying by family:
Returns the full variants of BuyNowItem, AuctionItem, Pledge, Raffle, Ticket, and GliRaffle.The Custom Data Export item types include descriptive fields the connector variants strip:
  • revenueStreamType, externalId, categories, irsSubcategory
  • startPrice, increments, description, termsDescription
  • taxRate, estimate (where applicable)
See Payload customization examples for the full comparison.

Example

See the full ItemsBundle (Custom Data Export) example response.

What’s in the response

ItemsBundle has six top-level keys, each holding an array of records of one type: The wrapper shape is constant across every family — only the contents of each array change between the Custom Data Export and connector variants.