This document is generated by Apidog. Apidog: All-in-one workspace for API design, document, debug, test, mock
curl --location --request PUT 'https://nova-sandbox.leanafywms.com/v1/order/simulate/fulfilment?_id=6aa34cb3aaabc29180919435' \
--header 'X-API-Key: 712ce9fa5f8d3841766092e8'{
"success": true,
"payload": {
"_id": "6aa34cb3aaabc29180919435",
"warehouse_id": "68a6f42e737d9b8d0f35090f",
"client_id": "68a7489a995f80962e577994",
"client_name": "Audi",
"code": 6514,
"instructions": "test instructions",
"status": "closed",
"shipping_address": {
"name": "Jane Doe",
"email": "jane@email.com",
"company": "Leanafy",
"address_line1": "3815 River Crossing Pkwy",
"address_line2": "Suite 200",
"city": "San Francisco",
"state": "California",
"state_code": "CA",
"country": "United States",
"country_code": "US",
"zip": "94103",
"phone_number": {
"country_code": "+1",
"number": "4151234567"
}
},
"billing_address": {
"name": "John Smith",
"email": "jane.smith@example.com",
"company": "Smith Industries",
"address_line1": "456 Elm St",
"address_line2": "Suite 200",
"city": "San Francisco",
"state": "California",
"state_code": "CA",
"country": "United States",
"country_code": "US",
"zip": "94103",
"phone_number": {
"country_code": "+1",
"number": "4151234567"
}
},
"items": [
{
"item_id": "6934496718227b8a4ee59e14",
"sku": "audirs7",
"total_qty": 10,
"unit": "eaches",
"scannable": "audirs7",
"name": "Audi RS7",
"description": "Audi RS7 awd",
"base_conversion_rate": 1,
"base_unit": "eaches",
"shipped_qty": 10,
"shipped_qty_unit": "eaches"
},
{
"item_id": "6934517f18227b8a4ee59e15",
"sku": "audirs8",
"total_qty": 15,
"unit": "eaches",
"scannable": "audirs8",
"name": "Audi RS8",
"description": "Audi RS8 rwd",
"base_conversion_rate": 1,
"base_unit": "eaches",
"shipped_qty": 15,
"shipped_qty_unit": "eaches"
}
],
"primary_reference_number": "123456",
"default_shipping_carrier": {
"name": "USPS",
"service": "Next Day Delivery",
"price": "$19.99"
},
"customer_type": "B2B",
"due_date": "2026-05-14",
"shipments": [
{
"shipment_id": "shp_6aa34cc4aaabc29180919438",
"shipment_status": "scheduled",
"carrier": "CanadaPost",
"service": "ExpeditedParcel",
"cost": {
"value": 12.93,
"currency": "USD"
},
"tracking_number": "dca59f74-7d77-403a-a62b-ac16b251b636",
"label": "https://leanafywms-stage-shipment.s3.amazonaws.com/202609102021579339443140000UTCm23224212528119leanafypost_label_shp_b06be08540cf456a9c96d068af1552ff.png",
"public_url": "https://track.easypost.com/djE6dHJrXzE5MDAwMWE2MmM5YzQ3MWViNTBlM2E2ZGRhYTMyY2Vi",
"ship_date": "2026-09-11T00:35:16Z",
"created_at": "2026-09-11T00:35:16Z",
"to_address": {
"name": "Test Receiver",
"company": "Test Receiver Co.",
"address_line1": "123 Velvet St.",
"city": "Toronto",
"state": "ON",
"state_code": "ON",
"country": "CA",
"country_code": "CA",
"zip": "M8Z 1T8",
"phone_number": {
"country_code": "+1",
"number": "7878654578"
}
},
"from_address": {
"company": "Test Sender Co.",
"address_line1": "8400 Boulevard Taschereau",
"city": "Brossard",
"state": "QC",
"state_code": "QC",
"country": "CA",
"country_code": "CA",
"zip": "J4X 1C2",
"phone_number": {
"country_code": "+1",
"number": "7878654578"
}
},
"weight": {
"unit": "oz",
"value": 7.05
},
"dimensions": {
"unit": "in",
"length": 7.87,
"width": 7.87,
"height": 7.87
},
"delivery_date": "2026-09-16T00:35:16Z",
"items": [
{
"item_id": "6934496718227b8a4ee59e14",
"sku": "audirs7",
"scannable": "audirs7",
"name": "Audi RS7",
"description": "Audi RS7 awd",
"quantity": 10,
"unit": "eaches",
"base_conversion_rate": 1
},
{
"item_id": "6934517f18227b8a4ee59e15",
"sku": "audirs8",
"scannable": "audirs8",
"name": "Audi RS8",
"description": "Audi RS8 rwd",
"quantity": 15,
"unit": "eaches",
"base_conversion_rate": 1
}
]
}
],
"shipped_at": "2026-09-11"
}
}