Redbubble is an eCommerce artist portal that hosts millions of artwork designs by independent artists from around the world. The artwork is available for purchase, on demand, printed on anything from clothing & apparel to home decor & accessories.
GelatoConnect provides a way of integrating with Redbubble via API. The integration enables Redbubble to send orders to the GelatoConnect platform, to then be fulfilled by one of their fulfilment partners.
If you are a fulfilment partner of Redbubble, you will have access to the Red Bubble Foundry, where you can configure the options required to achieve this.
Setting Up the Endpoint for Testing in the Redbubble Foundry
1) Log in to https://foundry.redbubble.com/
2) Go to Settings>Fulfiller Settings.
3) Under the API Credentials Tab:
4) Set https://api.gelato.com/redbubble/[YOURGELATOABBREVIATION]/order-placed in the "Your servers URL" field.
5) Set the "Token we should send in the Authorization header" field to
"Basic [SANDBOX_SALES_CHANNEL_COMPANY_REF_ID]:
[SANDBOX_SALES_CHANNEL_API_KEY]" (without quotations). For example:
Basic 123456:ZYXWVUTSRQPONMLKJIHGFEDCBA0
6) Set the "Environment" field to Test.
7) Click the Submit button.
8) In the API Versions tab, set the Test drop down to "Add shipment details to the order message to provide facility, carrier and service details".
Setting Up the Endpoint for Live Orders in the Red Bubble Foundry
1) Log in to https://foundry.redbubble.com/
2) Go to Settings>Fulfiller Settings.
3) Under the API Credentials Tab:
4) SeT https://api.gelato.com/redbubble/[YOURGELATOABBREVIATION]/order-placed in the "Your servers URL" field.
5) Set the "Token we should send in the Authorization header" field to
"Basic [PRODUCTION_SALES_CHANNEL_COMPANY_REF_ID]:
[PRODUCTION_SALES_CHANNEL_API_KEY]" (without quotations). For example:
Basic 123457:ZYXWVUTSRQPONMLKJIHGFEDCBA5
6) Set the "Environment" field to Test.
7) Click the Submit button.
8) In the API Versions tab, set the Production drop down to "Add shipment details to the order message to provide facility, carrier and service details".