Hello,
I set:
notify_customer_via_shiphero - True
notify_customer_via_store - True
but it doesn’t work for shopify.
I see on Shiphero side:
Updated Store With Shipment Data? No
It should be Yes. How I can fix this?
Also I can’t fetch latest version of API:
python3 -m sgqlc.introspection
–exclude-deprecated
–exclude-description
-H “Authorization: Bearer YOUR_TOKEN” \
http://public-api.shiphero.com/graphql \
sh_public_api.json
I receive 400 bad request. Token is ok, because I can fetch orders by api.
Can you help me?
