Get all product types

GET REST API request that returns list of all current active product types (in more detail: returns a list of all available product import templates that relate to currently active categories)

Resposne example is shown below.

Request

Request:

HTTP MethodGET
URLStagehttps://api.stage.ananastest.com/product/api/v1/merchant-integration/product-type
Productionhttps://api.ananas.rs/product/api/v1/merchant-integration/product-type
HTTP Headers
Header nameHeader value
AuthorizationBearer {access_token}
Accept-Language <language>

Response

Response Body:
TypeDescription
List<String>List of active product types

Example of response:

Click to copy
Success!
[
  "Bebi žvakalice",
  "Kafemati",
  "Prajmeri za šminku",
  "Pomoćni stočići",
  "Daske za uzglavlje i podnožje kreveta",
  "Izbeljivanje zuba"
]
Copyright © Ananas 2023. All right reserved.