Skip to content

Get Cart

Returns the full draft-cart payload — line items (with type-specific additional data), totals, billing & shipping addresses, and the currently-selected shipping/payment method. The same payload shape is returned by every cart write operation, so the client never needs a refetch.

Endpoint

EndpointMethod
/api/admin/carts/{id}GET

{id} is the draft cart id (typically the value returned by the Reorder action or a future Create-Cart endpoint). Requires an admin Bearer token.

Released under the MIT License.