Method
GET /v1/marketplace/offers/{id}
Requires the catalog:read scope and workspace context.
Path Parameters
The offer ID (e.g.,
offr_abc123).Headers
Bearer token (e.g.
Authorization: Bearer YOUR_API_KEY)Response Fields
Maximum discount cap in minor units (cents). For percentage discounts, this limits the total discount amount.
Minimum purchase amount required in minor units (cents) to qualify for the offer.
Provider-defined eligibility rules as a JSON object. Structure varies by provider.
Whether this offer can be stacked with other offers.
List of offer IDs that are mutually exclusive with this offer.
ISO 8601 timestamp of when the offer was last synced from the provider.
The offer must belong to a provider your workspace has an active connection to.
Access to offers from unconnected providers will return a 404 error.