GetGiftCardList

Retrieves a list of gift cards.

Input parameters

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

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

  5. _limit (integer)
  6. Required. Specifies 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.

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

Output data

  1. id (integer)

    Gift card identifier.

  2. code (string)

    Code

  3. amount (double)

    Amount

  4. currency_id (integer)

    Currency ID

  5. min_order_amount (integer)

    Minimum order amount

  6. valid_to (date)

    Valid to

  7. valid_to (string)

    Gift card status:

    • A - Active
    • P - Pending
    • U - Used