Inventory Transfer Updates
{
"inventoryTransferId": 1,
"createdAt": "2025-01-01T00:00:00.000000Z",
"updatedAt": "2025-01-01T00:00:00.000000Z",
"status": "INVENTORY_TRANSFER_STATUS_PENDING",
"merchantId": 1,
"fulfilmentLocationId": 1,
"trackingUrl": "...",
"sentLineItems": [
{
"quantity": 100,
"product": {
"productId": 1,
"createdAt": "2025-01-01T00:00:00.000000Z",
"updatedAt": "2025-01-01T00:00:00.000000Z",
"merchantId": 1,
"name": "PRODUCT_1",
"merchantProductId": "PRODUCT_1"
}
},
],
"receivedLineItems": []
}