Skip to main content

Overview

Merchant carts are server-scoped carts used in merchant operations (for example: creating carts on behalf of customers).

Authentication

Requires x-commerce-api-key.

Request

List merchant carts

Create a merchant cart

Add an item

Validate merchant cart

Totals

Response

Example response (truncated):

Errors

  • 401 missing/invalid commerce API key
  • 400 invalid cart id or payload

Examples

  • Prefer merchant carts when you need server-side cart control and auditing. Next: Products