1
0
mirror of synced 2025-12-25 02:09:19 -05:00

🎉 Source Shopify: migrate to the Shopify API Version 2023-07 (#29361)

This commit is contained in:
Baz
2023-08-28 19:00:18 +03:00
committed by GitHub
parent 0724132a1a
commit 72c4f5446f
15 changed files with 376 additions and 175 deletions

View File

@@ -0,0 +1,12 @@
# Shopify Migration Guide
## Upgrading to 1.0.0
This version uses Shopify API version `2023-07` which brings changes to the following streams:
- removed `gateway, payment_details, processing_method` properties from `Order` stream, they are no longer supplied.
- added `company, confirmation_number, current_total_additional_fees_set, original_total_additional_fees_set, tax_exempt, po_number` properties to `Orders` stream
- added `total_unsettled_set, payment_id` to `Transactions` stream
- added `return` property to `Order Refund` stream
- added `created_at, updated_at` to `Fulfillment Order` stream
### Action items required for 1.0.0
* The `reset` and `full-refresh` for `Orders` stream is required after upgrading to this version.