Skip to main content

AvalaraRequestLog

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

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

Fields

AvalaraRequestLog.createdAt ● DateTime! non-null scalar

AvalaraRequestLog.requestUrl ● String scalar

AvalaraRequestLog.requestData ● JSONString! non-null scalar

AvalaraRequestLog.responseData ● JSONString! non-null scalar

AvalaraRequestLog.error ● String scalar

AvalaraRequestLog.id ● ID! non-null scalar

The ID of the object

Interfaces

Node interface

An object with an ID

Member Of

AvalaraRequestLogCountableEdge object

Was this page helpful?