Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

Salsify API Export Run

ryannschuessler
7 - Meteor

Hi! I want to use an API to export all product information that is stored in my Salsify account. I need to use an export run command because the account has over 10,000 products. Here is the documentation I have been using for reference: https://developers.salsify.com/reference/start-export-run

 

This is my workflow so far, I am getting an HTTP/1.1 422 Unprocessable Entity error

ryannschuessler_0-1684154387685.png

 

The formulas are

curl = "https://app.salsify.com/api/orgs/{org_id}/export_runs"

Authorization = "Bearer {apikey)"

Content-Type = "application/json"

configuration= '{"entity_type": "product"}'

 

Screenshots are from the download tool

 

ryannschuessler_1-1684154387689.png

 

ryannschuessler_2-1684154387691.png

 

 

 

ryannschuessler_3-1684154387693.png

 

I think the syntax for the configuration or body portion is incorrect but I'm not sure how to fix it.

0 REPLIES 0
Labels