Types > StorefrontReturnPolicyShippingOption
Storefront APITypesStorefrontReturnPolicyShippingOption
StorefrontReturnPolicyShippingOption

Description

Fields

address: Address

Address this return option refers to, if "address_type" is "custom".


address_type: ReturnPolicyAddressType!

What address customers will use for returns


inventory_location: InventoryLocation

Inventory location this return option refers to, if "address_type" is "inventory_location".

Expandable

Permission bit: "inventory_locations.read"


refund_shipping_charge: Boolean!

Whether to refund shipping charge or not

Example: true


return_fee: ReturnPolicyReturnFee!


return_fee_value: Float!


reverse_logistics: ReverseLogistics!

Whether to generate label or not


reverse_logistics_desc: String!

Description for a custom reverse logistics option

Example: "TODO"


reverse_logistics_name: String!

Name for a custom reverse logistics option

Example: "TODO"


tracking_company: String!

The name of the shipping company

Example: "Ship & Co"


Used By

Types

StorefrontReturnPolicy

Preview (typescript)

Loading module