POST /admin/orders.json
{
"order": {
"line_items": [
{
"variant_id": 447654529,
"quantity": 1
}
],
"customer": {
"phone": null,
"email": "[email protected]"
},
"billing_address": {
"first_name": "John",
"last_name": "Smith",
"address1": "123 Fake Street",
"phone": "555-555-5555",
"city": "Fakecity",
"province": "Ontario",
"country": "Canada",
"zip": "K2P 1L4"
},
"shipping_address": {
"first_name": "Jane",
"last_name": "Smith",
"address1": "123 Fake Street",
"phone": "777-777-7777",
"city": "Fakecity",
"province": "Ontario",
"country": "Canada",
"zip": "K2P 1L4"
},
"email": "[email protected]",
"transactions": [
{
"kind": "sale",
"status": "success",
"amount": 50.0
}
]
}
}
Xem kết quả
HTTP/1.1 201 Created
{
"order": {
"id": 1073459970,
"email": "[email protected]",
"closed_on": null,
"created_on": "2015-12-08T11:41:06Z",
"modified_on": "2015-12-08T11:41:06Z",
"number": 2,
"note": null,
"token": "fb8dc3ef9b8eb284f786316e2702bd89",
"gateway": "",
"test": false,
"total_price": "199.00",
"subtotal_price": "199.00",
"total_weight": 0,
"total_tax": "0.00",
"taxes_included": false,
"currency": "USD",
"financial_status": "partially_paid",
"confirmed": true,
"total_discounts": "0.00",
"total_line_items_price": "199.00",
"cart_token": null,
"buyer_accepts_marketing": false,
"name": "#1002",
"referring_site": null,
"landing_site": null,
"cancelled_on": null,
"cancel_reason": null,
"total_price_usd": "199.00",
"checkout_token": null,
"reference": null,
"user_id": null,
"location_id": null,
"source_identifier": null,
"source_url": null,
"processed_on": "2015-12-08T11:41:06Z",
"device_id": null,
"browser_ip": null,
"landing_site_ref": null,
"order_number": 1002,
"discount_codes": [
],
"note_attributes": [
],
"payment_gateway_names": [
""
],
"processing_method": "",
"checkout_id": null,
"source_name": "755357713",
"fulfillment_status": null,
"tax_lines": [
],
"tags": "",
"contact_email": "[email protected]",
"line_items": [
{
"id": 1071823180,
"variant_id": 447654529,
"title": "IPod Touch 8GB",
"quantity": 1,
"price": "199.00",
"grams": 200,
"sku": "IPOD2009BLACK",
"variant_title": "Black",
"vendor": null,
"fulfillment_service": "manual",
"product_id": 921728736,
"requires_shipping": true,
"taxable": true,
"gift_card": false,
"name": "IPod Touch 8GB - Black",
"variant_inventory_management": "bizweb",
"properties": [
],
"product_exists": true,
"fulfillable_quantity": 1,
"total_discount": "0.00",
"fulfillment_status": null,
"tax_lines": [
]
}
],
"shipping_lines": [
],
"billing_address": {
"first_name": "John",
"address1": "123 Fake Street",
"phone": "555-555-5555",
"city": "Fakecity",
"zip": "K2P 1L4",
"province": "Ontario",
"country": "Canada",
"last_name": "Smith",
"address2": null,
"company": null,
"latitude": null,
"longitude": null,
"name": "John Smith",
"country_code": "CA",
"province_code": "ON"
},
"shipping_address": {
"first_name": "Jane",
"address1": "123 Fake Street",
"phone": "777-777-7777",
"city": "Fakecity",
"zip": "K2P 1L4",
"province": "Ontario",
"country": "Canada",
"last_name": "Smith",
"address2": null,
"company": null,
"latitude": null,
"longitude": null,
"name": "Jane Smith",
"country_code": "CA",
"province_code": "ON"
},
"fulfillments": [
],
"refunds": [
],
"customer": {
"id": 1073339464,
"email": "[email protected]",
"accepts_marketing": false,
"created_on": "2015-12-08T11:41:06Z",
"modified_on": "2015-12-08T11:41:06Z",
"first_name": "John",
"last_name": "Smith",
"orders_count": 1,
"state": "disabled",
"total_spent": "0.00",
"last_order_id": 1073459970,
"note": null,
"verified_email": true,
"multipass_identifier": null,
"tax_exempt": false,
"tags": "",
"last_order_name": "#1002",
"default_address": {
"id": 1053317304,
"first_name": "Jane",
"last_name": "Smith",
"company": null,
"address1": "123 Fake Street",
"address2": null,
"city": "Fakecity",
"province": "Ontario",
"country": "Canada",
"zip": "K2P 1L4",
"phone": "777-777-7777",
"name": "Jane Smith",
"province_code": "ON",
"country_code": "CA",
"country_name": "Canada",
"default": true
}
}
}
}