Partial Order Cancellation

Discover how to handle partial order cancellations in Shopify and their updates in HotWax Commerce.

Partial Cancellations in Shopify and updated in HotWax Commerce\

When some items from an order are fulfilled and the rest are canceled, it is called partial cancellation. For partial cancellation, the order status in Shopify does not change, only the last updated date for the order changes. HotWax Commerce Cancels the order through the following steps:

  • Import Canceled Order Items- Merchandisers can schedule 'Canceled Items' jobs which send an API request to retrieve order information. The job checks the 'updated at' field in Order JSON and compares the time with the job’s last run time. All the orders which are updated after the job’s last run are imported in HotWax Commerce in files of 100 to ensure Shopify’s API limit is not exceeded.

  • Processing in HotWax Commerce- When all these orders are imported, HotWax filters out the ones wherein an order item is canceled and marks the items as canceled. The order status is not canceled in HotWax Commerce, only the particular item’s status is canceled from the full order.

Recommended time frequency is once an hour but the time interval is configurable through the Job Manager App.

Last updated