Error
A valid request URL is required to generate request examples{
"theme_onboarding_status": "success",
"user_approved": true,
"templates": [
{
"template_suffix": "<string>",
"is_depict_template": true,
"active": true,
"written": true
}
]
}{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}API Reference
Get Collection Templates
Returns a list of all collection template suffixes for the main theme of the merchant
GET
/
shopify-collection-template
/
{merchant_id}
/
{collection_id}
/
templates
Error
A valid request URL is required to generate request examples{
"theme_onboarding_status": "success",
"user_approved": true,
"templates": [
{
"template_suffix": "<string>",
"is_depict_template": true,
"active": true,
"written": true
}
]
}{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Was this page helpful?

