Anchor to CarrierServiceCreateUserErrorCarrier
objectCarrier Service Create User Error
An error that occurs during the execution of .
Anchor to FieldsFields
- code (CarrierServiceCreateUserErrorCode)
- field ([String!])
- message (String!)
- Anchor to codecode•Carrier
Service Create User Error Code The error code.
- Anchor to fieldfield•[String!]
The path to the input field that caused the error.
- Anchor to messagemessage•String!non-null
The error message.
Was this section helpful?
Anchor to MutationsMutations
- carrierServiceCreate (CarrierServiceCreatePayload)
- •mutation
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.
- Anchor to inputinput•Delivery
Carrier Service Create Input! required The input fields used to create a carrier service.
Arguments
Was this section helpful?