This step fullfills all or partialy line items for an order. In addition (optional), tracking information can be added and the customer can be notified via e-mail.
Das sind die Optionen, mit denen man den Step konfigurieren kann.
Name | Datentyp | Beschreibung | Pflichtfeld | Werte |
account | ACCOUNT | | Ja | |
input | SPREADSHEET | | Ja | |
mappingdefinition | STRING | The mapping definition JSON String | Ja | |
| Folgende Felder sind zu konfigurieren:
Feld | Datentyp | Beschreibung | Pflichtfeld | Standardwert | fulfillment_order_id | SINGLE | The unique numeric identifier for the order. To find the ID of the fulfillment_order_id, use the step shopifyGetOrders and opt yes for fulfillments. | Nein | | fulfillment_order_line_items-quantity | SINGLE | To do a partialy fulfillment: Insert the id's of the line_items with their quantity as a comma-seperated key=value list. For example: 1472182305=1,48202884=1 To do a complete fulfillment: Leave empty. | Nein | | tracking_number | SINGLE | The tracking number, provided by the shipping company. | Nein | | tracking_company | SINGLE | The name of the tracking company. | Nein | | tracking_url | SINGLE | The URL to track the fulfillment. | Nein | | notify_customer | SINGLE | Whether the customer should be notified. If set to true, then an email will be sent when the fulfillment is created or updated. The default value is false. | Nein | | message | SINGLE | A message that's associated with the fulfillment request. This message is only available if the associated fulfillment order is assigned to a third-party fulfillment service that has opted in to managing fulfillment orders. | Nein | |
|
limit | STRING | Limits the number of rows used from the input SPREADSHEET. Use low values for testing. If limit is empty, all lines are processed. | Nein | |
Das sind die Ergebnisse des Steps, die von nachfolgenden Steps, nach der Ausführung verwendet werden können.
Name | Datentyp | Beschreibung | Pflichtfeld | Werte |
fulfilledOrders | SPREADSHEET | Output spreadsheet with successfully fulfilled orders | Ja | |
| Folgende Felder sind im Output enthalten:
Feld | Datentyp | Beschreibung | Pflichtfeld | Standardwert | identifier | SINGLE | | Nein | | fulfillment_id | SINGLE | | Nein | | fulfillment_order_id | SINGLE | | Nein | | fulfillment_location_id | SINGLE | | Nein | | fulfillment_status | SINGLE | | Nein | | fulfillment_created_at | SINGLE | | Nein | | fulfillment_service | SINGLE | | Nein | | fulfillment_updated_at | SINGLE | | Nein | | fulfillment_tracking_company | SINGLE | | Nein | | fulfillment_shipment_status | SINGLE | | Nein | | fulfillment_tracking_number | SINGLE | | Nein | | fulfillment_tracking_numbers | SINGLE | | Nein | | fulfillment_tracking_url | SINGLE | | Nein | | fulfillment_tracking_urls | SINGLE | | Nein | | fulfillment_name | SINGLE | | Nein | | fulfillment_admin_graphql_api_id | SINGLE | | Nein | |
|
invalidItems | SPREADSHEET | Output spreadsheet with invalid items. If an item is invalid, the required input is missing or is not in the correct format. | Ja | |
| Folgende Felder sind im Output enthalten:
Feld | Datentyp | Beschreibung | Pflichtfeld | Standardwert | fulfillment_order_id | SINGLE | | Nein | | fulfillment_order_line_items-quantity | SINGLE | | Nein | | tracking_number | SINGLE | | Nein | | tracking_company | SINGLE | | Nein | | tracking_url | SINGLE | | Nein | | notify_customer | SINGLE | | Nein | | message | SINGLE | | Nein | |
|
failedItems | SPREADSHEET | Output spreadsheet with failed items. An error occurred while processing. If an item failed, in most cases the order was already fulfilled or the order_id is wrong. | Ja | |
| Folgende Felder sind im Output enthalten:
Feld | Datentyp | Beschreibung | Pflichtfeld | Standardwert | identifier | SINGLE | | Nein | | fulfillment_order_id | SINGLE | | Nein | | tracking_number | SINGLE | | Nein | | tracking_company | SINGLE | | Nein | | tracking_url | SINGLE | | Nein | | notify_customer | SINGLE | | Nein | | method | SINGLE | | Nein | | host | SINGLE | | Nein | | requestBody | SINGLE | | Nein | | statusCode | SINGLE | | Nein | | statusMessage | SINGLE | | Nein | | responseHeaders | SINGLE | | Nein | | responseFilename | SINGLE | | Nein | | error | SINGLE | | Nein | | responseContent | SINGLE | | Nein | | errorMessage | SINGLE | | Nein | |
|