Have your say in Community Polls: What was/is your greatest motivation to start your own business?
Our Partner & Developer boards on the community are moving to a brand new home: the .dev community forums! While you can still access past discussions here, for all your future app and storefront building questions, head over to the new forums.

409 Conflict response when creating Shopify Transaction

409 Conflict response when creating Shopify Transaction

MustafaSpotii
Visitor
1 0 0

Hey,

 

I am using Python's shopifyapi v7.0 package to interact with the Shopify APIs,
when trying to create a void transaction in Shopify I get an error code of 409 with the msg of Conflict, and that is it no other information provided.

 

this is the code snippet:

 

 

 

tx = shopify.Transaction.create({"kind": "void", "order_id": order.id})

 

 

 

Please note that the error reproducing is so inconsistent, meaning sometimes its working fine without trowing any error

 

Did anyone face this issue before or a similar issue, any help would be deeply appreciated

Replies 3 (3)

jam_chan
Shopify Partner
927 23 190

I am also using Python API and I get this error. Do you know what 409 error means? It happens recently after I upgrade to the 2023-10 API version

BYOB - Build Your Own Bundles, SPO - SEO App to research keywords & edit social link preview

matteorigotti
Shopify Partner
1 0 0

Hi, I'm getting the same error trying to perform a transaction on an order after the order creation webhook invocation.

This is the error I'm getting:
"Error: Received an error response (409 Conflict) from Shopify:\nIf you report this error, please include this id: 20d3d4cf-e2ae-45a6-aa8a-f5869f0396a3"

TLSclogs
Shopify Partner
4 0 1

Hello, We're seeing this type of error response from the REST API as well. The rest body would sometimes contain 'error code: 1018' or ;error code: 1038' with no other details.

Just curious, when you get these errors do you retry the webhook call? If you do, is it successful the next time?