Mark an invoice as shipped
POST
https://api.tamio.com/v2/invoices/mark-shipped/{uuid}
Marks an invoice or specific products as shipped and updates fulfillment status. Optionally provide tracking information for customer notifications.
Path Parameters
uuid
string*
UUID of the paid invoice to mark as shipped
Body Parameters
products
array of object
Specific products to mark as shipped (all products if omitted)
tracking_number
string
Shipping tracking number from carrier
send_email
boolean
Whether to send a shipment notification email to the customer
Responses
200
Invoice marked as shipped successfully
Invoice marked as shipped successfully
status
integer
invoice
Invoice
400
Bad request. Possible `error_code` values:
Bad request. Possible error_code values:
| Code | Description |
|---|---|
1002 | ResourceNotFound |
10116 | InvoiceAlreadyShipped |
10117 | InvalidInvoice |
status
integer
error
string
Human-readable error message
error_code
integer
Machine-readable error code
401
Missing or invalid API key
Missing or invalid API key
status
integer
error
string