Skip to main content
Anchor to carrierServiceCreate

carrierServiceCreate

mutation

Requires write_shipping access scope.

Creates a carrier service that provides real-time shipping rates to Shopify. Carrier services provide real-time shipping rates from external providers like FedEx, UPS, or custom shipping solutions. The carrier service connects to your external shipping rate calculation system through a callback URL.

When customers reach checkout, Shopify sends order details to your callback URL and displays the returned shipping rates. The service must be active to provide rates during checkout.

DeliveryCarrierServiceCreateInput!
required

The input fields used to create a carrier service.


Was this section helpful?

Anchor to CarrierServiceCreatePayload returnsCarrierServiceCreatePayload returns

DeliveryCarrierService

The created carrier service.

[CarrierServiceCreateUserError!]!
non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?