CheckoutSession
id
ID!
Required
CheckoutSession!
type Query { checkoutSessionByLandedCostId(id: ID!): CheckoutSession! }
Query.
checkoutSessionByLandedCostId
Returns a
CheckoutSession
by LandedCost ID.Arguments
id
ID!
Required
Returns:
CheckoutSession!
type Query { checkoutSessionByLandedCostId(id: ID!): CheckoutSession! }