Edit invoice
Edit an invoice details
URI
PATCH
https://api.tryduplo.com/v1/merchants/invoiceParameters
Header
Authorization
string
set value to Bearer SECRET_KEY
Body Param
Invoice_id
string
Invoice id
invoice_number
string
Invoice number
due_date
string
Invoice due dare
items
array
The items array specifies the content in the invoice e.g:
shipping_fee
string
Shipping fee
business_id
string
Bussiness id
discount
object
The discount contains the offered discount(s) for the invoice. e.g:
tax
object
Tax object. e.g:
note
string
Invoice notes
status
string
Invoice status, this can either be invoice or draft the default value invoice
Sample request
Duplo Response
Last updated
Was this helpful?