Skip to content

v1.3.0

Compare
Choose a tag to compare
@gurveenbagga gurveenbagga released this 25 Jan 12:52
· 244 commits to main since this release
9d954ab

What's Changed

  • Enhancements and improvements in shopify bulk import. by @mridulpathak in #35
    • Implemented api integration service to get shopify order count and added rest end point for it.
    • Added rest end point for shopify bulk query operation.
    • Added support for fromDateLabel and thruDateLabel in shopify bulk query operation.
    • Added support for bulk order headers query and bulk order items query.
    • Handled "create" and "running" bulk operation result statuses.
    • Added support to purge system messages by systemMessageTypeId or parentSystemMessageTypeId. Used initDate for purgeDate comparison as processedDate may be empty.
    • Handled NULL bulk operation status.
  • Used cache for fetching shopify webhook topic to SystemMessageType mapping. by @mridulpathak in #36
  • Added template and configuration for bulk order custom attributes query. Minor changes to order headers query. by @mridulpathak in #37
  • Generic service to make Shopify GraphQL API calls by @mridulpathak in #39
  • Support to generate Shopify return reason feed by @mridulpathak in #39
  • Added support for 'notify_customer' attribute in create fulfilment API and OMS to Shopify fulfilment sync flow. by @mridulpathak in #40
  • Moved consumeSmrId from service job to SystemMessageTypeParameter for OMSSyncedRefundsFeed and OMSFulfillmentFeed and added upgrade data. by @mridulpathak in #41
  • Moved queryParams preparation logic to queue#BulkQuerySystemMessage service so as to retain them in messageText. by @mridulpathak in #44

Full Changelog: v1.2.0...v1.3.0