Poll Checkout Status

Check the current status of an ongoing checkout process.

Endpoint: GET /commerce/webstores/{webstoreId}/checkouts/{activeOrCheckoutId}

When to use:

  • After receiving 202 response from PUT or PATCH requests
  • Before proceeding to the next checkout step
  • To verify all calculators completed successfully

Response codes:

  • 200 OK – Processing complete, data ready
  • 202 Accepted – Still processing, continue polling
  • 422 Unprocessable Entity – Calculator failure, check error details