Skip to main content

List Store Overrides

GET 

/api/pdf-templates/:type/store-overrides

Returns every store-specific override for a given template type. A store override is a copy of the global template that a single store can customize independently.

Required scope: settings:read

Grant this scope to your token under Settings → Developer → Personal Access Tokens.

Authentication: Personal Access Token (sent as a Bearer token) with the settings scope (read access).

Path params:

  • type: template type — one of purchase_order, sales_order, packing, quote, pick_list, vendor_credit, sales_credit.

Rows carry the same slim shape as the template list — the markup and variable schema are not included; fetch a single template to get those.

Request

Responses

OK

Response Headers
    Content-Type