ShippingMethod Object
Shipping method are the methods you'll use to get customer's orders to them. They are directly exposed to the customers.
Fields
#
maximumOrderPrice
maximumOrderWeight
metadata
[ MetadataItem !]!
Non-null
List of public metadata items. Can be accessed without permissions.
minimumOrderPrice
minimumOrderWeight
price
privateMetadata
[ MetadataItem !]!
Non-null
List of private metadata items.Requires proper staff permissions to access.
requiresSecondaryAddress
Deprecated: This field will always return False and will be removed soon.
Interfaces
#
Also implements Node , ObjectWithMetadata .
Usages
#
References
#
- Field availableMarketplaceShippingMethods from Checkout
- Field marketplaceShippingMethod from Checkout
- Field value from MultiSellerShippingMethod