6/25/2026, 12:00:51 AM
The schema now returns paginated delivery groups through new types DeliveryCarrierCalculatedRateGroupConnection and DeliveryWeightBasedRateGroupConnection. RateGroup fields on option definitions have been replaced with plural rateGroups, using connections for better pagination, and the type signature changed from a non‑null object to a connection. Several error enums received a new value, SHOPIFY_EMPLOYEE_IMPERSONATING, for analytics‑target create, update, and delete operations. The ColumnDataType enum is expanded with CUMULATIVE, GEO_COORDINATE, ENTITY, UNITLESS_SCALAR, and MULTIPLIER. FlowGenerateSignaturePayload now includes a targetUrl field exposing the request‑payload URL. The legacy codeDiscountNode query is deprecated in favor of discountNode. Developers should review updated pagination queries, adapt to the new field names, handle the new error codes, and utilize the added targetUrl for Flow payloads.
An auto-generated type for paginating through multiple DeliveryCarrierCalculatedRateGroups.
An auto-generated type which holds one DeliveryCarrierCalculatedRateGroup and a cursor during pagination.
An auto-generated type for paginating through multiple DeliveryWeightBasedRateGroups.
An auto-generated type which holds one DeliveryWeightBasedRateGroup and a cursor during pagination.
SHOPIFY_EMPLOYEE_IMPERSONATINGSHOPIFY_EMPLOYEE_IMPERSONATINGSHOPIFY_EMPLOYEE_IMPERSONATINGCUMULATIVEGEO_COORDINATEENTITYUNITLESS_SCALARMULTIPLIERrateGrouprateGroupsThe rate groups for this carrier-calculated shipping option.
rateGroupsrateGrouprateGroupsThe rate groups for this weight-based shipping option.
targetUrlThe target URL corresponding to the requested payload schema: action runtime URL, validation URL, or custom configuration page preview URL.