Skip to content

woocommerceGetOrders - woocommerce

Version: API v3 - wc 3.5.x or later

← woocommerce Add-On Übersicht

Retrieve order data from woocommerce.


Inputs

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

Name Datentyp Beschreibung Pflichtfeld Werte
account ACCOUNT account data Ja
status STRING Limit result set to orders assigned a specific status. Ja
  • any
  • pending
  • processing
  • on-hold
  • completed
  • cancelled
  • refunded
  • failed
createdAt DATETIME Limit response to orders created AFTER the given date. Nein
limit STRING Limit of order pages to be retrieved. One page contains 10 orders. The default value is 1. Enter a corresponding high number to retrieve all orders. Nein

Outputs

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

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

Feld Datentyp Beschreibung Standardwert
identifier SINGLE
parent_identifier SINGLE
order_identifiere SINGLE
order_item_identifiere SINGLE
id SINGLE
parent_id SINGLE
number SINGLE
order_key SINGLE
created_via SINGLE
version SINGLE
status SINGLE
currency SINGLE
date_created SINGLE
date_created_gmt SINGLE
date_modified SINGLE
date_modified_gmt SINGLE
discount_total SINGLE
discount_tax SINGLE
shipping_total SINGLE
shipping_tax SINGLE
cart_tax SINGLE
total SINGLE
total_tax SINGLE
prices_include_tax SINGLE
customer_id SINGLE
customer_ip_address SINGLE
customer_user_agent SINGLE
customer_note SINGLE
billing_first_name SINGLE
billing_last_name SINGLE
billing_company SINGLE
billing_address_1 SINGLE
billing_address_2 SINGLE
billing_city SINGLE
billing_state SINGLE
billing_postcode SINGLE
billing_country SINGLE
billing_email SINGLE
billing_phone SINGLE
billing_title SINGLE
shipping_first_name SINGLE
shipping_last_name SINGLE
shipping_company SINGLE
shipping_address_1 SINGLE
shipping_address_2 SINGLE
shipping_city SINGLE
shipping_state SINGLE
shipping_postcode SINGLE
shipping_country SINGLE
shipping_title SINGLE
shipping_parcelshop SINGLE
shipping_parcelshop_post_number SINGLE
payment_method SINGLE
payment_method_title SINGLE
transaction_id SINGLE
date_paid SINGLE
date_paid_gmt SINGLE
date_completed SINGLE
date_completed_gmt SINGLE
cart_hash SINGLE
parcel_delivery_opted_in SINGLE
direct_debit_holder SINGLE
direct_debit_iban SINGLE
direct_debit_bic SINGLE
direct_debit_mandate_id SINGLE
meta_data_id SINGLE
meta_data_key SINGLE
meta_data_value SINGLE
tax_lines_id SINGLE
tax_lines_rate_code SINGLE
tax_lines_rate_id SINGLE
tax_lines_label SINGLE
tax_lines_compound SINGLE
tax_lines_tax_total SINGLE
tax_lines_shipping_tax_total SINGLE
tax_lines_meta_data SINGLE
shipping_lines_id SINGLE
shipping_lines_method_title SINGLE
shipping_lines_method_id SINGLE
shipping_lines_instance_id SINGLE
shipping_lines_total SINGLE
shipping_lines_total_tax SINGLE
shipping_lines_taxes SINGLE
shipping_lines_meta_data_id SINGLE
shipping_lines_meta_data_key SINGLE
shipping_lines_meta_data_value SINGLE
coupon_lines_id SINGLE
coupon_lines_code SINGLE
coupon_lines_discount SINGLE
coupon_lines_discount_tax SINGLE
items_id SINGLE
items_name SINGLE
items_product_id SINGLE
items_variation_id SINGLE
items_quantity SINGLE
items_tax_class SINGLE
items_subtotal SINGLE
items_subtotal_tax SINGLE
items_total SINGLE
items_total_tax SINGLE
items_sku SINGLE
items_price SINGLE
items_taxes_id SINGLE
items_taxes_total SINGLE
items_taxes_subtotal SINGLE
items_meta_data_id SINGLE
items_meta_data_key SINGLE
items_meta_data_value SINGLE
OrderHeaderData SPREADSHEET
Folgende Felder sind im Output enthalten:

