Types > ReturnPolicyShippingOptionCreate
Commerce APITypesReturnPolicyShippingOptionCreate
ReturnPolicyShippingOptionCreate

Description

Fields

address: AddressCreate

Return shipping address


address_type: ReturnPolicyAddressType

What address customers will use for returns


inventory_location_id: String

Unique inventory location identifier. See also: Unique Identifiers

Example: "il_EQzGqWoY"

Valid when: inventory_location_id matches regexp pattern: ^il_


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


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"

Valid when: reverse_logistics_desc's length doesn't exceed 4096 characters


reverse_logistics_name: String

Name for a custom reverse logistics option

Example: "TODO"

Valid when: reverse_logistics_name's length doesn't exceed 250 characters


tracking_company: String

The name of the shipping company

Example: "Ship & Co"

Valid when: tracking_company's length doesn't exceed 250 characters


Used By

Types

ReturnPolicyCreate, ReturnPolicyModify

Preview (typescript)

Loading module