Below are different the orders two different clover devices returned to my webhook:
'O:A123456789',
'P:B123456789'
The 'O:' order, I can call this <clover_url>/merchants/${
merchantId}/orders/${
orderId}?expand=lineItems,customers
And it returns the specific order items. But 'P' returns "No Orders found".
Are they two different devices, what is the cause? How can I get an order from 'P' event type.
Additionally, there will be many requests to the API to get the customer info:
But it returns:
{ message: '429 Too Many Requests' }
{ message: '429 Too Many Requests' }
How can I fix the limit?