ShippingRate - admin-graphql - OBJECT
Version: 2024-10
Description:
A shipping rate is an additional cost added to the cost of the products that were ordered.
Access Scopes
Any of `draft_orders`, `orders` or `shipping` access scopes or `manage_delivery_settings` user permission.
Fields
-
handle:
String! -
Human-readable unique identifier for this shipping rate.
-
price:
MoneyV2! -
The cost associated with the shipping rate.
-
title:
String! -
The name of the shipping rate.
Connections
Related queries
Related mutations
Related Unions
Examples