Skip to content
New issue

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

[Bug]: Allow Creation of Shopify Sales Orders without updating Shopify #27807

Open
1 task done
JeppeBylov opened this issue Dec 12, 2024 · 0 comments
Open
1 task done
Labels
Integration GitHub request for Integration area

Comments

@JeppeBylov
Copy link
Contributor

JeppeBylov commented Dec 12, 2024

Describe the issue

Currently it is not possible to create a sales order from a Shopify Order, without BC updating the order in Shopify.
For Production environments this makes sense.
However, it prohibits the ability to do copies of production and reproduce scenarios in a Sandbox without impacting production Shopify.

I would like to make the update to shopify dependent on the setting "Allow Outgoing Requests" on the Shopify Shop.

Under the current solution, if "Allow Outgoing Requests" is disabled, all sales order creation will fail.

Expected behavior

If Allow Outgoing Requests is enabled, the update to shopify should happen.
If Allow Outgoing Requests is disabled, the sales order should be created, but shopify should not be updated.

Steps to reproduce

  1. Import Shopify Order
  2. Disable "Allow Outgoing Requests"
  3. Try to create sales order

Additional context

Andrei have already given the green light on Viva Engange

Image

I will provide a fix for a bug

  • I will provide a fix for a bug
@JesperSchulz JesperSchulz added the Integration GitHub request for Integration area label Dec 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Integration GitHub request for Integration area
Projects
None yet
Development

No branches or pull requests

2 participants