Types > ReturnPolicyShippingOption
Commerce APITypesReturnPolicyShippingOption
ReturnPolicyShippingOption

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!


return_fee_value: Float!


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"


tracking_company: String!

The name of the shipping company

Example: "Ship & Co"


Used By

Types

ReturnPolicy

Preview (typescript)

Loading module