• Resolved deoshike

    (@deoshike)


    Dear @zorem

    I used add tracking shipping API.
    I can create tracking into order with this input

    {
    “tracking_provider”:”DHL”,
    “tracking_number”: “00340434292070854632”,
    “date_shipped”: “2019-11-08”
    }

    But I got empty tracking provider in response
    {
    “tracking_id”: “10dda2e3497281dfab2ec769e0d4dc99”,
    “tracking_provider”: “”,
    “tracking_link”: “”,
    “tracking_number”: “00340434292070854632”,
    “date_shipped”: “2019-11-08”,

    Please provide list of all tracking_provider which I can input in json parameter.

    Thanks you

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Zorem

    (@zorem)

    Hi @deoshike,

    We don’t have only DHL in our default shipping provider list so that’s why it return empty tracking provider in response. We have “DHL US”, “DHL Parcel”, “DHL Freight” etc.

    Check this document for the setup shipping provider and you can search all DHL providers in this – https://www.zorem.com/docs/woocommerce-advanced-shipment-tracking/setting-shipping-providers/

    Thanks,

    Thread Starter deoshike

    (@deoshike)

    Hi @zorem ,

    Thank you for your response. How can I get code for all tracking_provider to input into jsondata.

    For example:
    Australia EMS, DHL Intraship (DE), US Fedex.

    Is there any regulation?

    Thanks

    Plugin Author Zorem

    (@zorem)

    You can use the name of the provider in JSON data like “Australia EMS”.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Tracking Provider API list’ is closed to new replies.