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

Fulfillment API responding with 30500 system error

I want to update tracking number for my order at Ebay and using this endpoint but got 500 in response.

API endpoint : https://api.ebay.com/sell/fulfillment/v1/order/{order_id}/shipping_fulfillment
payload (values are empty for posting): 

{
    "lineItems": [
        {
            "lineItemId": "",
            "quantity": 1
        }
    ],
    "shippedDate": "",
    "shippingCarrierCode": "",
    "trackingNumber": ""
}


Response : 

{
    "errors": [
        {
            "errorId": 30500,
            "domain": "API_FULFILLMENT",
            "category": "APPLICATION",
            "message": "System error."
        }
    ]
}

Does anyone has any idea about resolving this?
Please suggest.

 

Message 1 of 7
latest reply
1 BEST ANSWER

Accepted Solutions

Fulfillment API responding with 30500 system error

Try Screenshot 2024-02-05 212659.pngpassing the  shippedDate, it worked for me.

 

C# wrapper for eBay REST API
https://github.com/CMS365-PTY-LTD/EbaySharp

View Best Answer in original post

Message 3 of 7
latest reply
6 REPLIES 6

Fulfillment API responding with 30500 system error

I have also been getting the same error for the past week. Any fixes from the technical team?

Message 2 of 7
latest reply

Fulfillment API responding with 30500 system error

Try Screenshot 2024-02-05 212659.pngpassing the  shippedDate, it worked for me.

 

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

Fulfillment API responding with 30500 system error

Let me try it. Seems promising to me.

Message 4 of 7
latest reply

Fulfillment API responding with 30500 system error

Your lineitemid is also empty, so if that does not work then call get order and get the line item id form there and pass with the tracking information.

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

Fulfillment API responding with 30500 system error

Hey

I was passing all the details but I haven't shared it here since it was personal data.
My endpoint is working now. I used the similar shippedDate format like you and it worked for me.
API responded 201 created.

Thanks!

Message 6 of 7
latest reply

Fulfillment API responding with 30500 system error

Were you able to set the tracking detail as well? I am stuck on the shippingCarrierCode

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