Question

Shopify to Firebase

  • 3 August 2020
  • 1 reply
  • 52 views

Userlevel 1

I would like to export all our orders from Shopify to Firebase. 3 issues that I'm facing:

  1. No way to just get the entire order into firebase and have to define every single field
  2. Can't get line items as nested json inside an order
  3. Can't get billing address as 1 single json object.

Can anyone please help with any of the above?


Thanks


This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

1 reply

Userlevel 7
Badge +9

Hello 👋

 

A few clarifying questions on this. 

 

  1. No way to just get the entire order into firebase and have to define every single fiel

How else would you like to do this? Are you not able to build your JSON with the fields from Shopify?

  1. Can't get line items as nested json inside an order

Can you show me an example of this? Have you tried formatting it using Formatter/Code-step?

  1. Can't get billing address as 1 single json object.

How is it sending to you? Can you build your JSON directly in the task?