GET /custom_policy/{custom_policy_id}
This method retrieves the custom policy specified by the custom_policy_id path parameter for the selected eBay marketplace.
Note: The following eBay marketplaces support Custom Policies:
- Germany (EBAY_DE)
- Canada (EBAY_CA)
- Australia (EBAY_AU)
- United States (EBAY_US)
- France (EBAY_FR)
For details on header values, see HTTP request headers.
Servers
- https://api.ebay.com{basePath}
Path parameters
| Name | Type | Required | Description |
|---|---|---|---|
custom_policy_id |
String | Yes |
This path parameter is the unique custom policy identifier for the policy to be returned. |
Request headers
| Name | Type | Required | Description |
|---|---|---|---|
X-EBAY-C-MARKETPLACE-ID |
String | Yes |
This header parameter specifies the eBay marketplace for the custom policy that is being created. Supported values for this header can be found in the MarketplaceIdEnum type definition.
|
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.