Offers
Retrieve Offer
Retrieve a seller offer by ID with its per-offer calculated price.
GET
Returns a single offer; offers from hidden sellers or on unpublished products return a
404.
Customer authentication is optional.
calculated_price is computed per offer only when requested in fields and a pricing context (region_id, country_code, or cart_id) resolves; requesting inventory_quantity or in_stock requires a single sales channel on the publishable key or via sales_channel_id.Path parameters
The offer’s ID.
Query parameters
Comma-separated fields and relations to include; add
calculated_price, inventory_quantity, or in_stock to receive the computed fields.Region used to build the pricing context for
calculated_price.Country used for the tax portion of the pricing context.
Province used for the tax portion of the pricing context.
Cart whose region and customer resolve the pricing context.