Skip to main content

Overview

Use these methods to fetch product details and offer options (shipping, retailer variations, etc.) for checkout.

Authentication

Requires x-commerce-api-key.

Request

Retrieve a product

Get offers for a product

Response

Example product response (truncated):

Errors

  • 401 missing/invalid commerce API key
  • 404 product not found

Examples

  • Fetch offers immediately before checkout to avoid stale pricing/shipping expectations. Next: Checkout