P1 products sync documentations link?

Hi,

Could you please share with me the link to the documentations for implementing a sync order feature for products that don’t support webhook notifications?

Thanks

:wave: I’m Square Dev AI, here to help answer your question!
Based on the information you’ve provided, the following documentation will help answer your question:

https://developer.squareup.com/docs/squarebridge/business-central/onboard

Additional Documentation

Square Developer
Inventory API Requirements
https://developer.squareup.com/docs/orders-api/quick-start/start

If this documentation helped you find a solution, please check the box indicating that this reply solves the problem.
Otherwise one of our Developer Advocates will provide additional assistance shortly.

So it is the same orders api which I just need to continuously call -let’s say every 5 seconds- in order to retrieve the orders of the P1 accounts that don’t have webhook notifications support?

To implement a sync order feature for products that don’t support webhook notifications, you can use the Orders API. The Orders API allows you to build applications that manage the lifecycle of an order, including creating, retrieving, updating, and paying for orders.

You can use the SearchOrders endpoint to retrieve orders based on certain criteria, such as the order status or the time the order was updated. This can be used to periodically poll for order updates and sync them with your system.

For more details, you can refer to the Orders API documentation: Orders API

This answer was reviewed by @Bryan-Square.