Anchor to DeliveryCarrierServiceAndLocationsDelivery
objectDelivery Carrier Service And Locations
Requires Any of orders or shipping access scopes or user permission.
Links a with the associated shop locations where it can calculate shipping rates. Each pairing indicates the locations that can use a specific carrier service for real-time rate calculations during checkout.
The carrier service provides the shipping rate calculation logic, while the locations represent physical or virtual fulfillment points that can ship orders using that service.
Anchor to FieldsFields
- carrierService (DeliveryCarrierService!)
- locations ([Location!]!)
- Anchor to carrierServicecarrier•Delivery
Service Carrier Service! non-null The carrier service.
- Anchor to locationslocations•[Location!]!non-null
The list of locations that support this carrier service.
Was this section helpful?
Anchor to QueriesQueries
- availableCarrierServices ([DeliveryCarrierServiceAndLocations!]!)
- •query
Returns a list of activated carrier services and associated shop locations that support them.
Was this section helpful?