Shopify order sync graphQL and mapping#145
Open
parnikarangnekar wants to merge 17 commits intosaastechacademy:mainfrom
Open
Shopify order sync graphQL and mapping#145parnikarangnekar wants to merge 17 commits intosaastechacademy:mainfrom
parnikarangnekar wants to merge 17 commits intosaastechacademy:mainfrom
Conversation
This document outlines the workflow for importing Shopify orders into OMS, detailing the use of GraphQL, system messages, and the upload process to the Data Manager.
Updated the OrderHeaderGraphQl documentation to include a refined GraphQL query for fetching order details from Shopify, enhancing clarity and structure.
This document provides a detailed mapping of Shopify REST order fields to OMS and corresponding GraphQL fields for the `createShopifyOrder` service.
This document outlines the process for handling Shopify orders within the OMS, detailing steps from order existence checks to final order creation.
Revised the POC details for order data fetching methods, highlighting advantages and disadvantages of each approach.
Added documentation for fetching order line items by ID with pagination logic.
Added details about the Orders query, including its functionality and disadvantages.
Updated the Shopify Order Sync Design document to improve formatting and clarify responsibilities of services involved in the order import process.
This document provides a GraphQL query to fetch basic order details from Shopify, including fields like order ID, name, addresses, and total price.
Removed unnecessary cursor handling in lineItems query.
Updated the GraphQL query to include additional fields such as tags, total price set, and addresses while removing redundant fields.
Updated the GraphQL query to include additional fields for line items and improved pagination handling.
Updated GraphQL query to improve formatting and readability of presentmentMoney fields.
Updated the heading style and improved clarity in the description.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.