Magidoc

ShippingService
Object

A service offered by a Shipping Carrier

Fields

#

id

ID !
Non-null

The unique identifier for the service

externalId

An externalId for the service

name

Non-null

The name of the service

carrier

Non-null

The carrier that offers this service

carrierId

ID !
Non-null

The Id of the carrier that offers this service

sameDayPickup

Non-null

Does the service support same-day pickup

sameDayDelivery

Non-null

Does the service support same-day delivery

bookingCutoff

Non-null

The cutoff time for booking a shipment

pickupCutoff

Non-null

The cutoff time for pickup

transitTime

Non-null

The transit time for the service

latestDelivery

Non-null

The latest delivery time for the service

pickupDays

[ DayName !]!
Non-null

The days of the week the service picks up

deliveryDays

[ DayName !]!
Non-null

The days of the week the service delivers

supportedCountries

[ String !]!
Non-null

The countries this service supports

createdAt

Non-null

The date the service was created

updatedAt

Non-null

The date the service was last updated

Usages

#

References

#

  • Field shippingService from Query