It is used to notify Trendyol of the creation of the invoice of the order package. Notification of Invoice,a reference to prevent customer-originated cancellations reaching to Trendyol Customer Care Service.
NOT : While feeding the status, you should first feed "Picking" and then "Invoiced".
https://api.trendyol.com/sapigw/suppliers/{supplierId}/shipment-packages/{Id}
{
"lines": [{
"lineId": {lineId},
"quantity": 3
}],
"params": {},
"status": "Picking"
}
https://api.trendyol.com/sapigw/suppliers/{supplierId}/shipment-packages/{Id}
{
"lines": [{
"lineId": {lineId},
"quantity": 3
}],
"params": {
"invoiceNumber": "EME2018000025208"
},
"status": "Invoiced"
}