Hi all,
i try to create my first scenario for this topic:
I use Shopify, DHL and BillBee and i want to create an automation for sending bill and reminder to the end customers via BillBee. For this i want to set a Tag “Zugestellt” at the BillBee Order once the parcel has been delivered.
- Webhook to get all the orders from shopify - working
- Filter for orders which have already a DHL trackingnumber - working
- HTTP request for the DHL API to get the tracking status - working
- Filter for orders with tracking status delivered - working
And now i need to GET the related order from BillBee to POST the Tag
In Shopify the ID is for example: name: #2230.1
The Output from BillBee is: OrderNumber":"#2230
Until now i was not able to create the relationship. I tried it for example with https://app.billbee.io/api/v1/orders/findbyextref/%23{{replace(replace(1.name; “#”; “”); “.1”; “”)}}
But it is not working:
DataError
Error: 404 Not Found
- {“ErrorMessage”:“The order # does not exist”,“ErrorCode”:2,“ErrorDescription”:“OrderNotFound”,“Data”:null}
Any idea or maybe there is a much simpler way to set a Tag in BillBee once DHL has been delivered.
KR
Ralf


