eBay
The eBay modules allow you to monitor, create, update, send, retrieve, and list the fulfillment, and orders in your eBay account.
Getting Started with eBay
Prerequisites
An eBay account - create an account at ebay.com/.
The module dialog fields that are displayed in bold (in the Make scenario, not in this documentation article) are mandatory!
Connecting eBay to Make
1. Go to the Make and open the eBay module Create a connection dialog.

2. In the Connection name field, enter a name for the connection and click Continue.
3. Confirm the access by clicking I agree.

The connection has been established.
Order
Triggers when an order is created or modified.
Required Permissions: https://api.ebay.com/oauth/api_scope/sell.fulfillment.readonly
Connection | |
Watch Orders | Select or map the watch orders:
|
Order Fulfillment Status | Select or map the order fulfillment status:
|
Limit | Set the maximum number of orders Make should return during one execution cycle. |
Searches for orders.
Required Permissions: https://api.ebay.com/oauth/api_scope/sell.fulfillment.readonly
Connection | |
List Orders | Select or map option to list the orders:
|
From | Enter (map) the date to list the orders that were created or updated on or after the specified date. |
To | Enter (map) the date to list the orders that were created or updated on or before the specified date. |
Order Fulfilment Status | Select or map the order fulfillment status you want to list:
|
Limit | Set the maximum number of orders Make should return during one execution cycle. |
Retrieves order information by ID.
Required Permissions: https://api.ebay.com/oauth/api_scope/sell.fulfillment.readonly
Connection | |
Order ID | Select or map the Order ID whose details you want to retrieve. |
Shipping Fulfillment
Retrieves a list of shipping fulfillment by order ID.
Required Permissions: https://api.ebay.com/oauth/api_scope/sell.fulfillment.readonly
Connection | |
Order ID | Select or map the Order ID whose fulfillment you want to list. |
Limit | Set the maximum number of fulfillment Make should return during one execution cycle. |
Retrieves details of a shipping fulfillment.
Required Permissions: https://api.ebay.com/oauth/api_scope/sell.fulfillment.readonly
Connection | |
Order ID | Select or map the Order ID whose fulfillment details you want to retrieve. |
Fulfillment ID | Select or map the Fulfillment ID whose details you want to retrieve. |
Creates a new shipping fulfillment in an order.
Required Permissions: https://api.ebay.com/oauth/api_scope/sell.fulfillment.readonly
Connection | |
Order ID | Select or map the Order ID whose shipping fulfillment you want to create. |
Line Items | Add the Line Items ID for which you want to create the shipping fulfillment. |
Shipped Date | Enter (map) the date when the order is shipped. |
Shipping Carrier Code | Select or map the applicable shipping carrier code. |
Tracking Number | Enter (map) the tracking number of the order. |
Performs an arbitrary authorized API call.
Connection | |
URL | Enter a path relative to |
Method | Select the HTTP method you want to use: GET to retrieve information for an entry. POST to create a new entry. PUT to update/replace an existing entry. PATCH to make a partial entry update. DELETE to delete an entry. |
Headers | Enter the desired request headers. You don't have to add authorization headers; we already did that for you. |
Query String | Enter the request query string. |
Body | Enter the body content for your API call. |
The following API call returns all the fulfillment orders from your eBay account:
URL:fulfillment/v1/order
Method: GET

Matches of the search can be found in the module's Output under Bundle > Body > orders. In our example, 11 orders were returned:
