Skip to main content

Method

GET /v1/marketplace/offers/{id} Requires the catalog:read scope and workspace context.

Path Parameters

string
required
The offer ID (e.g., offr_abc123).

Headers

string
required
Bearer token (e.g. Authorization: Bearer YOUR_API_KEY)

Response Fields

string
Maximum discount cap in minor units (cents). For percentage discounts, this limits the total discount amount.
string
Minimum purchase amount required in minor units (cents) to qualify for the offer.
object
Provider-defined eligibility rules as a JSON object. Structure varies by provider.
boolean
Whether this offer can be stacked with other offers.
array
List of offer IDs that are mutually exclusive with this offer.
string
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.