Checkout Intents

List shipments for checkout intent

List shipments for a checkout intent

get/api/v1/checkout-intents/{id}/shipments

Path parameters

idstring required

The id of the checkout intent

Query parameters

limitinteger

Maximum number of results to return (default 100)

afterstring
beforestring

Response

Shipments list response

Changes

Changed in 1 of the 48 revisions of this API.1

    • the security scope checkout_intents:read was added to the endpoint's security scheme bearerAuth

      api-security-scope-added