Skip to content

shopifyGetRefunds - shopify

Version: 2022-10

← shopify Add-On Übersicht

Retrieves all refund information including refunded items, order adjustments and transactions of all orders according to the set <em>order status</em>, <em>financial status</em> and <em>fulfillment status</em>. The retrieval of orders can be additionally limited by specifying the <em>order creation date</em> (optional) and the <em>order updated date</em> (optional).


Inputs

Das sind die Optionen, mit denen man den Step konfigurieren kann.

Name Datentyp Beschreibung Pflichtfeld Werte
account ACCOUNT shopify Account Ja
status STRING Filter orders by their status. Only orders in the selected status will be retrieved. This status can be combined with the other statuses. Ja
  • open
  • closed
  • cancelled
  • any
financial_status STRING Filter orders by their financial status. Only orders in the selected financial status will be retrieved. This status can be combined with the other statuses. Ja
  • any
  • authorized
  • pending
  • paid
  • partially paid
  • refunded
  • partially refunded
  • voided
  • unpaid
fulfillment_status STRING Filter orders by their fulfillment status. Only orders in the selected financial status will be retrieved. This status can be combined with the other statuses. Ja
  • any
  • shipped
  • partially shipped
  • unshipped
limit STRING Limits the number of orders to be retrieved for refund processing. Enter a small number for tests. If limit is empty or greater than 249 then all orders are retrieved. Nein
created_at_from DATETIME Creation time of orders. All orders in the specified status that were created on this date and the specified time and after are retrieved. The time is in UTC. If no date is specified, all orders will be fetched in the specified status. Nein
updated_at_from DATETIME Update time of orders. All orders in the specified status that were updated on this date and the specified time and after are retrieved. The time is in UTC. If no date is specified, all orders will be fetched in the specified status. Nein

Outputs

Das sind die Ergebnisse des Steps, die von nachfolgenden Steps, nach der Ausführung verwendet werden können.

Name Datentyp Beschreibung Werte
RefundedItems SPREADSHEET
Folgende Felder sind im Output enthalten:

Feld Datentyp Beschreibung Standardwert
identifier SINGLE
refund_line_items_id SINGLE
order_id SINGLE
order_created_at SINGLE
order_updated_at SINGLE
order_number SINGLE
order_name SINGLE
order_financial_status SINGLE
order_fulfillment_status SINGLE
order_source_name SINGLE
order_tags SINGLE
order_note SINGLE
refund_id SINGLE
refund_note SINGLE
refund_line_items_quantity SINGLE
refund_line_items_line_item_id SINGLE
refund_line_items_location_id SINGLE
refund_line_items_restock_type SINGLE
refund_line_items_subtotal SINGLE
refund_line_items_total_tax SINGLE
refund_line_items_line_item_variant_id SINGLE
refund_line_items_line_item_title SINGLE
refund_line_items_line_item_quantity SINGLE
refund_line_items_line_item_sku SINGLE
refund_line_items_line_item_variant_title SINGLE
refund_line_items_line_item_vendor SINGLE
refund_line_items_line_item_fulfillment_service SINGLE
refund_line_items_line_item_product_id SINGLE
refund_line_items_line_item_requires_shipping SINGLE
refund_line_items_line_item_taxable SINGLE
refund_line_items_line_item_gift_card SINGLE
refund_line_items_line_item_name SINGLE
refund_line_items_line_item_variant_inventory_management SINGLE
refund_line_items_line_item_product_exists SINGLE
refund_line_items_line_item_fulfillable_quantity SINGLE
refund_line_items_line_item_grams SINGLE
refund_line_items_line_item_price SINGLE
refund_line_items_line_item_total_discount SINGLE
refund_line_items_line_item_fulfillment_status SINGLE
refund_line_items_line_item_admin_graphql_api_id SINGLE
refund_line_items_line_item_price_set_shop_money_amount SINGLE
refund_line_items_line_item_price_set_shop_money_currency_code SINGLE
refund_line_items_line_item_price_set_presentment_money_amount SINGLE
refund_line_items_line_item_price_set_presentment_money_currency_code SINGLE
refund_line_items_line_item_tax_lines_title SINGLE
refund_line_items_line_item_tax_lines_price SINGLE
refund_line_items_line_item_tax_lines_rate SINGLE
refund_line_items_line_item_properties SINGLE
refund_line_items_line_item_properties_name SINGLE
refund_line_items_line_item_properties_value SINGLE
OrderAdjustments SPREADSHEET
Folgende Felder sind im Output enthalten:

Feld Datentyp Beschreibung Standardwert
identifier SINGLE
order_adjustments_id SINGLE
order_id SINGLE
order_created_at SINGLE
order_updated_at SINGLE
order_number SINGLE
order_name SINGLE
order_financial_status SINGLE
order_fulfillment_status SINGLE
order_source_name SINGLE
order_tags SINGLE
order_note SINGLE
refund_id SINGLE
refund_note SINGLE
order_adjustments_order_id SINGLE
order_adjustments_refund_id SINGLE
order_adjustments_amount SINGLE
order_adjustments_tax_amount SINGLE
order_adjustments_kind SINGLE
order_adjustments_reason SINGLE
order_adjustments_amount_set_shop_money SINGLE
order_adjustments_amount_set_presentment_money SINGLE
order_adjustments_tax_amount_set_shop_money SINGLE
order_adjustments_tax_amount_set_presentment_money SINGLE
Transactions SPREADSHEET
Folgende Felder sind im Output enthalten:

Feld Datentyp Beschreibung Standardwert
identifier SINGLE
transactions_id SINGLE
order_id SINGLE
order_created_at SINGLE
order_updated_at SINGLE
order_number SINGLE
order_name SINGLE
order_financial_status SINGLE
order_fulfillment_status SINGLE
order_source_name SINGLE
order_tags SINGLE
order_note SINGLE
refund_id SINGLE
refund_note SINGLE
transactions_order_id SINGLE
transactions_kind SINGLE
transactions_gateway SINGLE
transactions_status SINGLE
transactions_message SINGLE
transactions_created_at SINGLE
transactions_test SINGLE
transactions_authorization SINGLE
transactions_location_id SINGLE
transactions_user_id SINGLE
transactions_parent_id SINGLE
transactions_processed_at SINGLE
transactions_device_id SINGLE
transactions_error_code SINGLE
transactions_source_name SINGLE
transactions_amount SINGLE
transactions_currency SINGLE
transactions_admin_graphql_api_id SINGLE