Skip to content

leafCategoryIds Missing #12

@danielbarenkamp

Description

@danielbarenkamp

Hi there,

from the searchforitemsrequest the leafCategoryIds response from ebay API is missing:

Image

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(); 
    }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions