Skip to main content
GET
/
shopify-collection-template
/
{merchant_id}
/
{collection_id}
/
templates
Error
A valid request URL is required to generate request examples
{
  "user_approved": true,
  "templates": [
    {
      "template_suffix": "<string>",
      "is_depict_template": true,
      "active": true,
      "written": true
    }
  ]
}
{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

merchant_id
string
required
collection_id
string
required

Response

Successful Response

theme_onboarding_status
enum<string>
required
Available options:
success,
warning,
failure,
pending
user_approved
boolean
required
templates
CollectionTemplateWithActiveAndWrittenStatus · object[]
required