GetAvailabilityList

Returns a list of all availability statuses. 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 (obtained during login - doLogin)

  3. _offset (integer)
  4. Required. Determines the offset of the results.

  5. _limit (integer)
  6. Required. Determines the number of results in the query.

  7. _modified_from (dateTime)
  8. Specifies the modification date from which the results will be displayed. Time in unixtime format.

  9. _modified_to (dateTime)
  10. Specifies the modification date to which the results will be displayed. Time in unixtime format.

Output data

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

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

  5. id (integer)
  6. Availability status identifier

  7. availability_name (string)
  8. Name of the availability status. Maximum length of 255 characters.

  9. stock_from (integer)
  10. Minimum value from which the availability status will be selected.

  11. is_system_default (integer)
  12. Determines whether the availability is the default / system availability in the store.