Feld Datentyp Beschreibung Standardwert
identifier SINGLE
order_identifiere SINGLE
id SINGLE
parent_id SINGLE
number SINGLE
order_key SINGLE
created_via SINGLE
version SINGLE
status SINGLE
currency SINGLE
date_created SINGLE
date_created_gmt SINGLE
date_modified SINGLE
date_modified_gmt SINGLE
discount_total SINGLE
discount_tax SINGLE
shipping_total SINGLE
shipping_tax SINGLE
cart_tax SINGLE
total SINGLE
total_tax SINGLE
prices_include_tax SINGLE
customer_id SINGLE
customer_ip_address SINGLE
customer_user_agent SINGLE
customer_note SINGLE
billing_first_name SINGLE
billing_last_name SINGLE
billing_company SINGLE
billing_address_1 SINGLE
billing_address_2 SINGLE
billing_city SINGLE
billing_state SINGLE
billing_postcode SINGLE
billing_country SINGLE
billing_email SINGLE
billing_phone SINGLE
billing_title SINGLE
shipping_first_name SINGLE
shipping_last_name SINGLE
shipping_company SINGLE
shipping_address_1 SINGLE
shipping_address_2 SINGLE
shipping_city SINGLE
shipping_state SINGLE
shipping_postcode SINGLE
shipping_country SINGLE
shipping_title SINGLE
shipping_parcelshop SINGLE
shipping_parcelshop_post_number SINGLE
payment_method SINGLE
payment_method_title SINGLE
transaction_id SINGLE
date_paid SINGLE
date_paid_gmt SINGLE
date_completed SINGLE
date_completed_gmt SINGLE
cart_hash SINGLE
parcel_delivery_opted_in SINGLE
direct_debit_holder SINGLE
direct_debit_iban SINGLE
direct_debit_bic SINGLE
direct_debit_mandate_id SINGLE
meta_data_id SINGLE
meta_data_key SINGLE
meta_data_value SINGLE
tax_lines_id SINGLE
tax_lines_rate_code SINGLE
tax_lines_rate_id SINGLE
tax_lines_label SINGLE
tax_lines_compound SINGLE
tax_lines_tax_total SINGLE
tax_lines_shipping_tax_total SINGLE
tax_lines_meta_data SINGLE
shipping_lines_id SINGLE
shipping_lines_method_title SINGLE
shipping_lines_method_id SINGLE
shipping_lines_instance_id SINGLE
shipping_lines_total SINGLE
shipping_lines_total_tax SINGLE
shipping_lines_taxes SINGLE
shipping_lines_meta_data_id SINGLE
shipping_lines_meta_data_key SINGLE
shipping_lines_meta_data_value SINGLE
coupon_lines_id SINGLE
coupon_lines_code SINGLE
coupon_lines_discount SINGLE
coupon_lines_discount_tax SINGLE
OrderItemData SPREADSHEET
Folgende Felder sind im Output enthalten:

Feld Datentyp Beschreibung Standardwert
identifier SINGLE
order_identifiere SINGLE
order_item_identifiere SINGLE
items_id SINGLE
items_name SINGLE
items_product_id SINGLE
items_variation_id SINGLE
items_quantity SINGLE
items_tax_class SINGLE
items_subtotal SINGLE
items_subtotal_tax SINGLE
items_total SINGLE
items_total_tax SINGLE
items_sku SINGLE
items_price SINGLE
items_taxes_id SINGLE
items_taxes_total SINGLE
items_taxes_subtotal SINGLE
items_meta_data_id SINGLE
items_meta_data_key SINGLE
items_meta_data_value SINGLE