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
Example: "origin"
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
restock_items_to_inventory: Boolean!
Whether to restock items to inventory or not
Example: true
return_approval: ReturnApproval!
Return approval policy
Example: "automatic"
return_fee: ReturnPolicyReturnFee!
reverse_logistics: ReverseLogistics!
Whether to generate label or not
Example: "generate_label"
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"
The name of the shipping company
Example: "Ship & Co"
Used By
Types
Preview (typescript)
interface ReturnPolicyShippingOption {address?: Address | nulladdress_type: ReturnPolicyAddressTypeinventory_location?: InventoryLocation | nullrefund_shipping_charge: booleanrestock_items_to_inventory: booleanreturn_approval: ReturnApprovalreturn_fee: ReturnPolicyReturnFeereturn_fee_value: numberreverse_logistics: ReverseLogisticsreverse_logistics_desc: stringreverse_logistics_name: stringtracking_company: string}