GetProductOptionsList

Returns a list of product options.

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

Input parameters

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

  3. product_code (string)

    Allows searching for product options by the product code given in the Product Code field.

  4. product_id (integer)
  5. Product identifier.

  6. _offset (integer)
  7. Required. Specifies the offset of the results by a specified offset.

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

Output data

  1. id (integer)
  2. Identifier.

  3. parent_id (integer)
  4. Identifier of the parent option.

  5. product_id (integer)
  6. Product identifier.

  7. price_type (string)
  8. Price type.

  9. name (string)
  10. Option name.

  11. value (string)
  12. Option value.

  13. price (string)
  14. Price modifier.

  15. old_price (double)
  16. Old price.

  17. stock (double)
  18. Stock level.

  19. weight (string)
  20. Weight modifier.

  21. code (string)
  22. Product code.

  23. pum (double)
  24. Unit price.

  25. image_id (integer)
  26. Product image identifier.

  27. man_code (string)

    Manufacturer code

  28. is_stock_enabled (integer)

    Determines if the option has the warehouse enabled