refund - aareano/ifshop-wiki GitHub Wiki
This drop is does not correspond to a Shopify liquid drop.
This drop corresponds to refund
in Shopify's API.
Shopify email properties
missingThe following properties are available in Shopify's email templates, but are not (yet) available in ifshop's email templates.
refund.amount
- refund.created_at
- refund.id
- refund.note
- refund.refund_line_items
- refund.restock
- refund.transactions
- refund.user_id
refund.created_at
Returns the date and time when the refund was created, in ISO 8601 format.
refund.id
Returns the unique numeric identifier for the refund. This is used for Shopify's API purposes.
refund.note
Returns the optional note attached to a refund.
refund.refund_line_items
Returns an array of refund_line_item drops, which represent the items that are being refunded.
refund.restock
Returns true
if the line items were added back to the store inventory, otherwise false
.
refund.transactions
Returns the an array of transaction drops involved in the refund.
refund.user_id
Returns the unique identifier of the user who performed the refund.