Skip to content

Set Primary Photos

POST
/v1/actions/set-primary-photos
curl --request POST \
--url https://example.com/api/v1/actions/set-primary-photos \
--header 'Authorization: <Authorization>'

Sets the first photo of each item as the primary photo

OK

Media type application/json
object
completed
integer
Example generated
{
"completed": 1
}