Endpoint: /buy/browse/v1/item_summary/search?q=phone
I'm attempting to make a request ot this endpoint on the sandbox URL with valid credentials in the headers as Bearer as Authorization and I keep getting this as my response regardless of the different combination of scopes I try:
{
"total": 0,
"limit": 50,
"offset": 0
}
I was wondering if this is an issue on my end, or if sandbox just doesn't return data.