But how can I get the orders list related with one campaign?
myk...@pocketmath.com
unread,
Nov 1, 2018, 9:42:43 PM11/1/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to PocketMath API
Hi,
You can call `/v3/campaigns/{campaign_id}.json` endpoint. The response includes campaign details together with list of orders. You can iterate that list to find out order ids. Having order ids you can fetch order details through `/v3/orders/{order_id}.json` endpoint.