We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make an order. Try to make a credit memo via magento API Can do this calling the url http://yourstore.com/index.php/rest/V1/order/yourorderid/refund and pass { "capture": true, "notify": true }
{ "capture": true, "notify": true }
the order should be marked as modified in the mailchimp_sync_ecommerce table but is not marked.
The text was updated successfully, but these errors were encountered:
closes #687 for magento 2.2
9c5a828
close #687 for magento 2.1
7d64e73
closes #687 for magento 2.3
b2e796b
Merge pull request #689 from mailchimp/Issue687-2.1
b203def
Merge pull request #688 from mailchimp/Issue687-2.2
5014132
Merge pull request #690 from mailchimp/Issue687-2.3
0023ca8
gonzaloebiz
No branches or pull requests
Make an order.
Try to make a credit memo via magento API
Can do this calling the url http://yourstore.com/index.php/rest/V1/order/yourorderid/refund and pass
{ "capture": true, "notify": true }
the order should be marked as modified in the mailchimp_sync_ecommerce table but is not marked.
The text was updated successfully, but these errors were encountered: