davidtsadler / ebay-sdk-php

An eBay SDK for PHP. Use the eBay API in your PHP projects.
Apache License 2.0
349 stars 341 forks source link

How to use this API GetCompatibilitySearchValuesRequest filter #202

Closed yashangqingsong closed 6 years ago

yashangqingsong commented 6 years ago

dear @davidtsadler

ebay-sdk-examples-master/product_metadata/02-get-compatibility-search-values.php

How to add the parameters of the filter, can you give an example: /**

I wrote the code like this : $request->propertyFilter = [ 'propertyFilter' => new Types\PropertyValue( [ 'propertyName' => new Types\Value( new Types\StringValue(['propertyFilter' => 'BMW']) ) ] ) ];

But it's always wrong。

michabbb commented 6 years ago

@yashangqingsong close without any solution? Let others learn from your mistakes.

yashangqingsong commented 6 years ago

change this issue to ebay-sdk-examples

michabbb commented 6 years ago

@yashangqingsong ????

yashangqingsong commented 6 years ago

https://github.com/davidtsadler/ebay-sdk-examples/issues/61