Shops
Retrieve list of shops in a Printify account
This will return the list of available merchant shops (IDs and titles)
get/v1/shops.json
Response
Successful operation
Example response
[
{
"id": 5432,
"title": "My new store",
"sales_channel": "My Sales Channel"
}
]