Schema definitions and linking records?

Is there a document that articulates what some of the (seemingly redundant) schema fields are?

For example in Orders, I have:

  • ID
  • Legacy ID
  • Partner_Order_ID

and in Returns, I have:

  • ID
  • Legacy_ID
  • Partner_ID
  • Order_ID

I am attempting to connect the tables in our data warehouse, but cannot find a clean way to link the records.

Am I overlooking something obvious?

TIA,
David

Hi @dlshaw!

ID and Legacy ID would be the same, the difference is that ID is base64 encoded and Legacy ID is the one displayed on the UI of the app. The plan was to deprecate the Legacy IDs and use the UUIDs which are more secure, but we do not have plans for doing so in the near future.

Partner Order ID is usually the ID from the store. For example if its a Shopify Order this will match the Shopify Order ID. When creating an order you can specify this to whatever you want as long as its not repeated on your account.

Same in this case for ID and Legacy ID and Partner ID. The Order ID should be the Legacy ID for the order.

Please let us know if we could help and provide a better explanation about this.
Thanks in advance!
Tom

Thank you @tomasw this is very helpful!

I have one additional related question. What actions trigger the “updated status” to be used with “updated_from:” filtering?

Thank you again,
David

Hi @dlshaw!
It should be any kind of update to the order/return. Were you looking for a specific action to see if it triggered the update?

Thanks again!
Tom