Skip to main content

Interfaces

OrderDelivery

Implemented by

Fields

NameDescription

_id
ID!

provider
DeliveryProvider

status
OrderDeliveryStatus

delivered
DateTime

fee
Price

discounts
[OrderDeliveryDiscount!]

OrderDiscountable

Implemented by

Fields

NameDescription

_id
ID!

orderDiscount
OrderDiscount!

total
Price!

OrderPayment

Implemented by

Fields

NameDescription

_id
ID!

provider
PaymentProvider

status
OrderPaymentStatus

fee
Price

paid
DateTime

discounts
[OrderPaymentDiscount!]

Product

Abstract Product

Implemented by

Fields

NameDescription

_id
ID!

sequence
Int!

status
ProductStatus!

tags
[LowerCaseString!]

created
DateTime

updated
DateTime

published
DateTime

texts
ProductTexts

Arguments

NameDescription

forceLocale
String

media
[ProductMedia!]!

Arguments

NameDescription

limit
Int

offset
Int

tags
[LowerCaseString!]

reviews
[ProductReview!]!

Arguments

NameDescription

limit
Int

offset
Int

sort
[SortOptionInput!]

queryString
String

reviewsCount
Int!

Arguments

NameDescription

queryString
String

assortmentPaths
[ProductAssortmentPath!]!

siblings
[Product!]!

Arguments

NameDescription

assortmentId
ID

limit
Int

offset
Int

includeInactive
Boolean