Articles in this section

Set up a connection to Wayfair

Wayfair is a leading online retailer specializing in furniture, home décor, and housewares, offering millions of items from thousands of global suppliers.

Set up a connection

After you start the connection, configure it in the Create connection panel and complete all of the required * authentication settings:

Setting

Instructions

Name your connection * 

Enter a clear and distinguishable name.

Throughout integrator.io imports and exports, you will have the option to choose this new connection. A unique identifier will prove helpful later when selecting it from a list of the connections in your account.

Environment * 

Select your Wayfair account environment:

  • Production: if your Wayfair account URL is https://api.wayfair.com/

  • Sandbox: if your Wayfair account URL is https://sandbox.api.wayfair.com/ or https://api.wayfair.io/sandbox.

API * 

Select your Wayfair account API:

  • Generic:

    • Production: if your Wayfair account base URL is https://api.wayfair.com/v1/graphql

    • Sandbox: if your Wayfair account base URL is https://sandbox.api.wayfair.com/v1/graphql

  • Product catalog:

    • Production: if your Wayfair account base URL is https://api.wayfair.io/v1/product-catalog-api/graphql

    • Sandbox: if your Wayfair account base URL is https://api.wayfair.io/sandbox/v1/product-catalog-api/graphql

  • Supplier catalog:

    • Production: if your Wayfair account base URL is https://api.wayfair.io/v1/supplier-catalog-api/graphql

    • Sandbox: if your Wayfair account base URL is https://api.wayfair.io/sandbox/v1/supplier-catalog-api/graphql

  • Supplier order:

    • Production: if your Wayfair account base URL is https://api.wayfair.io/v1/supplier-order-api/graphql

    • Sandbox: if your Wayfair account base URL is https://api.wayfair.io/sandbox/v1/supplier-order-api/graphql

API: Supplier Catalog API and Supplier order API

Supplier ID *

Enter your Wayfair account supplier ID.

OAuth 2.0 client * 

Select the OAuth 2.0 client that stores the client ID and client secret provided to you by Wayfair.

dataLoad.svg​​ How to retrieve the client ID and client secret 

To add an OAuth 2.0 client and configure your credentials, click the plus ( + ) button. Click the edit (pencil.svg ) button to modify a selected OAuth 2.0 client. For more information, see Create an OAuth 2.0 iClient resource.

How to retrieve the client ID and client secret

  1. Sign in to your Wayfair developer portal.

  2. Navigate to Application management .

  3. Click + New application.

  4. Enter a Name.

  5. Enter a Description.

  6. Click Save.

  7. Copy the Client ID.

  8. Copy the Client secret.

Additional references