Types > OrderRefundLineItem
Commerce APITypesOrderRefundLineItem
OrderRefundLineItem

Description

Fields

dest_inventory_location_id: String

Destination inventory location id

Example: "il_EQzGqWoY"

Valid when: dest_inventory_location_id matches regexp pattern: ^il_


fulfillment_id: String

Fulfillment id

Example: "fu_EQzGqWoY"

Valid when: fulfillment_id matches regexp pattern: ^fu_


inventory_location_id: String

Inventory location id

Example: "il_EQzGqWoY"

Valid when: inventory_location_id matches regexp pattern: ^il_


line_item_id: String!

Line item id

Example: "li_EQzGqWoY"

Valid when: line_item_id matches regexp pattern: ^li_


refund_amount: Int

Amount to refund for this line item

Example: 768


refund_fee: Int

Refund fee (won't be included in refund payment)

Example: 234


restock_quantity: Int

Amount of items to restock

Example: 4


variant_id: String

Variant id

Example: "va_EQzGqWoY"

Valid when: variant_id matches regexp pattern: ^va_


Used By

Types

OrderRefund

Preview (typescript)

Loading module