Skip to main content

WeSupply

With WeSupply modules in Make, you can:

  • import orders and update shipments

To get started with WeSupply, create an account at wesupplylabs.com.

Connect WeSupply to Make

To connect WeSupply app, you need to obtain the Subdomain, Client ID, and Client Secret values from your WeSupply account and insert them in the WeSupply module scenario.

  1. Log in to your WeSupply account.

  2. Click Settings. Copy the Client ID and Client Secret to a safe.

    wesupply-1.png
  3. Log in to your Make account, insert a WeSupply module scenario and click the Add button next to the Connection field.

    wesupply-1.gif
  4. In the Connection name field, enter a name for the connection.

  5. In the Subdomain field. enter your account domain. If your account URL address is https://abc.labs.wesupply.xyz, then your subdomain is abc.

  6. In the Client ID and Client Secret fields, enter the details copied in step 2 and click Save.

You have successfully established the connection. You can now begin editing your scenario and adding more WeSupply modules. If your connection needs reauthorization at any point, follow the connection renewal steps here.

Orders

You can import an order and update a shipment using the following modules.

Import an Order

Sends external orders to WeSupply.

For field descriptions, see the WeSupply Orders API reference.

Update a Shipment

Updates a shipment.

For field descriptions, see the WeSupply Orders API reference.

Other

You can call APIs using the following module.

Make an API Call

Performs an arbitrary authorized API call.

Note

For the list of available endpoints, refer to the WeSupply API documentation.

Connection

Establish a connection to your WeSupply account.

URL

Enter a path relative to https://<clientname>.labs.wesupply.xyz. For example, /api/returns/recent.

Method

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.

Example of use - Get Supplier Allowed Countries

The following API call returns all shipping allowed countries from your account.

URL: /api/getShippingAllowedCountries

Method: GET

msedge_FjJeyG7Vwm.png

Matches of the search can be found in the module's Output under Bundle > Body

In our example, 1 country returned:

msedge_wIw3h1q6cj.png