
This module provides instructions on how to connect your Deliveries PH account to Shopify.
1. Once the app is installed, go back to the “Products”, and select the item/s that you want to use the “Deliveries - Fulfillment Service” with.
2. On product/s' “Inventory” section, select the “Deliveries - Fulfillment Service” for the ‘Inventory managed by’ and input value for the “SKU (Stock Keeping Unit)”. Then click “Save”.
4. Login to your Deliveries PH account.
5. Click the Settings menu which is located in the lower left sidebar.
6. Click Triggers.
7. On the Triggers page, click the My Post tab and click the Add New Trigger button.
8. A modal will appear.
9. Click the Trigger Type dropdown.
10. Select HTTP Post.
11. Click the Trigger Upon dropdown.
12. Select Done.
13. Add a Title for this trigger (e.g., Shopify).
14. Click the Headers tab, then input “Content-type” as Key and “application/json” as Value.
16. Then select the Body tab and enter these details:
{
"orderId": "{metaFields.orderId}",
"refNo": "{refNo}.parseInt",
"store": "sample-store.myshopify.com"
}
Note: {store} = name of your store in Shopify (e.g., sample-store.myshopify.com)
17. Once done, hit Save.
18. You will see on the My Posts tab, the trigger you created.