Shopify Deprications By 1st of Jan 2024
Summary of Changes: (The purpose of this table is to keep traceability and Product team to highlight the things that were changed into the scope, based on comments or discussions)
Date | Version | Name | Applied changes |
---|---|---|---|
21.11.2023 | 1.0 | Bogomil Pavlov | First Publish |
There are two deprications which affects our integrations Shopify as ERP and Shopify as Marketplace.
- First one is in the Order Rest API and the
gateway, payment_details, and processing_method fields on the Order resource have been removed.
The orders/transactions.json
REST endpoint, and the transactions
GraphQL connection provide correct information per transaction set. View change
This will take affect by JAN 1, 2024
- Second on is in the Order Rest API and The
delivery_category field has been removed from the ShippingLine REST Admin API. View change This will take effect by APR 1, 2024
The first deprecation will affect our Shopify as ERP integration and more specifically the order creation. We need to remove from the payload the transactions > gateway from the payload. More details available here v1.2 and here v2.6
The second deprecation should not affect us however we want to double check we are not pushing shipping_lines > delivery_category in our Shopify as ERP integration and more specifically the order creation.