Technical Notes

Error Codes

Here is a list of common Shopify errors and common solutions. If you have any questions, please don't hesitate to contact MESA support.

400 Bad Request

401 Unauthorized

402 Payment Required

The requested shop is currently frozen. The shop owner needs to log in to the shop's admin and pay the outstanding balance to unfreeze the shop.

403 Forbidden

404 Not Found

The requested resource was not found but could be available again in the future. Solution: Verify that the ID you are passing is correct and exists.

406 Not Acceptable

The requested resource is only capable of generating content not acceptable according to the Accept headers sent in the request.

422 Un-processable Entity

The request body was well-formed but contains semantic errors. A 422 error code can be returned from a variety of scenarios including, but not limited to:

  • Incorrectly formatted input

  • Checking out products that are out of stock

  • Canceling an order that has fulfillments

  • Creating an order with tax lines on both line items and the order

  • Creating a customer without an email or name

  • Creating a product without a title

The response body provides details in the errors or error parameters. Solution: Check that your configuration is correct and replay the automation.

423 Locked

429 Too Many Requests

500 Internal Server Error

501 Not Implemented

503 Service Unavailable

504 Gateway Timeout

The request could not complete in time. Shopify waits up to 10 seconds for a response. Try breaking it down in multiple smaller requests. Solution: Try restructuring your MESA workflow to break it down into smaller parts. Reach out to MESA support if you have any questions.

Customer Order Count

Shopify currently has a known issue with their Customer API that doesn't consistently reflect the most up-to-date information for a Customer's Order related info. This issue typically affects the Customer Orders Count variable in workflows and will (sometimes) cause issues with workflows that filter for a Customer's order count to proceed to the next step.

If you have a workflow that relies on a Customer's order count, please note that there may be times where this issue affects the automation from accurately processing a workflow. You can find more information on this issue in this Shopify Forum discussion: Customer Order Related Fields Out-of-Date

Last updated