Playing with the API, initially using the tool at https://www.bluepark.co.uk/api-specification.html
I'm able to count the number of pending orders using the query below.
https:// www.ourwebsite.co.uk/api/v1/orders/count?status_id=1
However, we have our main retail site and a wholesale channel, I'd like to just count the orders on the retail site. The tool does mention this but requests the "channel_id" integer. Where might I find this?
Cheers,
Tom
I'm able to count the number of pending orders using the query below.
https:// www.ourwebsite.co.uk/api/v1/orders/count?status_id=1
However, we have our main retail site and a wholesale channel, I'd like to just count the orders on the retail site. The tool does mention this but requests the "channel_id" integer. Where might I find this?
Cheers,
Tom
Comment