Current Problem
We are wanting to offer our customers specific delivery dates on our website, but there is no obvious way to integrate this via API. |
|
Idea to resolve Problem | Allow a function within API to offer delivery dates to customers on custom website. |
We do this via meta mapping on mint. We use woocommerce on our website and the plugin WooCommerce Order Delivery. The plugin will the work out the required despatch date depending on the customers chosen delivery date taking into account the customers choice of shipping method ie next day or 2 day shipping. We then pull this data through to mint soft via the api using the correct tags in meta mapping. You can use the app called insomnia API to read the Json file and see which tags you need to use etc etc.