DEV
Query.
serviceLevel
Returns a
ServiceLevel
resource by ID.
Arguments
id
•
ID!
Required
The
ID
of the
ServiceLevel
to return.
Returns:
ServiceLevel
GraphQL
1
2
3
type
Query
{
serviceLevel
(
id
:
ID
!
)
:
ServiceLevel
}
Related user guides
Global Ecommerce > Integration > Integrating New Checkout
>
Retrieve order details
Global Ecommerce > Rating
>
Shipment rating
Supply Chain > Customs Documentation
>
Retrieve customs details
Supply Chain > Landed Cost
>
Create a shipment
Supply Chain > Landed Cost
>
Platform shipment integration
Supply Chain > Landed Cost
>
Retrieve service levels
Was this page helpful?
Yes
No
© 2026 Zonos
zonos.com
Query.
serviceLevel
Returns a
ServiceLevelresource by ID.Arguments
id
ID!
Required
IDof theServiceLevelto return.Returns:
ServiceLevel
type Query { serviceLevel(id: ID!): ServiceLevel }Related user guides