This document is generated by Apidog. Apidog: All-in-one workspace for API design, document, debug, test, mock
{
"instructions": "intel inside",
"shipping_address": {
"name": "Jane 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"
},
"residential": false
},
"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"
},
"residential": false
},
"is_billing_same_as_shipping": false,
"items": [
{
"sku": "bmwm1",
"total_qty": 1,
"unit": "each"
}
],
"primary_reference_number": "ref5",
"default_shipping_carrier": {
"name": "FastShip Express",
"id": "FS12345",
"service": "Next Day Delivery",
"price": "$19.99"
},
"disable_carrier_shipping": false,
"customer_type": "B2B",
"due_date": "2025-02-26"
}
curl --location --request POST 'https://nova-sandbox.leanafywms.com/v1/order' \
--header 'X-API-Key: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"instructions": "intel inside",
"shipping_address": {
"name": "Jane 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"
},
"residential": false
},
"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"
},
"residential": false
},
"is_billing_same_as_shipping": false,
"items": [
{
"sku": "bmwm1",
"total_qty": 1,
"unit": "each"
}
],
"primary_reference_number": "ref5",
"default_shipping_carrier": {
"name": "FastShip Express",
"id": "FS12345",
"service": "Next Day Delivery",
"price": "$19.99"
},
"disable_carrier_shipping": false,
"customer_type": "B2B",
"due_date": "2025-02-26"
}'
{
"success": true,
"payload": {
"_id": "67e13f5fb6938af1fb63ef71",
"warehouse_id": "632f6d0285f8727169719897",
"client_id": "6310b48233cbac5151bc9594",
"client_name": "Apple",
"code": 2597,
"instructions": "intel inside",
"status": "open",
"shipping_address": {
"name": "Jane 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": {
"number": "4151234567",
"country_code": "+1"
}
},
"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": {
"number": "4151234567",
"country_code": "+1"
}
},
"items": [
{
"item_id": "67bc205d2433307c7c094b0b",
"sku": "bmwm12",
"total_qty": 1,
"unit": "each",
"scannable": "bmwm12",
"name": "bmw m12",
"description": "bmw m12",
"base_conversion_rate": 1,
"base_unit": "each",
"image": "https://leanafywms-stage-item.s3.amazonaws.com/67bc205d2433307c7c094b0b"
}
],
"primary_reference_number": "prn123456",
"default_shipping_carrier": {
"name": "FastShip Express",
"id": "FS12345",
"service": "Next Day Delivery",
"price": "$19.99"
},
"customer_type": "B2B",
"due_date": "2025-02-26"
}
}