v1

latestOpenAPI 3.1.02026-07-24233206489.1 KB
Invoice Spotlight

Mark invoices product-spotlight as seen

Records that the merchant has seen the spotlight (idempotent upsert).

put/v1/invoices/spotlight

Request body

seenboolean

Example request

{
  "seen": true
}

Response

OK

has_moreboolean

Example response

{
  "data": {
    "seen": true
  }
}