For the complete documentation index, see llms.txt. This page is also available as Markdown.

Find order by invoice id

Implementation is OPTIONAL

resource: https://gateway.smarts.ee/v1/pickup/external/institution/${YOUR_INSTITUTION_ID}/order

query parameters:

Parameter

Value

field

invoiceId

value

${YOUR_INVOICE_ID}

method: GET

headers:

Header

Value

accessToken

${YOUR_INSTITUTION_ACCESS_TOKEN}

Content-Type

application/json;charset=UTF-8

Request body : void

Response: Order

Last updated