Trade Gecko


TradeGecko supports the essential source operations, such as obtaining product data, sending fulfillment requests/fulfillment orders (FRs/FO), and obtaining shipments for submitted FRs/FOs.

Authentication

Client ID/Client Secret

For TradeGecko, your client ID and client secret key is required to set a connection via API with your TradeGecko account.

To generate these, please refer to the Authentication section here.

Refresh Token/Access Token

  • To generate your refresh token and access token, you need to first save the connection with your client ID and client secret key above.
  • Now, edit the connection settings. You’ll see an active link “Click here to generate a new authorization token.” Click on the link, and you’ll be redirected to a TradeGecko login page.
  • Enter your login credentials and click Authorize.
  • Now, refresh the integration page on Flxpoint and your refresh token and access token will display in their respective fields. Click Save.

Product Operations

Get Inventory [Primary]

SUPPORTED

This process can pull product title, SKU, barcode, price, and quantity.

Get Inventory [Secondary]

NOT NECESSARY

Inventory data is provided with product content.

Order Operations

Send FRs/FOs

SUPPORTED

This process will submit FRs/FOs via TradeGecko's API.

Get Shipments

SUPPORTED

This process will retrieve shipments for submitted FRs/FOs when they become available via TradeGecko's API.

Get Source Invoices

NOT SUPPORTED