v1
latestOpenAPI 3.1.02026-07-24233206489.1 KBInvoice Spotlight
Mark invoices product-spotlight as seen
Records that the merchant has seen the spotlight (idempotent upsert).
put/v1/invoices/spotlight
Request body
Example request
{
"seen": true
}Response
OK
Example response
{
"data": {
"seen": true
}
}