In this article, we will cover:
How to add an HTTP Product Account
- Go to top right-hand corner and click on your name
- Click on Team Settings
- Click on Product Accounts
- Click on +Add
- This will open a new popup on the right-hand side
- Click on HTTP
- Click Next
- Add Base URL
- Optionally, you can use a Username and Password here.
- Click Connect
How to create an HTTP Product Feed
- Go to top right-hand corner and click on your name
- Click on Team Settings
- Click on Product Feeds
- Click on +Add
- This will open a new popup on the right-hand side
- Click on HTTP
- Click on Next
- Click on Select Account. If you have an HTTP Product account attached, click this. Click Add account if you do not have an HTTP Product account attached. To add: Put Base URL, a Username, and Password (optional) and then Click Connect
- Put the Pathname
- Click Add
Important Notes
- While we do provide support for basic access authentication using a username and password, we do not support other authentication methods such as bearer tokens that require special values to be sent as HTTP headers.
- We also support the Bazaarvoice XML format. To utilize this feature, you would provide the XML file instead of the normal CSV file
- The base URL and the pathname will be joined together but how depends on whether or not the pathname is relative (no leading /) or absolute.
Base URL | Pathname | Final URL |
---|---|---|
https://www.example.com | products.csv | https://www.example.com/products.csv |
https://www.example.com/folder | products.csv | https://www.example.com/folder/products.csv |
https://www.example.com/folder | anotherfolder/products.csv | https://www.example.com/folder/anotherfolder/products.csv |
https://www.example.com/folder | /anotherfolder/products.csv | https://www.example.com/anotherfolder/products.csv |
Comments
Please sign in to leave a comment.