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

Cannot create InventoryLocation and cannot get Inventory Locations on SANDBOX

Endpoint: https://api.sandbox.ebay.com/sell/inventory/v1/location/sp6lvfHNxLN70HokfOK6

Method: POST

Body:

 

{
  "location": {
    "address": {
      "country": "US"
    }
  },
  "name": "Test1",
  "locationTypes": [
    "STORE"
  ],
  "phone": "+1 800 444 4444"
}​

 

 
Response:

 

{
    "errors": [
        {
            "errorId": 25802,
            "domain": "API_INVENTORY",
            "category": "REQUEST",
            "message": "Input error."
        }
    ]
}

 

 
 
Method: GET
Response:

 

{
    "errors": [
        {
            "errorId": 25802,
            "domain": "API_INVENTORY",
            "category": "REQUEST",
            "message": "Input error."
        }
    ]
}

 

 
Message 1 of 2
latest reply
1 REPLY 1

Cannot create InventoryLocation and cannot get Inventory Locations on SANDBOX

same issue here - but also on PROD.

Message 2 of 2
latest reply