Skip to main content

Overview

Use product endpoints to:
  • fetch full product details for a productId
  • fetch offers (price + seller + shipping) before checkout

Authentication

Requires x-commerce-api-key.

Request

Endpoints:
  • GET /api/commerce/products/{productId}
  • GET /api/commerce/products/{productId}/offers
Example (offers):

Response

Representative offers response:
Notes:
  • Offers must be deliverable within 10 days to be eligible for checkout.

Errors

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

Examples

Use product offers to confirm pricing before you generate a Checkout invoice. Next: Checkout