Printago API
GET /v1/customizer/configs/{configId}/shopify-publication

Get customizer Shopify publication state

Current Shopify publishing state for a config: the publication row (if any), the connected integration, discovered product candidates matching the config's SKU, and ready-to-use storefront / theme-editor URLs.

Requires: customizer.manage

Path Parameters

configId required
string

Response Schema

CustomizerPublicationState
directUrlrequired
string
Storefront URL for the direct-to-customizer page (app proxy).
integrationrequired
object
productCandidatesrequired
object[]
handlerequired
string
productIdrequired
string
statusrequired
string
titlerequired
string
publicationrequired
object
skuCoderequired
string
skuIdrequired
string
themeEditorUrlrequired
string
Theme-editor deep link that pre-adds the customizer block.

Example Response

200 OK — application/json
{
  "productCandidates": [
    {
      "productId": "string",
      "title": "string",
      "handle": "string",
      "status": "string"
    }
  ]
}