No content to show
User Activity
Interesting. Did you use single quotes to insert an "empty string" ? the bold ones? order.shipping_address = {'address1': '', 'city': '', 'province': '', 'zip': '', 'country': ''} This is ShopifyAPI Python lib I use Name: ShopifyAPIVersion: 12.4.0Su...
Hi! The same issue detected using Shopify Python API. if not order.shipping_address: order.shipping_address = {'address1': '', 'city': '', 'province': '', 'zip': '', 'country': ''}.....order.save() Did the trick for now.
Hi there! The client I am working with reported to me that in the last few days, Shopify POS reported the wrong staff member logged in. Earlier there were no issues. For example: Today morning staff person logged in with a PIN. 1st order was assigne...