Apr 13, 2018
Hello! My client wants to develop an ecommerce chatbot for their Shopify store that has live product sync. At this time, we export a csv from Shopify and import it into the bot backend. However they ...
No content to show
User Activity
03-27-2019
Facing the same "money field cannot be nil" error here, even when I include a valid variant ID which has available inventory in my request like so: {"order": {"line_items": [{"variant_id": 16088940052554, "quantity": 1, "product_id": 59139}], "custom...