Create Your Own API Artifact
API Information
Endpoint: POST /values
Auth Key:
Payload Format:
{
"sellers": [
{
"source": "Madewell",
"product_id": "11700073211524784804"
},
{
"source": "MeUndies",
"product_id": "1717406297104855458"
},
{
"source": "Stance",
"product_id": "7830919779932595793"
}
]
}
Example Response:
{
"sellers": [
{
"key": "Madewell",
"value": "https://www.madewell.com"
},
{
"key": "MeUndies",
"value": "https://www.meundies.com"
},
{
"key": "Stance",
"value": "https://www.stance.com"
}
],
"creditsUsed": 0,
"keysNotFetched": [],
"duration": 0.00876544
}