Offers

Create an offer

Create a new orderbook offer (bid) for the authenticated organization.

Rate limit: 120 requests burst, 60 requests/minute sustained.

post/offers/create-offer/v1

Request body

productIdstring uuid required
variantIdstring uuid required
quantityinteger required
type'fixed_pricing' | 'premium_percentage_pricing' | 'premium_dollar_pricing' required
priceinteger nullable

Price in cents. Required for fixed_pricing type

premiumPercentnumber
premiumDollarinteger

Premium in cents

buyerNotesstring
activeboolean
expiresAtstring date-time required
maxSpotPriceinteger nullable

Max spot price in cents

minSpotPriceinteger nullable

Min spot price in cents

Response

Default Response

successboolean required

Changes

No recorded changes to this endpoint across all 1 revision of this API.