Skip to main content

AvalaraRequestLog

Represents products import process from 3rd party service or integration.

type AvalaraRequestLog implements Node {
id: ID!
createdAt: DateTime!
requestUrl: String
requestData: JSON!
responseData: JSON!
error: String
}

Fields

AvalaraRequestLog.id ● ID! non-null scalar

The Globally Unique ID of this object

AvalaraRequestLog.createdAt ● DateTime! non-null scalar

When the log entry was created

AvalaraRequestLog.requestUrl ● String scalar

The URL that was requested

AvalaraRequestLog.requestData ● JSON! non-null scalar

Request payload data

AvalaraRequestLog.responseData ● JSON! non-null scalar

Response payload data

AvalaraRequestLog.error ● String scalar

Error message if any

Interfaces

Node interface

An object with a Globally Unique ID

Member Of

AvalaraRequestLogCountableEdge object

Was this page helpful?