forked from davidtsadler/ebay-sdk-php
-
Notifications
You must be signed in to change notification settings - Fork 51
Open
Description
Hi there,
from the searchforitemsrequest the leafCategoryIds response from ebay API is missing:
Can you add this?
Code:
try {
/**
* Create the request object.
*/
$request = new Types\SearchForItemsRestRequest();
/**
* Note how URI parameters are just properties on the request object.
*/
$request->q = $ean;
$request->sort = '-price';
$request->limit = '99';
$request->offset = '0';
$response = $service->searchForItems($request);
} catch (Exception $e) {
echo $e->getResponse()->getBody()->getContents();
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
