question

om-mishra avatar image
om-mishra asked Prasad commented

my tender type not displaying in the tender list of Web Dashboard which is on my clover account.

I have create and initialize custom tender type through code but my tender type not displaying in the tender list of Web Dashboard.

10 |2000

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

1 Answer

Mark Mullan avatar image
Mark Mullan Deactivated answered Prasad commented

Hi Om Mishra,

Before seeing any of your code, I would check a few things:

  • Ensure your custom tender is being created successfully in our db in the first place. It should appear in the https://sandbox.dev.clover.com/v3/merchants/{MID}/tenders endpoint if properly created.
  • Next, we have a Custom Tender creation example repo. You can clone this repo, generate a signed APK, upload that to your sandbox account, and run it to generate a new Custom Tender. Just confirmed on my end that creating this ExtensibleTenderExample is reflected on the device, in the REST API, and on my own Sandbox web dashboard. I would reference that project to ensure your code is written in a way that aligns with Clover's expectations.

Hope this helps--

Mark

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.

om-mishra avatar image om-mishra commented ·

Hey mark Thanks for your solution .It is done.

0 Likes 0 ·
Prasad avatar image Prasad commented ·

HI Om Mishra i have been facing a problem to create a tender by using the above end point which is resulting and Error { "message": "Error inserting new tender into database" }

I have raised a querry here Could you pls share your suggestion https://devask.clover.com/question/56...

0 Likes 0 ·

Welcome to the
Clover Developer Community