Catalog API

Get Categories

Returns list of Catalog Categories available in the Printful

get/categories

Response

OK

codeinteger

Response status code 200

Example response

{
  "code": 200,
  "result": [
    {
      "id": 24,
      "parent_id": 6,
      "image_url": "https://s3.staging.printful.com/upload/catalog_category/b1/b1513c82696405fcc316fc611c57f132_t?v=1646395980",
      "title": "T-Shirts"
    }
  ]
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.