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.
To view available service levels for a merchant, you can use the following query.
query {
shippingProfiles {
customServiceLevelCode
id
landedCostMethod
serviceLevel {
availability
carrier {
name
}
carrierApiCode
carrierLabelApiCode
code
deliveryType
Retrieve service levels
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.
Query service levels
To view available service levels for a merchant, you can use the following query.
query {shippingProfiles {customServiceLevelCodeidlandedCostMethodserviceLevel {availabilitycarrier {name}carrierApiCodecarrierLabelApiCodecodedeliveryTypeidname}}}Was this page helpful?