Store Subscriptions in sandbox
Hi everyone, I'm building a webapp for handle stores. I have a problem creating a store in the sandbox. I created some sandbox users for my colleagues, I can use inventory api's like
https://api.sandbox.ebay.com/sell/inventory/v1/inventory_item?limit=2&offset=0
https://api.sandbox.ebay.com/sell/inventory/v1/inventory_item/{sku}
Now I'm struggling on store subscriptions, beacuse if I try this call
https://api.sandbox.ebay.com/sell/stores/v1/store
I have this error:
"errorId": 225002,
"domain": "API_STORES",
"category": "REQUEST",
"message": "The user must have an active store subscription."
1 comment
noerdisch
·6 months agoSame issue to manage storefront categories - this requires a subscrription with store. How to test this?
got same response "message": "The user must have an active store subscription."