Skip to content

Commit 0e911b8

Browse files
Peterpajaydev
authored andcommitted
add countryCode to README (#71)
added important countryCode parameter which is necessary to search NON-US ebay sites
1 parent f3bee06 commit 0e911b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ If you using Sandbox environment, make sure to provide `env` variable in options
7373
- `details` - optional(`Boolean`) - Get User Details functionality - true, if you need details about the user.
7474
- `env` - optional(`String`) - Environment, default value is PRODUCTION.
7575
- `headers` - optional(`Object`) - Add custom request headers. For reference [Header Section](https://developer.ebay.com/api-docs/static/rest-request-components.html#HTTP)
76+
- `countryCode` - optional(`String`) - sets the GLOBAL-ID parameter which specifies the eBay site to use for searches. [Possible IDs](https://developer.ebay.com/DevZone/merchandising/docs/Concepts/SiteIDToGlobalID.html)
7677

7778
## Example
7879

0 commit comments

Comments
 (0)