1
+ export default "{\n \"data\": {\n \"id\": \"LMFN-543196\",\n \"type\": \"orders\",\n \"attributes\": {\n \"item_count\": 1,\n \"item_total\": \"100.1\",\n \"discount_total\": \"10.0\",\n \"shipping_total\": \"10.0\",\n \"tax_total\": \"0.0\",\n \"total\": \"100.1\",\n \"customer_first_name\": \"Joe\",\n \"customer_last_name\": \"Somebody\",\n \"customer_email\": \"[email protected] \",\n \"customer_phone_number\": \"+1 (123) 456-7890\",\n \"customer_opted_in_to_marketing\": false,\n \"customer_note\": \"Created by Joe\",\n \"shipping_address_1\": \"123 some street\",\n \"shipping_address_2\": \"#123\",\n \"shipping_city\": \"Somewhere\",\n \"shipping_state\": \"UT\",\n \"shipping_zip\": \"64801\",\n \"shipping_latitude\": null,\n \"shipping_longitude\": null,\n \"shipping_status\": \"unshipped\",\n \"payment_status\": \"completed\",\n \"created_at\": \"2014-12-25T00:00:00.000Z\",\n \"updated_at\": \"2014-12-25T00:00:00.000Z\",\n \"completed_at\": \"2014-12-25T00:00:00.000Z\"\n },\n \"links\": {\n \"self\": \"https://api.bigcartel.com/v1/accounts/1/orders/LMFN-543196\"\n },\n \"relationships\": {\n \"currency\": {\n \"data\": {\n \"type\": \"currencies\",\n \"id\": \"USD\"\n }\n },\n \"shipping_country\": {\n \"data\": {\n \"type\": \"countries\",\n \"id\": \"US\"\n }\n },\n \"events\": {\n \"data\": [\n {\n \"type\": \"order_events\",\n \"id\": \"1\"\n }\n ]\n },\n \"items\": {\n \"data\": [\n {\n \"type\": \"order_line_items\",\n \"id\": \"2\"\n }\n ]\n },\n \"transactions\": {\n \"data\": [\n {\n \"type\": \"order_transactions/payments\",\n \"id\": \"3\"\n }\n ]\n },\n \"adjustments\": {\n \"data\": [\n {\n \"type\": \"order_adjustments/shipping\",\n \"id\": \"4\"\n },\n {\n \"type\": \"order_adjustments/tax\",\n \"id\": \"5\"\n },\n {\n \"type\": \"order_adjustments/discount\",\n \"id\": \"6\"\n }\n ]\n }\n }\n },\n \"included\": [\n {\n \"id\": \"USD\",\n \"type\": \"currencies\",\n \"attributes\": {\n \"name\": \"U.S. Dollar\",\n \"sign\": \"$\",\n \"locale\": \"en-US\"\n }\n },\n {\n \"id\": \"US\",\n \"type\": \"countries\",\n \"attributes\": {\n \"name\": \"United States\"\n }\n },\n {\n \"id\": \"1\",\n \"type\": \"order_events\",\n \"attributes\": {\n \"created_at\": \"2014-12-25T00:00:00.000Z\",\n \"message\": \"Payment completed\"\n }\n },\n {\n \"id\": \"2\",\n \"type\": \"order_line_items\",\n \"attributes\": {\n \"product_name\": \"This product\",\n \"product_option_name\": \"This option\",\n \"quantity\": 1,\n \"price\": \"100.0\",\n \"total\": \"100.0\",\n \"image_url\": \"https://images.bigcartel.com/some_resource/12345/-/example.jpg\"\n },\n \"relationships\": {\n \"product\": {\n \"data\": {\n \"type\": \"product\",\n \"id\": \"7\"\n }\n },\n \"product_option\": {\n \"data\": {\n \"type\": \"product_option\",\n \"id\": \"8\"\n }\n }\n }\n },\n {\n \"id\": \"3\",\n \"type\": \"order_transactions/payments\",\n \"attributes\": {\n \"label\": \"Visa ending in 1234\",\n \"amount\": \"100.0\",\n \"processor\": \"stripe\",\n \"processor_id\": \"ex_123456789\",\n \"processor_url\": \"https://manage.stripe.com/test/payments/ex_123456789\"\n },\n \"relationships\": {\n \"currency\": {\n \"data\": {\n \"type\": \"currencies\",\n \"id\": \"USD\"\n }\n }\n }\n },\n {\n \"id\": \"4\",\n \"type\": \"order_adjustments/shipping\",\n \"attributes\": {\n \"amount\": \"10.0\",\n \"label\": \"Shipping charges\"\n }\n },\n {\n \"id\": \"5\",\n \"type\": \"order_adjustments/tax\",\n \"attributes\": {\n \"amount\": \"0.1\"\n }\n },\n {\n \"id\": \"6\",\n \"type\": \"order_adjustments/discount\",\n \"attributes\": {\n \"amount\": \"10.0\",\n \"label\": \"[FREESHIPPING] Free shipping discount\"\n }\n }\n ]\n}"
0 commit comments