Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

In this Article

...

Info
titleKey Steps
  1. Create a Customer
  2. Create a Product and Product Variant
  3. Join Customer and Product data
  4. Create an Order for the Customer
  5. Create An Order Fulfillment

Prerequisites

  • Create an app and store in your Shopify application.
  • Set the required scopes for the app. In this Use Case we set the scopes to perform the following actions:
    • Add read customers, read orders, and read products.
    • Add write orders.
    • Read fulfillment orders.

Create a Customer

Initially we configure the Pipeline to add customer data, transform the customer data to get specific customer details, and then create a new customer.
Image Modified

We configure the JSON Generator Snap to pass customer data. The Snap generates the following output in its preview.

...

Join customer and product data

In step three, we configure the Pipeline using the Join Snap to combine the customer data and product data. 

Image Modified

We configure the Join Snap to combine the data coming from the upstream (Create Customer and Create Product Variant) Snaps to create customized product data for the customer we have just created.

Upon validation, we see the customer ID and the product variant details in the output preview.

...

Upon validation, we see that an order is created on the product variant for the customer.

Create

...

an Order Fulfillment

Finally, we create the order fulfillment. We use the Mapper and Create Fulfillment Snap to accomplish this task.

...