GetProductCategoryList

Returns a list of all available categories for a given product. The list can be shortened using the _offset and _limit parameters.

  • Input data type => object
  • Output data type => array

Input parameters

  1. _session_hash (string)
  2. Required. Session identifier (received during login - doLogin)

  3. id (integer)
  4. Required. Specifies the product identifier for which the categories will be returned.

  5. _offset (integer)
  6. Required. Specifies the offset of the results by a given offset.

  7. _limit (integer)
  8. Required. Specifies the number of results in the query.

  9. _modified_from (integer)
  10. Specifies the modification date from which the results will be displayed. Time in unixtime.

  11. _modified_to (integer)
  12. Specifies the modification date to which the results will be displayed. Time in unixtime.

Output data

  1. created_at (dateTime)
  2. Entry creation date.

  3. updated_at (dateTime)
  4. Date of last entry modification.

  5. id (integer)
  6. Identifier.

  7. category_id (integer)
  8. Category identifier.

  9. is_default (integer)
  10. Specifies whether the given category is the main product category