Queries
getCart
Retrieve a Cart by its ID. This query can be used to retrieve information about an existing cart.
Arguments
Set to true
by default.
If set to true
, the buyerIdentity
field will be fetched in the response.
Set to true
by default.
If set to true
, the cartLines
field will be fetched in the response.
Set to true
by default.
If set to true
, the offers
field will be fetched in the response.
Set to true
by default.
If set to true
, the shippingMethods
field will be fetched in the response.
Returns
Any requested field from the CartResponse
object.
Usage
Was this page helpful?