Creates orders in shopify. Orders to create in shopify must first be stored in a master-child datastore with a predefined schema. Only orders in processing status UNPROCESSED will be proceeded.
Das sind die Optionen, mit denen man den Step konfigurieren kann.
Name | Datentyp | Beschreibung | Pflichtfeld | Werte |
account | ACCOUNT | shopify account data | Nein | |
datastore | DATASTORE | Name of the master datastore. Please not that only a master datastore with a predefined schema for shopify orders can be proceeded! | Ja | |
limit | STRING | Limits the number of orders used from the master datastore to be created in shopify. Use low values for testing. If limit is empty, all orders are processed. | Nein | |
test | STRING | Whether these are test orders. If Yes, orders will be created in shopify as test orders. If No, real orders will be created. | Nein | |
inventory_behaviour | STRING | The behaviour to use when updating inventory. (default: bypass). bypass: Do not claim inventory. decrement_ignoring_policy: Ignore the product's inventory policy and claim inventory. decrement_obeying_policy: Follow the product's inventory policy and claim inventory, if possible. | Nein | - bypass
- decrement_ignoring_policy
- decrement_obeying_policy
|
send_receipt | STRING | Whether to send an order confirmation to the customer. If Yes, an order confirmation will be sent to the customer after order creation. | Nein | |
Das sind die Ergebnisse des Steps, die von nachfolgenden Steps, nach der Ausführung verwendet werden können.
Name | Datentyp | Beschreibung | Pflichtfeld | Werte |
successfullyCreatedOrders | SPREADSHEET | | Ja | |
| Folgende Felder sind im Output enthalten:
Feld | Datentyp | Beschreibung | Pflichtfeld | Standardwert | identifier | SINGLE | | Nein | | ext_order_id | SINGLE | | Nein | |
|
failedOrders | SPREADSHEET | | Ja | |
| Folgende Felder sind im Output enthalten:
Feld | Datentyp | Beschreibung | Pflichtfeld | Standardwert | identifier | SINGLE | | Nein | | ext_order_id | SINGLE | | Nein | | error | SINGLE | | Nein | | requestBody | SINGLE | | Nein | |
|