Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

To retrieve all product templates for a given product ID, use the following request:

...

  • product_id (integer) is the product ID.

Example request

Code Block
languagejs
GET /products/1/product-templates HTTP/1.1
Authorization: Bearer f794846b7c26621688e1e06164975b4eae8ce2f6

...