Method: UltracartClient::StorefrontApi#get_email_dispatch_logs

Defined in:
lib/ultracart_api/api/storefront_api.rb

#get_email_dispatch_logs(storefront_oid, commseq_uuid, commseq_step_uuid, opts = {}) ⇒ EmailCommseqStepLogsResponse

Get email dispatch logs

Parameters:

  • storefront_oid (Integer)
  • commseq_uuid (String)
  • commseq_step_uuid (String)
  • opts (Hash) (defaults to: {})

    the optional parameters

Returns:



3798
3799
3800
3801
# File 'lib/ultracart_api/api/storefront_api.rb', line 3798

def get_email_dispatch_logs(storefront_oid, commseq_uuid, commseq_step_uuid, opts = {})
  data, _status_code, _headers = get_email_dispatch_logs_with_http_info(storefront_oid, commseq_uuid, commseq_step_uuid, opts)
  data
end