Parameter Details
| FIELD NAME | REQ | VALUE | MAX | DESCRIPTION | 
|---|---|---|---|---|
| order_type | N | 1, 2, 3, 4, 5, 6, 7, 8 | 1 | 1 = Notes; 2 = Approved & Shipped Orders; 3 = Pending Orders; 4 = All Orders except Cancelled; 5 = Cancelled Orders; 6 = Approved Orders; 7 = Shipped Orders; 8 = All Orders including Cancelled. If not included in the request, the default is order_type=2 | 
| export_status | N | 1, 2, 3, 4, 5, 6, 7 | 1 | 1 = all orders; 2 = not yet exported (not attempted or failed); 3 = already exported (success); 4 = modified since last export; 5 = 2+4; 6 = not yet exported (failed excluded); 7 = 6+4. If not included in the request, the default is export_status=1 if sync=0, otherwise the default is export_status=2 if sync=1 | 
| date_start | X | UTC Timestamp | The earliest order modified date in a range. Required if date_end has been supplied. UTC Format YYYY-MM-DDThh:mm:ss.sTZD | |
| date_end | X | UTC Timestamp | The latest order modified date in a range. Required if date_start has been supplied. UTC Format YYYY-MM-DDThh:mm:ss.sTZD | |
| sync | N | 1, 0 | 1 | Is the request synchronizing orders (if yes, only previously unrequested orders will be included). If not included in the request, the default is sync=1 | 
| check | N | 0, 1, 2, 3 | 3 | 0 = missing required fields for export and deleted styles or style/colors will not raise Failed export status  1 = missing required fields for export will raise a Failed export status with details 2 = deleted styles or style/colors will raise a Failed export status with details 3 = missing required fields for export and deleted styles or style/colors will raise Failed export status with details If sync = 0, default check = 0. If sync = 1, default check = 1.  | 
| customer_code | N | Any String | 50 | Applying a customer_code will filter order results to a specific customer. | 
| start_from | N | Integer | Used to pull additional pages of results. Orders are paged in counts of 50. | |
| count | N | Integer | Used to override the standard 50 count paged results and specify custom number of results per page. | |
| customer_group_name | N | Any String | 150 | Applying a customer group name will filter order results to a specific group of customers. | 
| customer_group_code | N | Any String | 100 | Applying a customer group code will filter order results to a specific group of customers. | 
| company_name | N | Any String | 150 | Applying a company name will filter order results to a specific group of customers under that company. | 
| company_code | N | Any String | 100 | Applying a company code will filter order results to a specific group of customers under that company. | 
| sales_representative | N | Any String | 100 | Applying a sales rep name will filter order results to any orders assigned to that sales rep. | 
| sales_representative_code | N | Any String | 100 | Applying a sales rep code will filter order results to any orders assigned to that sales rep. | 
| division_name | N | Any String | 100 | Applying a division name will filter order results to any orders assigned to that division. | 
| division_code | N | Any String | 25 | Applying a division code will filter order results to any orders assigned to that division. | 
| order_delivery_name | N | Any String | 100 | Applying an order delivery name will filter order results to any orders taken from the specified linesheet. | 
| order_delivery_code | N | Any String | 255 | Applying an order delivery code will filter order results to any orders taken from the specified linesheet. | 
| date_created_start | X | UTC Timestamp | The earliest created date in a range. Required if date_created_end has been supplied. UTC Format YYYY-MM-DDThh:mm:ss.sTZD | |
| date_created_end | X | UTC Timestamp | The latest created date in a range. Required if date_created_start has been supplied. UTC Format YYYY-MM-DDThh:mm:ss.sTZD | |
| date_approved_start | X | UTC Timestamp | The earliest approved date in a range. Required if date_approved_end has been supplied. UTC Format YYYY-MM-DDThh:mm:ss.sTZD | |
| date_approved_end | X | UTC Timestamp | The latest approved date in a range. Required if date_approved_start has been supplied. UTC Format YYYY-MM-DDThh:mm:ss.sTZD | |
| date_ship_start | X | UTC Timestamp | The earliest shipping date in a range. Any shipping window beginning after this date, but before the specified end ship date, will be included. Required if date_ship_end has been supplied. UTC Format YYYY-MM-DD | |
| date_ship_end | X | UTC Timestamp | The latest shipping date in a range. Any shipping window ending before this date, but after the specified start ship date, will be included. Required if date_ship_start has been supplied. UTC Format YYYY-MM-DD | |
| customer_country | N | Any String | 100 | Applying a country will filter results to orders taken from customers with that country in their shipping address. Enter the ISO 2-digit or 3-digit code, or the full name. | 
| currency_name | N | Any String | 100 | Applying a currency name will limit to orders taken using a specific price type label. | 
| order_id | N | Integer | 10 | Applying an order id will pull one specific order. | 
| order_type_name | N | Any String | 100 | Applying an order type name will filter results to orders taken under a specific order type. | 
| order_type_code | N | Any String | 25 | Applying an order type code will filter results to orders taken under a specific order type. | 
Response Field Details
| FIELD NAME | TYPE | MAX | DESCRIPTION | 
|---|---|---|---|
| + orders | node : 1-1 | ||
| + response | node : 1-1 | ||
| code | Integer | success/error code | |
| log_id | Any String | correlation id | |
| count_to_sync | Integer | ||
| next_start | Integer | ||
| + order | node : 0-n | ||
| order_id | Integer | 100 | The unique order identifier created by JOOR | 
| order_type | Integer | 100 | 0 = Cancelled; 1 = In Progress; 3 = Pending; 4 = Approved; 5 = Shipped; 6 = Notes | 
| order_comments | String | 255 | Additional comments provided by the buyer or sales representative | 
| order_currency | String | 3 | The ISO standard currency code (example: USD, EUR, GBP) | 
| order_currency_retail | String | 3 | The ISO standard currency code for the retail price | 
| order_currency_name | String | 100 | The name of the price type associated with the currency | 
| order_discount | Decimal | 15 | The calculated discount applied to the order | 
| order_discount_percent | Decimal | 14 | The percent discount applied to the order | 
| order_shipping_total | Decimal | 15 | The shipping price for the order | 
| order_total | Decimal | 15 | The final calculated total of the order (less any discounts plus shipping) | 
| order_source | String | 100 | The method used to generated the order (Ex: "JOOR Site", "JOOR iPad") | 
| order_season_code | String | 25 | The client season code carried over from linesheet creation | 
| order_type_name | String | 100 | The client designated order type name such as Initial Order, Re-order, Bulk Order, etc. | 
| order_type_code | String | 25 | The client designated type code such as Initial Order, Re-order, Bulk Order, etc. | 
| order_event | String | 255 | The tradeshow event from which the order originated | 
| order_event_code | String | 20 | The code associated with the event name | 
| order_delivery_name | String | 100 | The linesheet name from which the order was taken | 
| order_delivery_code | String | 25 | The code for the linesheet from which the order was taken | 
| sales_representative | String | 100 | The representative name of the person responsible for the order | 
| sales_representative_code | String | 100 | The representative code of the person responsible for the order | 
| date_created | Date | 6 | Date the order was created. UTC Format YYYY-MM-DDThh:mmTZD | 
| date_approved | Date | 6 | Date the order was approved: UTC Format YYYY-MM-DDThh:mmTZD | 
| date_modified | Date | 6 | Date the order was last modified: UTC Format YYYY-MM-DDThh:mmTZD | 
| date_ship_start | Date | 6 | The start delivery date | 
| date_ship_end | Date | 6 | The complete delivery date (cancel date) | 
| customer_name | String | 150 | The name of the retailer who purchased the order | 
| customer_code | String | 100 | The client's unique identifier for the customer (provided by client) | 
| company_name | String | 150 | The name of the group of retailers to which the customer belongs | 
| company_code | String | 100 | The code associated with the company | 
| customer_group_name | String | 150 | The name of the customer group | 
| customer_group_code | String | 100 | The code associated with the customer group | 
| customer_purchase_order | String | 255 | The PO Number assigned to the order when created | 
| integration_purchase_order | String | 255 | The PO Number assigned to an order created by an integration | 
| customer_buyer_name | String | 255 | The name of the customer's buyer who placed the order | 
| + line_items | node : 1-1 | ||
| + item | node : 1-n | ||
| item_name | String | 100 | The descriptive display name of the style | 
| item_number | String | 45 | The unique code used to signify style provided by client | 
| item_style_id | String | 100 | The JOOR ID for the style | 
| item_style_identifier | String | 255 | A client designated ID or key used to identify a particular style. | 
| item_color | String | 100 | The descriptive color name of the selected style | 
| item_color_code | String | 100 | The unique identifier that corresponds to the color of the selected style | 
| item_upc | String | 100 | The style UPC as provided by the client | 
| item_size | String | 255 | The size selected for this particular | 
| item_size_code | String | 25 | The code associated with the selected size as provided by client | 
| item_price | Decimal | 15 | The price of the style (at the time of order creation) including style-level discount | 
| item_unit_price | Decimal | 15 | The original price of the style (at the time of order creation) | 
| item_price_adjustment | Decimal | 15 | The positive or negative adjustment of price per style | 
| item_retail_price | Decimal | 15 | The manufacturer's suggested retail price for the style | 
| item_quantity | Integer | 15 | The number of units orders for the selected style, color, size | 
| item_multiplier | Integer | 100 | Indicates number of items included in a casepack | 
| item_price_extended | Decimal | 15 | The extended style price: (style price + style price adjustment) x style quantity | 
| item_comment | String | 255 | The comment applied to a specific style at the time of order creation | 
| item_color_comment | Text | 255 | Style color comments entered on the iPad or Website | 
| item_door_id | Integer | 100 | JOOR allows for one door per Order. This ID relates to the door_id found in the Order Doors object | 
| + style_tags | node : 0-1 | ||
| + style_tag | node : 1-n | ||
| style_tag_group | String | 100 | A custom field used for grouping style tags. Set up in Style Settings | 
| style_tag_name | String | 100 | A custom field used for reporting. Set up in Style Settings | 
| style_tag_code | String | 25 | Code associated with style tag name for reporting | 
| style_tag_value | String | 100 | Value of style tag | 
| + order_divisions | node : 0-1 | ||
| + order_division | node : 1-n | ||
| division_name | String | 100 | The division name provided for the style | 
| division_code | String | 25 | The division code provided for the style | 
| + order_doors | node : 0-1 | ||
| + order_door | node : 1-n | ||
| door_id | integer | 100 | Internal door ID from JOOR | 
| door_name | String | 100 | The name associated with the door | 
| door_code | String | 100 | The code associated with the door | 
| door_deleted | Boolean | Boolean | Boolean to determine if the door has been deleted | 
| shipping_code | String | 255 | The shipping code provided at the time | 
| + order_exports | node : 0-1 | ||
| + order_export | node : 1-n | ||
| export_success | Boolean | Boolean | Export success (true or false) | 
| export_date | Date | 6 | Export date: UTC Format YYYY-MM-DDThh:mmTZD | 
| export_message | String | 255 | Export status description (success or reasons for failure) | 
| shipping_name | String | 255 | The name or label for the shipping destination | 
| shipping_phone | String | 255 | The phone number for the shipping destination | 
| shipping_address_1 | String | 255 | Primary or street address | 
| shipping_address_2 | String | 255 | Secondary address | 
| shipping_city | String | 255 | Shipping destination city | 
| shipping_region | String | 255 | Shipping destination state, province or region | 
| shipping_postal_code | String | 255 | Shipping destination postal code | 
| shipping_country | String | 255 | Shipping destination country | 
| shipping_country_iso_three | String | 255 | Shipping destination country ISO-3 letter code | 
| shipping_country_iso_two | String | 255 | Shipping destination country ISO-2 letter code | 
| shipping_method_name | String | 255 | The designated method for shipping the order to the customer | 
| shipping_method_code | String | 255 | The client designated code for the method of shipping assigned to the order | 
| shipping_email | String | 100 | The email entered in the shipping address by the rep/store on the order | 
| billing_code | String | 100 | The client designated billing code provided at the point of customer information | 
| billing_name | String | 255 | The name or label for the billing destination | 
| billing_phone | String | 255 | The phone number for the billing destination | 
| billing_address_1 | String | 255 | Primary or street address | 
| billing_address_2 | String | 255 | Secondary address | 
| billing_city | String | 255 | Billing destination city | 
| billing_region | String | 255 | Billing destination state, province or region | 
| billing_postal_code | String | 50 | Billing destination postal code | 
| billing_country | String | 255 | Billing destination country | 
| billing_country_iso_three | String | 255 | Billing destination country ISO-3 letter code | 
| billing_country_iso_two | String | 255 | Billing destination country ISO-2 letter code | 
| payment_method_name | String | 255 | The method of payment to be used for billing the order | 
| payment_method_code | String | 255 | The client designated code for the method of payment assigned to the order | 
| tax_id_label | String | 100 | Tax Type Label (i.e., VAT) | 
| tax_id_number | String | 100 | Tax Number | 
| warehouse_name | String | 100 | The name of the warehouse with which the order is associated | 
| warehouse_code | String | 100 | The code of the warehouse with which the order is associated | 
| created_by_username | String | 100 | Username associated with the user who created the order | 
| created_by_email | String | 100 | Email associated with the user who created the order | 
| is_personal_order | Boolean | Boolean | True/false field denoting whether or not the order is a personal order | 
| order_internal_comments | String | 255 | Comments only visible to the brand and not displayed on the PO | 
Request Examples
GET | https://api.jooraccess.com/v2/order/123456 Returns exactly one order which match order with id: 123456. Does not mark it as 'Exported'.
GET | https://api.jooraccess.com/v2/order/?sync=0&count=100&order_type=6 Returns 100 Approved orders. Does not mark them as 'Exported'.
GET | https://api.jooraccess.com/v2/order/?sync=0&count=100&order_type=3&customer_code=N10005 Returns 100 Pending Orders for customer with customer code N10005. Does not mark them as exported.
GET | https://api.jooraccess.com/v2/order/?sync=1&count=100&order_type=6 Returns 100 Approved Orders. Marks them as 'Exported'.
Response Example
<orders>
    <response>
        <code>0</code>
        <log_id>5eccc8c1-443a-498a-8ddb-1a3df00c9030</log_id>
        <count_to_sync>453</count_to_sync>
        <next_start>1</next_start>
    </response>
    <order>
        <order_id>172728</order_id>
        <order_comments>Hi</order_comments>
        <order_internal_comments>This comment isn't visible to retailers</order_internal_comments>
        <order_currency>USD</order_currency>
        <order_currency_retail>USD</order_currency_retail>
        <order_currency_name>US Dollar</order_currency_name>
        <order_discount>27.72</order_discount>
        <order_discount_percent>0.0</order_discount_percent>
        <order_shipping_total>0.00</order_shipping_total>
        <order_total>3550.00</order_total>
        <order_source>JOOR iPad</order_source>
        <order_season_code>S15</order_season_code>
        <order_type>4</order_type>
        <order_type_name>Post-Market</order_type_name>
        <order_type_code />
        <order_event>JOOR iPad</order_event>
        <order_event_code>JOOR iPad</order_event_code>
        <order_delivery_name>Denim 2014</order_delivery_name>
        <order_delivery_code>D14</order_delivery_code>
        <date_created>2013-10-02T06:34:46.125234+00:00</date_created>
        <date_approved>2014-06-26T02:47:47.569816+00:00</date_approved>
        <date_modified>2014-06-27T02:47:47.569816+00:00</date_modified>
        <date_ship_start>2013-10-02</date_ship_start>
        <date_ship_end>2013-10-12</date_ship_end>
        <sales_representative>Mike</sales_representative>
        <sales_representative_code />
        <customer_name>JboutiqueNY</customer_name>
        <customer_code>ello</customer_code>
        <company_name>WOMEN</company_name>
        <company_code>WMN</company_code>
        <customer_group_name>Specialty</customer_group_name>
        <customer_group_code>SPC</customer_group_code>
        <customer_purchase_order>172728</customer_purchase_order>
        <integration_purchase_order>None</integration_purchase_order>
        <customer_buyer_name>Kristen Leone</customer_buyer_name>
        <line_items>
            <item>
                <item_name>Juliette Super Skinny Dup</item_name>
                <item_number>W440DIF</item_number>
                <item_style_id>147358</item_style_id>
                <item_style_identifier />
                <item_color>Rinse (RIN)</item_color>
                <item_color_code />
                <item_upc />
                <item_size>None</item_size>
                <item_size_code />
                <item_price>90.00</item_price>
                <item_retail_price>200.00</item_retail_price>
                <item_unit_price>90.00</item_unit_price>
                <item_price_adjustment>0.00</item_price_adjustment>
                <item_quantity>5</item_quantity>
                <item_multiplier />
                <item_price_extended>450.00</item_price_extended>
                <item_comment />
                <item_door_id>33</item_door_id>
                <item_color_comment>This is a color comment for Rinse</item_color_comment>
                <style_tags>
                    <style_tag>
                        <style_tag_group>Test Tags</style_tag_group>
                        <style_tag_name>Product Code</style_tag_name>
                        <style_tag_code></style_tag_code>
                        <style_tag_value>16S-S6SMC08-S6S530</style_tag_value>
                    </style_tag>
                    <style_tag>
                        <style_tag_group>Test Tags</style_tag_group>
                        <style_tag_name>Look 1</style_tag_name>
                        <style_tag_code></style_tag_code>
                        <style_tag_value>1</style_tag_value>
                    </style_tag>
                </style_tags>
            </item>
            <item>
                <item_name>Ryan Dup</item_name>
                <item_number>20110</item_number>
                <item_style_id>147360</item_style_id>
                <item_style_identifier />
                <item_color>Ivory/Viola</item_color>
                <item_color_code />
                <item_upc />
                <item_size>XS</item_size>
                <item_size_code />
                <item_price>100.00</item_price>
                <item_retail_price>220.00</item_retail_price>
                <item_unit_price>100.00</item_unit_price>
                <item_price_adjustment>0.00</item_price_adjustment>
                <item_quantity>4</item_quantity>
                <item_multiplier />
                <item_price_extended>400.00</item_price_extended>
                <item_comment>This is a Style comment for style #20110</item_comment>
                <item_door_id>33</item_door_id>
                <item_color_comment>This is a color comment for Ivory/Viola</item_color_comment>
                <style_tags>
                    <style_tag>
                        <style_tag_group>Test Tags</style_tag_group>
                        <style_tag_name>Product Code</style_tag_name>
                        <style_tag_code></style_tag_code>
                        <style_tag_value>16S-S6SRO05-S6S005</style_tag_value>
                    </style_tag>
                    <style_tag>
                        <style_tag_group>Test Tags</style_tag_group>
                        <style_tag_name>Look 1</style_tag_name>
                        <style_tag_code></style_tag_code>
                        <style_tag_value>1</style_tag_value>
                    </style_tag>
                </style_tags>
            </item>
            <item>
                <item_name>Ryan Dup</item_name>
                <item_number>20110</item_number>
                <item_style_id>147360</item_style_id>
                <item_style_identifier />
                <item_color>Ivory/Viola</item_color>
                <item_color_code />
                <item_upc />
                <item_size>S</item_size>
                <item_size_code />
                <item_price>100.00</item_price>
                <item_retail_price>220.00</item_retail_price>
                <item_unit_price>100.00</item_unit_price>
                <item_price_adjustment>0.00</item_price_adjustment>
                <item_quantity>3</item_quantity>
                <item_multiplier />
                <item_price_extended>300.00</item_price_extended>
                <item_comment>This is a Style comment for style #20110</item_comment>
                <item_door_id>33</item_door_id>
                <item_color_comment>This is a color comment for Ivory/Viola</item_color_comment>
                <style_tags>
                    <style_tag>
                        <style_tag_group>Test Tags</style_tag_group>
                        <style_tag_name>Product Code</style_tag_name>
                        <style_tag_code></style_tag_code>
                        <style_tag_value>16S-S6SMC08-S6S530</style_tag_value>
                    </style_tag>
                    <style_tag>
                        <style_tag_group>Test Tags</style_tag_group>
                        <style_tag_name>Look 1</style_tag_name>
                        <style_tag_code></style_tag_code>
                        <style_tag_value>1</style_tag_value>
                    </style_tag>
                </style_tags>
            </item>
            <item>
                <item_name>Ryan Dup</item_name>
                <item_number>20110</item_number>
                <item_style_id>147360</item_style_id>
                <item_style_identifier />
                <item_color>Ivory/Viola</item_color>
                <item_color_code />
                <item_upc />
                <item_size>M</item_size>
                <item_size_code />
                <item_price>100.00</item_price>
                <item_retail_price>220.00</item_retail_price>
                <item_unit_price>100.00</item_unit_price>
                <item_price_adjustment>0.00</item_price_adjustment>
                <item_quantity>2</item_quantity>
                <item_multiplier />
                <item_price_extended>200.00</item_price_extended>
                <item_comment>This is a Style comment for style #20110</item_comment>
                <item_door_id>33</item_door_id>
                <item_color_comment>This is a color comment for Ivory/Viola</item_color_comment>
                <style_tags>
                    <style_tag>
                        <style_tag_group>Test Tags</style_tag_group>
                        <style_tag_name>Product Code</style_tag_name>
                        <style_tag_code></style_tag_code>
                        <style_tag_value>16S-S6SHT24-S6S020</style_tag_value>
                    </style_tag>
                    <style_tag>
                        <style_tag_group>Test Tags</style_tag_group>
                        <style_tag_name>Core Offering</style_tag_name>
                        <style_tag_code></style_tag_code>
                        <style_tag_value>Core Offering</style_tag_value>
                    </style_tag>
                </style_tags>
            </item>
            <item>
                <item_name>Ryan Dup</item_name>
                <item_number>20110</item_number>
                <item_style_id>147360</item_style_id>
                <item_style_identifier />
                <item_color>Ivory/Viola</item_color>
                <item_color_code />
                <item_upc />
                <item_size>L</item_size>
                <item_size_code />
                <item_price>100.00</item_price>
                <item_retail_price>220.00</item_retail_price>
                <item_unit_price>100.00</item_unit_price>
                <item_price_adjustment>0.00</item_price_adjustment>
                <item_quantity>2</item_quantity>
                <item_multiplier />
                <item_price_extended>200.00</item_price_extended>
                <item_comment>This is a Style comment for style #20110</item_comment>
                <item_door_id>33</item_door_id>
                <item_color_comment>This is a color comment for Ivory/Viola</item_color_comment>
                <style_tags>
                    <style_tag>
                        <style_tag_group>Test Tags</style_tag_group>
                        <style_tag_name>Product Code</style_tag_name>
                        <style_tag_code></style_tag_code>
                        <style_tag_value>16S-S6SMC08-S6S530</style_tag_value>
                    </style_tag>
                    <style_tag>
                        <style_tag_group>Test Tags</style_tag_group>
                        <style_tag_name>Look 1</style_tag_name>
                        <style_tag_code></style_tag_code>
                        <style_tag_value>1</style_tag_value>
                    </style_tag>
                </style_tags>
            </item>
            <item>
                <item_name>Ryan Dup</item_name>
                <item_number>20110</item_number>
                <item_style_id>147360</item_style_id>
                <item_style_identifier />
                <item_color>Ivory/Buff</item_color>
                <item_color_code />
                <item_upc />
                <item_size>XS</item_size>
                <item_size_code />
                <item_price>100.00</item_price>
                <item_retail_price>220.00</item_retail_price>
                <item_unit_price>100.00</item_unit_price>
                <item_price_adjustment>0.00</item_price_adjustment>
                <item_quantity>5</item_quantity>
                <item_multiplier />
                <item_price_extended>500.00</item_price_extended>
                <item_comment>This is a Style comment for style #20110</item_comment>
                <item_door_id>33</item_door_id>
                <item_color_comment>This is a color comment for Ivory/Buff</item_color_comment>
                <style_tags>
                    <style_tag>
                        <style_tag_group>Test Tags</style_tag_group>
                        <style_tag_name>Product Code</style_tag_name>
                        <style_tag_code></style_tag_code>
                        <style_tag_value>16S-S6SMC08-S6S530</style_tag_value>
                    </style_tag>
                    <style_tag>
                        <style_tag_group>Test Tags</style_tag_group>
                        <style_tag_name>Look 1</style_tag_name>
                        <style_tag_code></style_tag_code>
                        <style_tag_value>1</style_tag_value>
                    </style_tag>
                </style_tags>
            </item>
            <item>
                <item_name>Ryan Dup</item_name>
                <item_number>20110</item_number>
                <item_style_id>147360</item_style_id>
                <item_style_identifier />
                <item_color>Ivory/Buff</item_color>
                <item_color_code />
                <item_upc />
                <item_size>S</item_size>
                <item_size_code />
                <item_price>100.00</item_price>
                <item_retail_price>220.00</item_retail_price>
                <item_unit_price>100.00</item_unit_price>
                <item_price_adjustment>0.00</item_price_adjustment>
                <item_quantity>2</item_quantity>
                <item_multiplier />
                <item_price_extended>200.00</item_price_extended>
                <item_comment>This is a Style comment for style #20110</item_comment>
                <item_door_id>33</item_door_id>
                <item_color_comment>This is a color comment for Ivory/Buff</item_color_comment>
                <style_tags>
                    <style_tag>
                        <style_tag_group>Test Tags</style_tag_group>
                        <style_tag_name>Product Code</style_tag_name>
                        <style_tag_code></style_tag_code>
                        <style_tag_value>16S-S6SMC08-S6S530</style_tag_value>
                    </style_tag>
                    <style_tag>
                        <style_tag_group>Test Tags</style_tag_group>
                        <style_tag_name>Look 1</style_tag_name>
                        <style_tag_code></style_tag_code>
                        <style_tag_value>1</style_tag_value>
                    </style_tag>
                </style_tags>
            </item>
            <item>
                <item_name>Ryan Dup</item_name>
                <item_number>20110</item_number>
                <item_style_id>147360</item_style_id>
                <item_style_identifier />
                <item_color>Ivory/Buff</item_color>
                <item_color_code />
                <item_upc />
                <item_size>M</item_size>
                <item_size_code />
                <item_price>100.00</item_price>
                <item_retail_price>220.00</item_retail_price>
                <item_unit_price>100.00</item_unit_price>
                <item_price_adjustment>0.00</item_price_adjustment>
                <item_quantity>2</item_quantity>
                <item_multiplier />
                <item_price_extended>200.00</item_price_extended>
                <item_comment>This is a Style comment for style #20110</item_comment>
                <item_door_id>33</item_door_id>
                <item_color_comment>This is a color comment for Ivory/Buff</item_color_comment>
                <style_tags>
                    <style_tag>
                        <style_tag_group>Test Tags</style_tag_group>
                        <style_tag_name>Product Code</style_tag_name>
                        <style_tag_code></style_tag_code>
                        <style_tag_value>16S-S6SMC08-S6S530</style_tag_value>
                    </style_tag>
                    <style_tag>
                        <style_tag_group>Test Tags</style_tag_group>
                        <style_tag_name>Look 1</style_tag_name>
                        <style_tag_code></style_tag_code>
                        <style_tag_value>1</style_tag_value>
                    </style_tag>
                </style_tags>
            </item>
            <item>
                <item_name>Ryan Dup</item_name>
                <item_number>20110</item_number>
                <item_style_id>147360</item_style_id>
                <item_style_identifier />
                <item_color>Ivory/Buff</item_color>
                <item_color_code />
                <item_upc />
                <item_size>L</item_size>
                <item_size_code />
                <item_price>100.00</item_price>
                <item_retail_price>220.00</item_retail_price>
                <item_unit_price>100.00</item_unit_price>
                <item_price_adjustment>0.00</item_price_adjustment>
                <item_quantity>5</item_quantity>
                <item_multiplier />
                <item_price_extended>500.00</item_price_extended>
                <item_comment>This is a Style comment for style #20110</item_comment>
                <item_door_id>33</item_door_id>
                <item_color_comment>This is a color comment for Ivory/Buff</item_color_comment>
                <style_tags>
                    <style_tag>
                        <style_tag_group>Test Tags</style_tag_group>
                        <style_tag_name>Product Code</style_tag_name>
                        <style_tag_code></style_tag_code>
                        <style_tag_value>16S-S6SMC08-S6S530</style_tag_value>
                    </style_tag>
                    <style_tag>
                        <style_tag_group>Test Tags</style_tag_group>
                        <style_tag_name>Look 1</style_tag_name>
                        <style_tag_code></style_tag_code>
                        <style_tag_value>1</style_tag_value>
                    </style_tag>
                </style_tags>
            </item>
            <item>
                <item_name>Ryan Dup</item_name>
                <item_number>20110</item_number>
                <item_style_id>147360</item_style_id>
                <item_style_identifier />
                <item_color>Ivory/Ash</item_color>
                <item_color_code />
                <item_upc />
                <item_size>XS</item_size>
                <item_size_code />
                <item_price>100.00</item_price>
                <item_retail_price>220.00</item_retail_price>
                <item_unit_price>100.00</item_unit_price>
                <item_price_adjustment>0.00</item_price_adjustment>
                <item_quantity>2</item_quantity>
                <item_multiplier />
                <item_price_extended>200.00</item_price_extended>
                <item_comment>This is a Style comment for style #20110</item_comment>
                <item_door_id>33</item_door_id>
                <item_color_comment />
                <style_tags>
                    <style_tag>
                        <style_tag_group>Test Tags</style_tag_group>
                        <style_tag_name>Product Code</style_tag_name>
                        <style_tag_code></style_tag_code>
                        <style_tag_value>16S-S6SMC08-S6S530</style_tag_value>
                    </style_tag>
                    <style_tag>
                        <style_tag_group>Test Tags</style_tag_group>
                        <style_tag_name>Look 1</style_tag_name>
                        <style_tag_code></style_tag_code>
                        <style_tag_value>1</style_tag_value>
                    </style_tag>
                </style_tags>
            </item>
            <item>
                <item_name>Ryan Dup</item_name>
                <item_number>20110</item_number>
                <item_style_id>147360</item_style_id>
                <item_style_identifier />
                <item_color>Ivory/Ash</item_color>
                <item_color_code />
                <item_upc />
                <item_size>S</item_size>
                <item_size_code />
                <item_price>100.00</item_price>
                <item_retail_price>220.00</item_retail_price>
                <item_unit_price>100.00</item_unit_price>
                <item_price_adjustment>0.00</item_price_adjustment>
                <item_quantity>2</item_quantity>
                <item_multiplier />
                <item_price_extended>200.00</item_price_extended>
                <item_comment>This is a Style comment for style #20110</item_comment>
                <item_door_id>33</item_door_id>
                <item_color_comment />
                <style_tags>
                    <style_tag>
                        <style_tag_group>Test Tags</style_tag_group>
                        <style_tag_name>Product Code</style_tag_name>
                        <style_tag_code></style_tag_code>
                        <style_tag_value>16S-S6SMC08-S6S530</style_tag_value>
                    </style_tag>
                    <style_tag>
                        <style_tag_group>Test Tags</style_tag_group>
                        <style_tag_name>Look 1</style_tag_name>
                        <style_tag_code></style_tag_code>
                        <style_tag_value>1</style_tag_value>
                    </style_tag>
                </style_tags>
            </item>
            <item>
                <item_name>Ryan Dup</item_name>
                <item_number>20110</item_number>
                <item_style_id>147360</item_style_id>
                <item_style_identifier />
                <item_color>Ivory/Ash</item_color>
                <item_color_code />
                <item_upc />
                <item_size>M</item_size>
                <item_size_code />
                <item_price>100.00</item_price>
                <item_retail_price>220.00</item_retail_price>
                <item_unit_price>100.00</item_unit_price>
                <item_price_adjustment>0.00</item_price_adjustment>
                <item_quantity>2</item_quantity>
                <item_multiplier />
                <item_price_extended>200.00</item_price_extended>
                <item_comment>This is a Style comment for style #20110</item_comment>
                <item_door_id>33</item_door_id>
                <item_color_comment />
                <style_tags>
                    <style_tag>
                        <style_tag_group>Test Tags</style_tag_group>
                        <style_tag_name>Product Code</style_tag_name>
                        <style_tag_code></style_tag_code>
                        <style_tag_value>16S-S6SMC08-S6S530</style_tag_value>
                    </style_tag>
                    <style_tag>
                        <style_tag_group>Test Tags</style_tag_group>
                        <style_tag_name>Look 1</style_tag_name>
                        <style_tag_code></style_tag_code>
                        <style_tag_value>1</style_tag_value>
                    </style_tag>
                </style_tags>
            </item>
        </line_items>
        <order_divisions>
            <order_division>
                <division_name>W.E</division_name>
                <division_code>W.E</division_code>
            </order_division>
        </order_divisions>
        <order_doors>
            <order_door>
                <door_id>33</door_id>
                <door_name>NY Accessories</door_name>
                <door_code />
                <door_deleted>true</door_deleted>
            </order_door>
        </order_doors>
        <order_exports>
            <order_export>
                <export_success>true</export_success>
                <export_date>2017-02-06 10:00:04.643586+00</export_date>
                <export_message></export_message>
            </order_export>
        </order_exports>
        <shipping_code />
        <shipping_name>JboutiqueNY</shipping_name>
        <shipping_phone>213-555-1212</shipping_phone>
        <shipping_email>[email protected]</shipping_email>
        <shipping_address_1>1 Main St</shipping_address_1>
        <shipping_address_2 />
        <shipping_city>Los Angeles</shipping_city>
        <shipping_region>CA</shipping_region>
        <shipping_postal_code>35411</shipping_postal_code>
        <shipping_country>United States</shipping_country>
        <shipping_country_iso_three>USA</shipping_country_iso_three>
        <shipping_country_iso_two>US</shipping_country_iso_two>
        <shipping_method_name>UPS 2-Day</shipping_method_name>
        <shipping_method_code>ups_2day</shipping_method_code>
        <billing_code />
        <billing_name>JboutiqueNY</billing_name>
        <billing_phone>2018926148</billing_phone>
        <billing_address_1>708 Willow Ave</billing_address_1>
        <billing_address_2>Suite 5F</billing_address_2>
        <billing_city>Hoboken</billing_city>
        <billing_region>NJ</billing_region>
        <billing_postal_code>07030</billing_postal_code>
        <billing_country>United States</billing_country>
        <billing_country_iso_three>USA</billing_country_iso_three>
        <billing_country_iso_two>US</billing_country_iso_two>
        <payment_method_name>Credit Card</payment_method_name>
        <payment_method_code>cc</payment_method_code>
        <tax_id_label>VAT</tax_id_label>
        <warehouse_name>New York</warehouse_name>
        <warehouse_code>NY</warehouse_code>
        <created_by_username>[email protected]</created_by_username>
        <created_by_email>[email protected]</created_by_email>
        <is_personal_order>false</is_personal_order>
    </order>
