Skip to content

Customer Active Cart Items

Items the customer has in their own active storefront cart (carts.is_active = 1) — distinct from the admin draft cart being built. The Create-Order screen's right-sidebar shows these so the admin can pull items into the draft.

EndpointMethod
/api/admin/customers/{customerId}/cart-itemsGET

Returns only top-level items (cart_items.parent_id IS NULL). Empty data array when the customer has no active cart. Requires an admin Bearer token.

Released under the MIT License.