No content to show
User Activity
I gave up on the python ShopifyAPI library and just did a post of the json. Shopify line item fulfillment example python code
I gave up on the python ShopifyAPI library and just did a post of the json. Shopify line item fulfillment example python code
I gave up on the python ShopifyAPI library and just did a post of the json. Shopify line item fulfillment example python code
Same issue here. This is horribly frustrating.
05-07-2023
I'm trying to do the same thing. Did you have any success with your processing? Thanks in advance.
I am getting the same error. Curious to know if this has been fixed or any workarounds are available. I tried 2023-01 and 2023-04 and get urllib.error.HTTPError: HTTP Error 406: Not Acceptable Thanks in advance!
I'm trying to use your code as an example for my fulfillment. In 2023-01 and 2023-04 I am getting urllib.error.HTTPError: HTTP Error 406: Not Acceptable I'm curious if you have having any success with your processing. Thanks in advance.
Same here, I can't seem to make the fulfillment work.
Thank you for your reply! I should have been more clear. We are using the ShopifyAPI for Python that can be found here shopify_python_api The docs are very limited but there was a test case for an order here order_test.py that looks very similar to...
05-04-2023
Hi, all! I'm new to Shopify and working on my first customizations. I'm using the Python API with AWS Lambda to process the orders after payment has completed. A few questions about Custom Fields. In our application, the fields are not for customer i...