cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Multiple Trackings for 1 Line Item

Hi

I am trying to add multiple trackings for 1 order which has 1 line item.

Following code works fine and adds a tracking to the line item

 

{
    "lineItems": [
        {
            "lineItemId": "355421222193",
            "quantity": 1
        }
    ],
    "shippedDate": "2024-04-04T07:09:41.0Z",
    "trackingNumber": "7865702234909",
    "shippingCarrierCode": "TEAM GLOBAL EXPRESS"
}

 

 

But this just adds 1 tracking for the line item, If I execute same call again with same line item but with a different tracking, it overrides the existing tracking and does not show 2 tracking numbers.

 

{
    "lineItems": [
        {
            "lineItemId": "355421222193",
            "quantity": 1
        }
    ],
    "shippedDate": "2024-04-04T07:09:41.0Z",
    "trackingNumber": "GFL0109128",
    "shippingCarrierCode": "ARR"
}

 

Is it possible to add 2 tracking number in an order which has 1 line item?

C# wrapper for eBay REST API
https://github.com/CMS365-PTY-LTD/EbaySharp
Message 1 of 2
latest reply
1 REPLY 1

Multiple Trackings for 1 Line Item

Any update on this please?

C# wrapper for eBay REST API
https://github.com/CMS365-PTY-LTD/EbaySharp
Message 2 of 2
latest reply