{
"opencollection": "1.0.0",
"info": {
"name": "eBay Account Advertising_eligibility Order API",
"version": "v1.9.2"
},
"items": [
{
"info": {
"name": "Order",
"type": "folder"
},
"items": [
{
"info": {
"name": "getOrder",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.ebay.com{basePath}/order/:orderId",
"params": [
{
"name": "fieldGroups",
"value": "",
"type": "query",
"description": "This parameter lets you control what is returned in the response.
Note: The only presently supported value is TAX_BREAKDOWN. This field group adds addition fields to the response that return a breakdown of taxes and fees."
},
{
"name": "orderId",
"value": "",
"type": "path",
"description": "This path parameter is used to specify the unique identifier of the order being retrieved.
Use the getOrders method to retrieve order IDs. Order ID values are also shown in My eBay/Seller Hub.
Note: getOrders can return orders up to two years old. Do not provide the orderId for an order created more than two years in the past."
}
],
"auth": {
"type": "oauth2",
"flow": "authorization_code",
"authorizationUrl": "https://auth.ebay.com/oauth2/authorize",
"accessTokenUrl": "https://api.ebay.com/identity/v1/oauth2/token",
"credentials": {
"clientId": "{{clientId}}",
"clientSecret": "{{clientSecret}}"
}
}
},
"docs": "Use this call to retrieve the contents of an order based on its unique identifier, orderId. This value was returned in the getOrders call's orders.orderId field when you searched for orders by creation date, modification date, or fulfillment status. Include the optional fieldGroups query parameter set to TAX_BREAKDOWN to return a breakdown of the taxes and fees.
The returned Order object contains information you can use to create and proc"
},
{
"info": {
"name": "getOrders",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.ebay.com{basePath}/order",
"params": [
{
"name": "fieldGroups",
"value": "",
"type": "query",
"description": "This parameter lets you control what is returned in the response.
Note: The only presently supported value is TAX_BREAKDOWN. This field group adds addition fields to the response that return a breakdown of taxes and fees."
},
{
"name": "filter",
"value": "",
"type": "query",
"description": "One or more comma-separated criteria for narrowing down the collection of orders returned by this call. These criteria correspond to specific fields in the response payload. Multiple filter criteria combine to further restrict the results.
Note: getOrders can return orders up to two years old. Do not set the creationdate filter to a date beyond two years in the past.
Note: If the orderIds parameter is included in the request, the filter parameter will be ignored.
The available criteria are as follows:
creationdatecreationdate:[2016-02-21T08:25:43.511Z..] identifies orders created on or after the given timestamp.creationdate:[2016-02-21T08:25:43.511Z..2016-04-21T08:25:43.511Z] identifies orders created between the given timestamps, inclusive.lastmodifieddatelastmodifieddate:[2016-05-15T08:25:43.511Z..] identifies orders modified on or after the given timestamp.lastmodifieddate:[2016-05-15T08:25:43.511Z..2016-05-31T08:25:43.511Z] identifies orders modified between the given timestamps, inclusive.orderfulfillmentstatusorderfulfillmentstatus:{NOT_STARTED|IN_PROGRESS} specifies orders for which no shipping fulfillments have been started, plus orders for which at least one shipping fulfillment has been started but not completed.orderfulfillmentstatus:{FULFILLED|IN_PROGRESS} specifies orders for which all shipping fulfillments have been completed, plus orders for which at least one shipping fulfillment has been started but not completed.NOT_STARTED, IN_PROGRESS, and FULFILLED can be used in various combinations, but only the combinations shown here are currently supported. GET https://api.ebay.com/sell/v1/order?
filter=creationdate:%5B2016-03-21T08:25:43.511Z..2016-04-21T08:25:43.511Z%5D,
lastmodifieddate:%5B2016-05-15T08:25:43.511Z..%5D,
orderfulfillmentstatus:%7BNOT_STARTED%7CIN_PROGRESS%7D [ = %5B ] = %5D { = %7B | = %7C } = %7D 10 and limit is set to 10, the call retrieves orders 11 thru 20 from the result set. 0. If the orderIds parameter is included in the request, this parameter will be ignored. 200 50"
},
{
"name": "offset",
"value": "",
"type": "query",
"description": "Specifies the number of orders to skip in the result set before returning the first order in the paginated response. Combine offset with the limit query parameter to control the items returned in the response. For example, if you supply an offset of 0 and a limit of 10, the first page of the response contains the first 10 items from the complete list of items retrieved by the call. If offset is 10 and limit is 20, the first page of the response contains items 11-30 from the complete result set.
Default: 0
" }, { "name": "orderIds", "value": "", "type": "query", "description": "A comma-separated list of the unique identifiers of the orders to retrieve (maximum 50). If one or more order ID values are specified through the orderIds query parameter, all other query parameters will be ignored.TAX_BREAKDOWN to return a breakdown of the taxes and fees. By default, when no filters are used this call returns all orders created within the last 90 days. Important! Due to EU & UK Payments regulatory requirements, an additional security verification via Digital Signatures is required for certain API calls that are made on behalf of EU" } ] } ], "bundled": true }