
Error: Not Found in Shopify
During your sync operation, you receive an error showing, not found on target application, which is Shopify here.
Cause
There might be a number of reasons for this error:
- Wrong Action Implemented against API. For E.g: You want to create a customer in the target application (Shopify) and you are using GET method in http, to push the new customer data hence it is fetching the error.
- Using Wrong URL which could not map with the action.(E.g: Accounts cant be fetched by GET Operation, and is fetching error message )
Resolution
Two resolution of the above error is given below:
- Implementing/using appropriate actions against an API will help resolving this error. You can check, How to use Swagger Documentation using API in AEC
- Check the URL and Endpoint used in mapping.
Leave a reply