question

pattyhsu avatar image
pattyhsu asked David Marginian Deactivated commented

Is it required to publish an app to marketplace if I want to be notified when a new order was placed via rest API?

I want to automate my own business for personal usage. Is it required to create and publish an app to the marketplace if I want to be notified when a new order was placed via the rest API?

REST API
10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

David Marginian avatar image
David Marginian Deactivated answered David Marginian Deactivated commented

I am not sure what you have in mind for your app (native Android app, webhooks) but to be notified that a new order is placed you will likely need a Clover app. However, it doesn't have to be published - we have the concept of private apps. However, your app will need to go through our approval process - https://docs.clover.com/docs/developer-app-approval.

2 comments
10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

pattyhsu avatar image pattyhsu commented ·

@David Marginian I want to connect it to google sheets, so that the sales from my restaurant goes straight to google sheets in real time. Does that require approval or making an app?

0 Likes 0 ·
David Marginian avatar image David Marginian ♦♦ pattyhsu commented ·

How real-time does it need to be? There are two approaches:

1) Webhooks - Webhooks are hooks from our server to your server that fire when certain events occur (order created). To use Webhooks you must have a Clover app.

2) API Polling - You could also just poll our API (every 5-10 minutes) for new orders. This approach would not require a Clover App (you can use merchant tokens).

0 Likes 0 ·
pattyhsu avatar image
pattyhsu answered

@David Marginian I want to connect it to google sheets, so that the sales from my restaurant goes straight to google sheets in real time. Does that require approval or making an app?

10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Welcome to the
Clover Developer Community