Get Shopify cart
get_cartRetrieve a Shopify-owned cart by cart id. Owner-bound: requires the cart_access_token returned by create_cart, so only the session that created a cart can read it. Cart persistence comes from Shopify; agents must retain the cart id, cart_access_token, and continue_url across sessions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Shopify Cart gid. | |
| meta | No | ||
| cart_access_token | Yes | Owner credential returned by create_cart for this cart id. |