Retour à toutes les discussions
total recors 0 and bug "Object reference not set to an instance of an object."
dwalter
2 years ago
var req = unirest("GET", "https://apidojo-forever21-v1.p.rapidapi.com/products/list");
req.query({
"category": "men-main",
"page": "1",
"pagesize": "60"
});
Results in:
{16 items
"Brand":NULL
"CatalogProducts":NULL
"CategoryCarousels":NULL
"CategoryCustomerNote":NULL
"CategoryDescription":NULL
"CategoryDisplayName":NULL
"CategoryItemAttr":NULL
"CategoryItemAttr2":NULL
"CategoryLongDescription":NULL
"CategoryName":NULL
"ErrorMessage":"Object reference not set to an instance of an object."
"Filter":NULL
"GroupCategory":NULL
"LeftMenuKey":NULL
"ReturnCode":"99"
"TotalRecords":0
}
Participez à la discussion - ajoutez un commentaire ci-dessous:
Connectez-vous / Inscrivez-vous pour publier de nouveaux commentaires
Hello,
You may use the official site as reference to experience which category level to use. You may try again with nested children categories returned.
Regards.
If I try woman-main ErrorMessage is empty but TotalRecords is still 0