DEV

Query.

checkoutSessionByLandedCostId

Returns a CheckoutSession by LandedCost ID.

Arguments

id

ID!

Required

No description
GraphQL
1
2
3
type Query {
  checkoutSessionByLandedCostId(id: ID!): CheckoutSession!
}

Was this page helpful?