etsy-php icon indicating copy to clipboard operation
etsy-php copied to clipboard

How to set language param for API methods?

Open tudor2004 opened this issue 8 years ago • 1 comments

How can I set the language parameter for some API methods that do not have the "language" key in theiry method.json definition? For example, the findAllTopCategory supports the language parameter.

tudor2004 avatar Sep 05 '16 10:09 tudor2004

 'params' => array(
     "language" => "de"
 ),
'data' => array(
    // your other data
)

quape avatar Aug 10 '18 09:08 quape