Is tracking information available through the GET function in the API?

0
Answered

Hi,

I just have a quick question regarding the information that is available to me through the GET function.

I've been looking over this page here: http://shippingeasy.readme.io/v1.1/docs/storesstore_api_keyorders

I'm trying to determine if I'll be able to grab the tracking number using GET for an order once it's been shipped. I don't see tracking listed anywhere in the result and I wanted to know if that data is unavailable to me, or if it was just not included in this result list for other reasons.

I was just given an email address by a sales rep to contact about my question, but the address didn't work so I'm posting this question here.

Thanks!

Official Comment

Yes, that information is available in the JSON that is returned on an order that has been shipped. An example is below.

Thanks,
Gregg Sporar
Product Manager
ShippingEasy


  {
            "id": 8501673,
            "external_order_identifier": "2225",
            "ordered_at": "2014-12-03T18:17:14Z",
            "order_status": "shipped",
            "parent_order_id": null,
            "source_order_ids": null,
            "total_including_tax": "129.90",
            "total_excluding_tax": "120.19",
            "discount_amount": "0.00",
            "coupon_discount": "0.00",
            "subtotal_including_tax": "124.95",
            "subtotal_excluding_tax": "115.69",
            "subtotal_tax": "9.26",
            "total_tax": "9.71",
            "base_shipping_cost": "4.95",
            "shipping_cost_including_tax": "4.95",
            "shipping_cost_excluding_tax": "4.50",
            "shipping_cost_tax": "0.45",
            "base_handling_cost": "0.00",
            "handling_cost_excluding_tax": "0.00",
            "handling_cost_including_tax": "0.00",
            "handling_cost_tax": "0.00",
            "base_wrapping_cost": "0.00",
            "wrapping_cost_excluding_tax": "0.00",
            "wrapping_cost_including_tax": "0.00",
            "wrapping_cost_tax": "0.00",
            "billing_company": "",
            "billing_first_name": "Jack",
            "billing_last_name": "Ship",
            "billing_address": "609 Castle Ridge Rd",
            "billing_address2": "",
            "billing_city": "Austin",
            "billing_state": "Texas",
            "billing_country": "United States",
            "billing_postal_code": "78746",
            "billing_phone_number": "5125555555",
            "billing_email": "jack@not.com",
            "recipients": [
                {
                    "company": "",
                    "first_name": "Jack",
                    "last_name": "Ship",
                    "address": "609 Castle Ridge Rd",
                    "address2": "",
                    "address3": null,
                    "city": "Austin",
                    "residential": false,
                    "state": "Texas",
                    "province": null,
                    "country": "United States",
                    "postal_code": "78746",
                    "postal_code_plus_4": "5147",
                    "phone_number": "5125555555",
                    "email": "jack@not.com",
                    "base_cost": "4.95",
                    "cost_excluding_tax": "4.50",
                    "cost_including_tax": "4.95",
                    "cost_tax": "0.45",
                    "base_handling_cost": "0.00",
                    "handling_cost_excluding_tax": "0.00",
                    "handling_cost_including_tax": "0.00",
                    "handling_cost_tax": "0.00",
                    "shipping_zone_id": 3,
                    "shipping_zone_name": "Domestic",
                    "items_total": 1,
                    "shipping_method": "Flat Rate Per Order",
                    "items_shipped": 0,
                    "ext_shipping_detail_id": 2149,
                    "line_items": [
                        {
                            "item_name": "booq Mamba Saddle",
                            "sku": "BOOQ-MAMBO",
                            "bin_picking_number": "A2 R6",
                            "weight_in_ounces": "2.4",
                            "quantity": 1,
                            "total_excluding_tax": "115.69",
                            "price_excluding_tax": "115.69",
                            "unit_price": "115.69",
                            "ext_line_item_id": "3666",
                            "ext_product_id": "21",
                            "product_options": null
                        }
                    ],
                    "original_order": {
                        "address_kind": "C",
                        "category_id": null,
                        "created_at": "2014-12-03T18:17:51Z",
                        "customer_id": 7903,
                        "destination_id": null,
                        "drop_ship_tracking_number": null,
                        "ext_shipment_confirmation_id": 2752,
                        "gift": false,
                        "id": 8501673,
                        "internal_notes": null,
                        "is_international": false,
                        "line_item_name": "booq mamba saddle",
                        "line_item_sku": "booq-mambo",
                        "order_detail_id": 8455410,
                        "prime_order_id": 8501673,
                        "recipient_last_name": "smith",
                        "recipient_requested_service": "flat rate per order",
                        "shipment_id": null,
                        "split_from_order_id": null,
                        "store_id": 18225,
                        "store_order_status": "awaiting_payment",
                        "total_quantity": 1,
                        "total_weight_in_ounces": "2.4",
                        "updated_at": "2014-12-04T03:26:44Z",
                        "usps_shipping_zone": 1,
                        "workflow_state": "shipped"
                    }
                }
            ],
            "store_api_key": null,
            "shipments": [
                {
                    "id": 6499843,
                    "tracking_number": "94999071234561234567",
                    "carrier_key": "USPS",
                    "carrier_service_key": "First",
                    "shipment_cost": 193,
                    "ship_date": "2014-12-03"
                }
            ],
            "updated_at": "2014-12-04T03:26:44Z"
        }
Comment actions Permalink
0

Can we call the delivery date as well?

Comment actions Permalink
0

Hello there,

Thank you for contacting ShippingEasy. 

At the moment Delivery Date is not supported.

If you have further questions involving the open API, please note that API questions can be asked here: https://shippingeasy.readme.io/discuss

Have a great day!

Comment actions Permalink
0

Hello,

Is there a way we can get the shipping label (may be in url form) which we can download from this API?

Comment actions Permalink
0

Hello,

Thank you for your response. 

Currently there is not a way to download the label in the form of a URL. 

You can check to see if your platform is supported with our open API connection, this would be the only way to connect the store to have the Orders write to/from. 

Please let us know if there is anything else that we can assist you with. 

Best, 

Comment actions Permalink

Add a Comment

Please sign in to leave a comment.