</orders>{
  "response": {
    "code": "0",
    "comment": "",
    "count_to_sync": "453",
    "next_start": "1",
    "log_id": "2bbbcb47-095d-4619-ac0d-2ef98075e74e"
  },
  "orders": [
    {
      "order_id": 172728,
      "order_comments": "Hi",
      "order_internal_comments": "This comment isn't visible to retailers",
      "order_currency": "USD",
      "order_currency_retail": "USD",
      "order_currency_name": "US Dollar",
      "order_discount": 0,
      "order_discount_percent": 0,
      "order_shipping_total": 0,
      "order_total": 3550,
      "order_source": "JOOR iPad",
      "order_season_code": "S15",
      "order_type": "4",
      "order_type_name": "Post-Market",
      "order_type_code": "",
      "order_event": "JOOR iPad",
      "order_event_code": "",
      "order_delivery_name": "Denim 2014",
      "order_delivery_code": "D14",
      "date_created": "2013-10-02T06:34:46.125234+00:00",
      "date_approved": "2014-06-26T02:47:47.569816+00:00",
      "date_modified": "2014-06-27T02:47:47.569816+00:00",
      "date_ship_start": "2013-10-02",
      "date_ship_end": "2013-10-12",
      "sales_representative": "Mike",
      "sales_representative_code": "",
      "customer_name": "JboutiqueNY",
      "customer_code": "ello",
      "company_name": "WOMEN",
      "company_code": "WMN",
      "customer_group_name": "Specialty",
      "customer_group_code": "SPC",
      "customer_purchase_order": "172728",
      "integration_purchase_order": "",
      "customer_buyer_name": "Kristen Leone",
      "line_items": [
        {
          "item_name": "Juliette Super Skinny Dup",
          "item_number": "W440DIF",
          "item_style_id": 147358,
          "item_style_identifier": "",
          "item_color": "Rinse (RIN)",
          "item_color_code": "",
          "item_upc": "",
          "item_size": "None",
          "item_size_code": "",
          "item_price": 90,
          "item_retail_price": 200,
          "item_unit_price": 90,
          "item_price_adjustment": 0,
          "item_quantity": 5,
          "item_multiplier": "",
          "item_price_extended": 450,
          "item_comment": "",
          "item_door_id": 33,
          "item_color_comment": "This is a color comment for Rinse",
          "style_tags": [
            {
              "style_tag_group": "Test Tags",
              "style_tag_name": "Product Code",
              "style_tag_code": "",
              "style_tag_value": "16S-S6SMC08-S6S530"
            },
            {
              "style_tag_group": "Test Tags",
              "style_tag_name": "Look 1",
              "style_tag_code": "",
              "style_tag_value": "1"
            }
          ]
        },
        {
          "item_name": "Ryan Dup",
          "item_number": "20110",
          "item_style_id": 147360,
          "item_style_identifier": "",
          "item_color": "Ivory/Viola",
          "item_color_code": "",
          "item_upc": "",
          "item_size": "XS",
          "item_size_code": "",
          "item_price": 100,
          "item_retail_price": 220,
          "item_unit_price": 100,
          "item_price_adjustment": 0,
          "item_quantity": 4,
          "item_multiplier": "",
          "item_price_extended": 400,
          "item_comment": "This is a Style comment for style #20110",
          "item_door_id": 33,
          "item_color_comment": "This is a color comment for Ivory/Viola",
          "style_tags": [
            {
              "style_tag_group": "Test Tags",
              "style_tag_name": "Product Code",
              "style_tag_code": "",
              "style_tag_value": "16S-S6SRO05-S6S005"
            },
            {
              "style_tag_group": "Test Tags",
              "style_tag_name": "Look 1",
              "style_tag_code": "",
              "style_tag_value": "1"
            }
          ]
        },
        {
          "item_name": "Ryan Dup",
          "item_number": "20110",
          "item_style_id": 147360,
          "item_style_identifier": "",
          "item_color": "Ivory/Viola",
          "item_color_code": "",
          "item_upc": "",
          "item_size": "S",
          "item_size_code": "",
          "item_price": 100,
          "item_retail_price": 220,
          "item_unit_price": 100,
          "item_price_adjustment": 0,
          "item_quantity": 3,
          "item_multiplier": "",
          "item_price_extended": 300,
          "item_comment": "This is a Style comment for style #20110",
          "item_door_id": 33,
          "item_color_comment": "This is a color comment for Ivory/Viola",
          "style_tags": [
            {
              "style_tag_group": "Test Tags",
              "style_tag_name": "Product Code",
              "style_tag_code": "",
              "style_tag_value": "16S-S6SMC08-S6S530"
            },
            {
              "style_tag_group": "Test Tags",
              "style_tag_name": "Look 1",
              "style_tag_code": "",
              "style_tag_value": "1"
            }
          ]
        },
        {
          "item_name": "Ryan Dup",
          "item_number": "20110",
          "item_style_id": 147360,
          "item_style_identifier": "",
          "item_color": "Ivory/Viola",
          "item_color_code": "",
          "item_upc": "",
          "item_size": "M",
          "item_size_code": "",
          "item_price": 100,
          "item_retail_price": 220,
          "item_unit_price": 100,
          "item_price_adjustment": 0,
          "item_quantity": 2,
          "item_multiplier": "",
          "item_price_extended": 200,
          "item_comment": "This is a Style comment for style #20110",
          "item_door_id": 33,
          "item_color_comment": "This is a color comment for Ivory/Viola",
          "style_tags": [
            {
              "style_tag_group": "Test Tags",
              "style_tag_name": "Product Code",
              "style_tag_code": "",
              "style_tag_value": "16S-S6SHT24-S6S020"
            },
            {
              "style_tag_group": "Test Tags",
              "style_tag_name": "Core Offering",
              "style_tag_code": "",
              "style_tag_value": "Core Offering"
            }
          ]
        },
        {
          "item_name": "Ryan Dup",
          "item_number": "20110",
          "item_style_id": 147360,
          "item_style_identifier": "",
          "item_color": "Ivory/Viola",
          "item_color_code": "",
          "item_upc": "",
          "item_size": "L",
          "item_size_code": "",
          "item_price": 100,
          "item_retail_price": 220,
          "item_unit_price": 100,
          "item_price_adjustment": 0,
          "item_quantity": 2,
          "item_multiplier": "",
          "item_price_extended": 200,
          "item_comment": "This is a Style comment for style #20110",
          "item_door_id": 33,
          "item_color_comment": "This is a color comment for Ivory/Viola",
          "style_tags": [
            {
              "style_tag_group": "Test Tags",
              "style_tag_name": "Product Code",
              "style_tag_code": "",
              "style_tag_value": "16S-S6SMC08-S6S530"
            },
            {
              "style_tag_group": "Test Tags",
              "style_tag_name": "Look 1",
              "style_tag_code": "",
              "style_tag_value": "1"
            }
          ]
        },
        {
          "item_name": "Ryan Dup",
          "item_number": "20110",
          "item_style_id": 147360,
          "item_style_identifier": "",
          "item_color": "Ivory/Buff",
          "item_color_code": "",
          "item_upc": "",
          "item_size": "XS",
          "item_size_code": "",
          "item_price": 100,
          "item_retail_price": 220,
          "item_unit_price": 100,
          "item_price_adjustment": 0,
          "item_quantity": 5,
          "item_multiplier": "",
          "item_price_extended": 500,
          "item_comment": "This is a Style comment for style #20110",
          "item_door_id": 33,
          "item_color_comment": "This is a color comment for Ivory/Buff",
          "style_tags": [
            {
              "style_tag_group": "Test Tags",
              "style_tag_name": "Product Code",
              "style_tag_code": "",
              "style_tag_value": "16S-S6SMC08-S6S530"
            },
            {
              "style_tag_group": "Test Tags",
              "style_tag_name": "Look 1",
              "style_tag_code": "",
              "style_tag_value": "1"
            }
          ]
        },
        {
          "item_name": "Ryan Dup",
          "item_number": "20110",
          "item_style_id": 147360,
          "item_style_identifier": "",
          "item_color": "Ivory/Buff",
          "item_color_code": "",
          "item_upc": "",
          "item_size": "S",
          "item_size_code": "",
          "item_price": 100,
          "item_retail_price": 220,
          "item_unit_price": 100,
          "item_price_adjustment": 0,
          "item_quantity": 2,
          "item_multiplier": "",
          "item_price_extended": 200,
          "item_comment": "This is a Style comment for style #20110",
          "item_door_id": 33,
          "item_color_comment": "This is a color comment for Ivory/Buff",
          "style_tags": [
            {
              "style_tag_group": "Test Tags",
              "style_tag_name": "Product Code",
              "style_tag_code": "",
              "style_tag_value": "16S-S6SMC08-S6S530"
            },
            {
              "style_tag_group": "Test Tags",
              "style_tag_name": "Look 1",
              "style_tag_code": "",
              "style_tag_value": "1"
            }
          ]
        },
        {
          "item_name": "Ryan Dup",
          "item_number": "20110",
          "item_style_id": 147360,
          "item_style_identifier": "",
          "item_color": "Ivory/Buff",
          "item_color_code": "",
          "item_upc": "",
          "item_size": "M",
          "item_size_code": "",
          "item_price": 100,
          "item_retail_price": 220,
          "item_unit_price": 100,
          "item_price_adjustment": 0,
          "item_quantity": 2,
          "item_multiplier": "",
          "item_price_extended": 200,
          "item_comment": "This is a Style comment for style #20110",
          "item_door_id": 33,
          "item_color_comment": "This is a color comment for Ivory/Buff",
          "style_tags": [
            {
              "style_tag_group": "Test Tags",
              "style_tag_name": "Product Code",
              "style_tag_code": "",
              "style_tag_value": "16S-S6SMC08-S6S530"
            },
            {
              "style_tag_group": "Test Tags",
              "style_tag_name": "Look 1",
              "style_tag_code": "",
              "style_tag_value": "1"
            }
          ]
        },
        {
          "item_name": "Ryan Dup",
          "item_number": "20110",
          "item_style_id": 147360,
          "item_style_identifier": "",
          "item_color": "Ivory/Buff",
          "item_color_code": "",
          "item_upc": "",
          "item_size": "L",
          "item_size_code": "",
          "item_price": 100,
          "item_retail_price": 220,
          "item_unit_price": 100,
          "item_price_adjustment": 0,
          "item_quantity": 5,
          "item_multiplier": "",
          "item_price_extended": 500,
          "item_comment": "This is a Style comment for style #20110",
          "item_door_id": 33,
          "item_color_comment": "This is a color comment for Ivory/Buff",
          "style_tags": [
            {
              "style_tag_group": "Test Tags",
              "style_tag_name": "Product Code",
              "style_tag_code": "",
              "style_tag_value": "16S-S6SMC08-S6S530"
            },
            {
              "style_tag_group": "Test Tags",
              "style_tag_name": "Look 1",
              "style_tag_code": "",
              "style_tag_value": "1"
            }
          ]
        },
        {
          "item_name": "Ryan Dup",
          "item_number": "20110",
          "item_style_id": 147360,
          "item_style_identifier": "",
          "item_color": "Ivory/Ash",
          "item_color_code": "",
          "item_upc": "",
          "item_size": "XS",
          "item_size_code": "",
          "item_price": 100,
          "item_retail_price": 220,
          "item_unit_price": 100,
          "item_price_adjustment": 0,
          "item_quantity": 2,
          "item_multiplier": "",
          "item_price_extended": 200,
          "item_comment": "This is a Style comment for style #20110",
          "item_door_id": 33,
          "item_color_comment": "",
          "style_tags": [
            {
              "style_tag_group": "Test Tags",
              "style_tag_name": "Product Code",
              "style_tag_code": "",
              "style_tag_value": "16S-S6SMC08-S6S530"
            },
            {
              "style_tag_group": "Test Tags",
              "style_tag_name": "Look 1",
              "style_tag_code": "",
              "style_tag_value": "1"
            }
          ]
        },
        {
          "item_name": "Ryan Dup",
          "item_number": "20110",
          "item_style_id": 147360,
          "item_style_identifier": "",
          "item_color": "Ivory/Ash",
          "item_color_code": "",
          "item_upc": "",
          "item_size": "S",
          "item_size_code": "",
          "item_price": 100,
          "item_retail_price": 220,
          "item_unit_price": 100,
          "item_price_adjustment": 0,
          "item_quantity": 2,
          "item_multiplier": "",
          "item_price_extended": 200,
          "item_comment": "This is a Style comment for style #20110",
          "item_door_id": 33,
          "item_color_comment": "",
          "style_tags": [
            {
              "style_tag_group": "Test Tags",
              "style_tag_name": "Product Code",
              "style_tag_code": "",
              "style_tag_value": "16S-S6SMC08-S6S530"
            },
            {
              "style_tag_group": "Test Tags",
              "style_tag_name": "Look 1",
              "style_tag_code": "",
              "style_tag_value": "1"
            }
          ]
        },
        {
          "item_name": "Ryan Dup",
          "item_number": "20110",
          "item_style_id": 147360,
          "item_style_identifier": "",
          "item_color": "Ivory/Ash",
          "item_color_code": "",
          "item_upc": "",
          "item_size": "M",
          "item_size_code": "",
          "item_price": 100,
          "item_retail_price": 220,
          "item_unit_price": 100,
          "item_price_adjustment": 0,
          "item_quantity": 2,
          "item_multiplier": "",
          "item_price_extended": 200,
          "item_comment": "This is a Style comment for style #20110",
          "item_door_id": 33,
          "item_color_comment": "",
          "style_tags": [
            {
              "style_tag_group": "Test Tags",
              "style_tag_name": "Product Code",
              "style_tag_code": "",
              "style_tag_value": "16S-S6SMC08-S6S530"
            },
            {
              "style_tag_group": "Test Tags",
              "style_tag_name": "Look 1",
              "style_tag_code": "",
              "style_tag_value": "1"
            }
          ]
        }
      ],
      "order_divisions": [
        {
          "division_name": "W.E",
          "division_code": "W.E"
        }
      ],
      "order_doors": [
        {
          "door_id": 33,
          "door_name": "NY Accessories",
          "door_code": null,
          "door_deleted": true
        }
      ],
      "order_exports": [
        {
          "export_success": true,
          "export_date": "2017-02-06 10:00:04.643586+00",
          "export_message": ""
        }
      ],
      "shipping_code": "",
      "shipping_name": "JboutiqueNY",
      "shipping_phone": "213-555-1212",
      "shipping_email": "[email protected]",
      "shipping_address_1": "1 Main St",
      "shipping_address_2": "",
      "shipping_city": "Los Angeles",
      "shipping_region": "CA",
      "shipping_postal_code": "35411",
      "shipping_country": "United States",
      "shipping_country_iso_three": "USA",
      "shipping_country_iso_two": "US",
      "shipping_method_name": "UPS 2-Day",
      "shipping_method_code": "ups_2day",
      "billing_code": "",
      "billing_name": "JboutiqueNY",
      "billing_phone": "2018926148",
      "billing_address_1": "708 Willow Ave",
      "billing_address_2": "Suite 5F",
      "billing_city": "Hoboken",
      "billing_region": "NJ",
      "billing_postal_code": "07030",
      "billing_country": "United States",
      "billing_country_iso_three": "USA",
      "billing_country_iso_two": "US",
      "payment_method_name": "Credit Card",
      "payment_method_code": "cc",
      "tax_id_label": "VAT",
      "warehouse_name": "New York",
      "warehouse_code": "NY",
      "created_by_username": "[email protected]",
      "created_by_email": "[email protected]",
      "is_personal_order": "False"
    }
  ]
}