DEV
Query.
shippingZone
Returns a
ShippingZone
resource by ID.
Arguments
id
•
ID!
Required
The
ID
of the ShippingZone to return.
Returns:
ShippingZone
GraphQL
1
2
3
type
Query
{
shippingZone
(
id
:
ID
!
)
:
ShippingZone
}
Was this page helpful?
Yes
No
© 2024 Zonos
zonos.com
Query.
shippingZone
Returns a
ShippingZone
resource by ID.Arguments
id
ID!
Required
ID
of the ShippingZone to return.Returns:
ShippingZone
type Query { shippingZone(id: ID!): ShippingZone }