Query service levels
To view available service levels for a merchant, you can use the following query.
1
query {2
shippingProfiles {3
customServiceLevelCode4
id5
landedCostMethod6
serviceLevel {7
availability8
carrier {9
name10
}11
carrierApiCode12
carrierLabelApiCode13
code14
deliveryType15
id16
name17
}18
}19
}
Retrieve service levels
View available service levels for shared customers.GraphQL
If you are a partner of Zonos that will be fulfilling shipments via API, you can pull back a list of service levels available for those shipments.