Expedição finalizada.
| Campo | Tipo | Descrição |
|---|---|---|
| invoiceCode | string | Chave da nota fiscal |
| orderNumber | string | Identificador do pedido |
| deliverymanName | string | Nome do operador responsável pela entrega. |
| deliverymanUsername | string | Usuário do operador responsável pela entrega. |
| shipmentCreatedAt | datetime | Momento da criação da entrega. |
| packageCode | string | Código gerado automaticamente para a embalagem. |
| trackingCode | string | |
| id | integer | |
| ean | string | Identificador único do produto (European Article Number). |
| sku | string | Identificador único do produto no cliente. |
| quantity | decimal | Quantidade deste item dentro desta embalagem |
{
"invoiceCode": "123",
"orderNumber": "0894763",
"deliverymanName": "Joe Mark",
"deliverymanUsername": "joe.mark",
"shipmentCreatedAt": "2020-01-01T00:00:00Z",
"package": [
{
"packageCode": "001",
"trackingCode": "0001",
"id": 1,
"items": [
{
"ean": "7890123456789",
"sku": "073851314",
"quantity": 1
}
]
}
]
}
Expedição Concluída
{
"shipmentId": 0001,
"startedAt": "2020-01-01T00:00:00Z",
"keyCode": "000-000-000",
"confirmationRequired": "",
"invoiceCode": "",
"pickupType": "",
"receiverName": "",
"receiverDocumentType": "cpf",
"receiverDocument": "833.969.250-09",
"rating": "4",
"deliverymanName": "Joe Mark",
"deliverymanUsername": "joe.mark",
"confirmationCreatedAt": "2020-01-01T00:00:00Z",
"invoiceCreatedAt": "2020-01-01T00:00:00Z",
"completedAt": "2020-01-01T00:00:00Z",
"signatureAttachmentUrl": "https://www.logstore.com.br/signature/signature-0001.png",
"attachmentType": "",
"packageCode": "",
"packageTrackingCode": "",
"packageItemId": 1245,
"packageItemQtd": 1.000,
"orderNumber": "312451",
"inMultipleStores": false,
"isExpress": false,
"orderIntegrationDate": "2020-01-01T00:00:00Z",
"orderCreatedAt": "2020-01-01T00:00:00Z",
"productEan": "7890123456789",
"productRef": "84192730",
"transmitionDate": "2020-01-01T00:00:00Z"
}
