Skip to content

GraphQL Overview

Download GraphQL schema

Queries

Overview

Mutations

Overview

Directives

Overview

Objects

Overview

FeeCancelled

amount

Order Fee amount

code

Order Fee code

Sample
{ "amount": 40, "code": "Example String" }

CancelationPurchaseInformation

commissionOnPrice
Float!,non-null

Cancelation’s purchase commission fee

commissionOnShipping
Float!,non-null

Cancelation’s purchase commission fee on shipping

price
Float!,non-null

Cancelation’s purchase price excluding shipping charges

shippingPrice
Float!,non-null

Cancelation’s purchase shipping charges

Sample
{ "commissionOnPrice": 40, "commissionOnShipping": 40, "price": 40, "shippingPrice": 40 }

CancelledPriceAmountAndTaxes

The amount of the price

taxes

The taxes to be applied on the price

Sample
{ "amount": { "__typename": "PriceAmount" }, "taxes": [ { "__typename": "CancelledTaxes" } ] }

CancelledTaxes

amount
PriceAmount!,non-null

Tax amount

code
String!,non-null

Tax code

Purchase tax information

rate

Tax rate

Sample
{ "amount": { "__typename": "PriceAmount" }, "code": "Example String", "purchaseTax": { "__typename": "CancelledPurchaseTax" }, "rate": 40 }

CancelledPurchaseTax

amount
Float!,non-null

Purchase tax amount

rate

Purchase tax rate

Sample
{ "amount": 40, "rate": 40 }

CreateThreadResponse

thread
Thread!,non-null

The created thread.

Sample
{ "thread": { "__typename": "Thread" } }

ReplyToThreadResponse

thread
Thread!,non-null

The updated thread.

Sample
{ "thread": { "__typename": "Thread" } }

BooleanAdditionalFieldValue

code
String!,non-null

Additional field's code

value
String!,non-null

Additional field's value

Sample
{ "code": "Example String", "value": "Example String" }

DateAdditionalFieldValue

code
String!,non-null

Additional field's code

value
String!,non-null

Additional field's value.

Sample
{ "code": "Example String", "value": "Example String" }

LinkAdditionalFieldValue

code
String!,non-null

Additional field's code

value
String!,non-null

Additional field's value

Sample
{ "code": "Example String", "value": "Example String" }

StringListAdditionalFieldValue

code
String!,non-null

Additional field's code

value
String!,non-null

Additional field's value

Sample
{ "code": "Example String", "value": "Example String" }

Interfaces

Overview

Unions

Overview

Inputs

Overview

Scalars

Overview