Objects
AppliedDiscounts
Fields
Name | Description |
---|---|
idString
|
|
amountString
|
|
nameString
|
|
codeString
|
|
targetString
|
Attribute
Fields
Name | Description |
---|---|
nameString!
|
The Name of the Attribute. |
valueTypeAttributeValueType
|
The Value Type of the Attribute. |
valueAttributeValue
|
The Value of the Attribute. |
AttributeValue
Fields
Name | Description |
---|---|
booleanValueBoolean
|
The Boolean Value of the Attribute |
stringValueString
|
The String Value of the Attribute |
stringValues[String!]
|
The String Values of the Attribute |
BillingAddress
Fields
Name | Description |
---|---|
emailString
|
|
firstNameString
|
Gets or sets the first name associated with the address. |
lastNameString
|
Gets or sets the last name associated with the address. |
companyString
|
Gets or sets the company name associated with the address. |
address1String
|
Gets or sets the first line of the address. |
address2String
|
Gets or sets the second line of the address (if applicable). |
cityString
|
Gets or sets the city associated with the address. |
countryCodeString
|
Gets or sets the country code of the address (e.g., ISO 3166-1 alpha-2 code). |
postalCodeString
|
Gets or sets the postal code (ZIP code) associated with the address. |
stateOrProvinceString
|
Gets or sets the state or province associated with the address. |
phoneString
|
Gets or sets the phone number associated with the address. |
streetNumberString
|
Gets or sets the street number (if applicable). |
additionalStreetInfoString
|
Gets or sets additional street information (if applicable). |
Breadcrumbs
Breadcrumbs class
Fields
Name | Description |
---|---|
slugString!
|
Gets or sets the slug. |
keyString!
|
Gets or sets the key. |
nameString!
|
Gets or sets the name. |
pathString
|
Gets or sets the path. |
CartAddress
Fields
Name | Description |
---|---|
emailString
|
|
firstNameString
|
Gets or sets the first name associated with the address. |
lastNameString
|
Gets or sets the last name associated with the address. |
companyString
|
Gets or sets the company name associated with the address. |
address1String
|
Gets or sets the first line of the address. |
address2String
|
Gets or sets the second line of the address (if applicable). |
cityString
|
Gets or sets the city associated with the address. |
countryCodeString
|
Gets or sets the country code of the address (e.g., ISO 3166-1 alpha-2 code). |
postalCodeString
|
Gets or sets the postal code (ZIP code) associated with the address. |
stateOrProvinceString
|
Gets or sets the state or province associated with the address. |
phoneString
|
Gets or sets the phone number associated with the address. |
streetNumberString
|
Gets or sets the street number (if applicable). |
additionalStreetInfoString
|
Gets or sets additional street information (if applicable). |
CartLineItem
The cart line item.
Fields
Name | Description |
---|---|
idString!
|
Gets or sets the id. |
quantityLong!
|
Gets or sets the quantity. |
totalPriceExclTaxMoney!
|
Gets or sets the total price excl tax. |
totalPriceInclTaxMoney!
|
Gets or sets the total. |
productLineItemProductLineItem
|
Gets or sets the ProductLineItem |
CartResponse
The cart.
Fields
Name | Description |
---|---|
customerIdString
|
Gets or sets the customer id. |
customerEmailString
|
Gets or sets the customer email. |
countryString
|
Gets or sets the country. |
shippingAddressCartAddress
|
Gets or sets the shipping address |
billingAddressCartAddress
|
Gets or sets the billing address |
lineItems[CartLineItem!]!
|
Gets or sets the line items. |
productLineItems[ProductLineItem!]
|
Gets or sets the ProductLineItems items. |
createdAtDateTime!
|
Gets or sets the created at. |
lastModifiedAtDateTime!
|
Gets or sets the last modified at. |
taxTotalMoney!
|
Gets or sets the tax total. |
subtotalExclTaxMoney!
|
Gets or sets the subtotal excl tax. |
subtotalInclTaxMoney!
|
Gets or sets the subtotal incl tax. |
discountTotalMoney!
|
Gets or sets the discount total. |
productDiscountTotalMoney
|
Gets or sets the product discount total. |
saleTotalMoney
|
Gets or sets the sale total. |
shippingCostInclTaxMoney
|
Gets or sets the shipping cost incl tax. |
shippingCostExclTaxMoney
|
Gets or sets the shipping cost excl tax. |
anonymousIdString
|
Id to identify anonymous user resources |
contentHasChangedBoolean
|
|
shippingMethodString
|
|
deliveryCommentsString
|
|
idString!
|
The ID of the Cart. |
Category
Implements
Fields
Name | Description |
---|---|
idString!
|
The ID of the Category. |
keyString
|
The Key of the Category. |
nameString!
|
The Name of the Category. |
slugString!
|
The Slug of the Category. |
pathString!
|
The Path of the Category. |
descriptionString!
|
The Description of the Category. |
seoSeo!
|
The SEO of the Category. |
breadcrumbs[Breadcrumbs!]
|
|
children[Category!]!
|
The Sub Categories of the Category. |
CategoryFacets
Fields
Name | Description |
---|---|
categoryCategory
|
Gets or sets the category. |
facets[Facets!]
|
Gets or sets the filters. |
Customer
Customer representation.
Fields
Name | Description |
---|---|
idString!
|
Gets or sets the unique identifier for the customer. |
customerGroupIdString
|
Gets or sets the identifier for the customer group to which the customer belongs, if applicable. |
firstNameString!
|
Gets or sets the first name of the customer. |
lastNameString!
|
Gets or sets the last name of the customer. |
middleNameString
|
Gets or sets the middle name of the customer, if applicable. |
emailString!
|
Gets or sets the email address of the customer. |
companyNameString
|
Gets or sets the company name associated with the customer, if applicable. |
vatNumberString
|
Gets or sets the VAT (Value Added Tax) number of the customer, if applicable. |
phoneString
|
Gets or sets the phone number of the customer, if provided. |
birthDateString
|
Gets or sets the birth date of the customer, if available. |
versionLong!
|
Gets or sets the version of the customer object. |
defaultBillingAddressCustomerAddress
|
Gets or sets the default billing address for the customer, if specified. |
defaultShippingAddressCustomerAddress
|
Gets or sets the default shipping address for the customer, if specified. |
addresses[CustomerAddress]!
|
Gets or sets a list of addresses associated with the customer. |
CustomerAddress
Fields
Name | Description |
---|---|
idString!
|
|
typeAddressType!
|
|
firstNameString
|
Gets or sets the first name associated with the address. |
lastNameString
|
Gets or sets the last name associated with the address. |
companyString
|
Gets or sets the company name associated with the address. |
address1String
|
Gets or sets the first line of the address. |
address2String
|
Gets or sets the second line of the address (if applicable). |
cityString
|
Gets or sets the city associated with the address. |
countryCodeString
|
Gets or sets the country code of the address (e.g., ISO 3166-1 alpha-2 code). |
postalCodeString
|
Gets or sets the postal code (ZIP code) associated with the address. |
stateOrProvinceString
|
Gets or sets the state or province associated with the address. |
phoneString
|
Gets or sets the phone number associated with the address. |
streetNumberString
|
Gets or sets the street number (if applicable). |
additionalStreetInfoString
|
Gets or sets additional street information (if applicable). |
DiscountedLineItemPriceForQuantityCoreConnect
Fields
Name | Description |
---|---|
idString
|
Facets
The filters.
Fields
Name | Description |
---|---|
nameString!
|
Gets or sets the name. |
options[Options!]!
|
Gets or sets the options. |
GetMyOrdersResponse
Fields
Name | Description |
---|---|
orders[Order!]
|
|
paginationPagination
|
Image
Fields
Name | Description |
---|---|
urlString!
|
The URL of the Image. |
KeyValuePairOfStringAndString
Fields
Name | Description |
---|---|
keyString!
|
|
valueString!
|
LookupUrlResponse
Fields
Name | Description |
---|---|
nodeNode
|
The product or category. |
MethodTaxRateCoreConnect
Fields
Name | Description |
---|---|
idString
|
Money
Fields
Name | Description |
---|---|
currencyCodeString!
|
The Currency Code of the Money. |
amountDecimal!
|
The Amount of the Money. |
Options
The options.
Fields
Name | Description |
---|---|
nameString
|
Gets or sets the name. |
valueString
|
Gets or sets the value. |
countInt
|
Gets or sets the count. |
Order
Fields
Name | Description |
---|---|
idString
|
|
orderDateString
|
|
orderNumberString
|
|
statusString
|
|
anonymousIdString
|
|
customerIdString
|
|
orderStateString
|
|
billingAddressBillingAddress
|
|
shippingAddressShippingAddress
|
|
taxTotalMoney
|
|
subtotalExclTaxMoney
|
|
shippingCostExclTaxMoney
|
|
shippingCostInclTaxMoney
|
|
totalInclTaxMoney
|
|
lineItems[OrderLineItem!]
|
|
paymentStateString
|
|
shippingModeString
|
|
paymentLinkUrlString
|
|
packages[OrderPackage!]
|
OrderLineItem
Fields
Name | Description |
---|---|
idString
|
|
productIdString
|
|
skuString
|
|
nameString
|
|
nameMerchantString
|
|
quantityInt!
|
|
priceExclTaxMoney
|
|
priceInclTaxMoney
|
|
costPriceExTaxMoney
|
|
costPriceInclTaxMoney
|
|
originalPriceMoney
|
|
originalTotalMoney
|
|
subTotalInclTaxMoney
|
|
saleTotalMoney
|
|
imageImage
|
|
appliedDiscounts[AppliedDiscounts!]
|
|
subItems[OrderLineItem!]
|
|
productOptions[ProducOptions!]
|
|
parentOrderProductIdInt
|
|
productDiscountTotalMoney
|
|
extraInfo[KeyValuePairOfStringAndString!]
|
|
isSampleBoolean
|
|
pathString
|
|
isGiftBoolean
|
|
packageOrderPackage
|
OrderPackage
Fields
Name | Description |
---|---|
idString
|
|
carrierString
|
|
deliveryStatusString
|
|
minimumDeliveryDateString
|
|
maximumDeliveryDateString
|
Pagination
Fields
Name | Description |
---|---|
skipInt
|
|
limitInt!
|
|
totalInt
|
|
pageInt
|
|
totalPagesInt
|
PaymentMethod
Fields
Name | Description |
---|---|
idString!
|
|
imageString
|
|
codeString
|
|
nameString!
|
|
providerString
|
|
subMethods[SubPaymentMethod!]!
|
|
minAuthorizationAmountDecimal!
|
ProducOptions
Fields
Name | Description |
---|---|
displayValueString
|
Product
Implements
Fields
Name | Description |
---|---|
idString!
|
The ID of the Product. |
keyString
|
The Key of the Product. |
skuString!
|
The SKU of the Product. |
nameString!
|
The Name of the Product. |
slugString!
|
The Slug of the Product. |
descriptionString!
|
The Description of the Product. |
priceInclTaxMoney
|
The Price Include Tax of the Product. |
priceExclTaxMoney
|
The Price Exclude Tax of the Product. |
salePriceInclTaxMoney
|
The Sale Price Include Tax (Discounted Price Include Tax) of the Product. |
salePriceExclTaxMoney
|
The Sale Price Exclude Tax (Discounted Price Exclude Tax) of the Product. |
oldPriceInclTaxMoney
|
The Old Price Include Tax of the Product. |
oldPriceExclTaxMoney
|
The Sale Price Exclude Tax of the Product. |
defaultImageImage
|
The Default Image of the Product. |
images[Image!]!
|
The Images of the Product. |
categories[Category!]!
|
Gets or sets the categories. |
attributes[Attribute!]!
|
The Attributes of the Product. |
variants[ProductVariant!]!
|
The Variants of the Product. |
allVariants[ProductVariant!]
|
|
seoSeo!
|
The SEO of the Product. |
productsResponseProductsResponse
|
|
createdAtDateTime!
|
Gets or sets the created at. |
lastModifiedAtDateTime!
|
Gets or sets the last modified at. |
breadcrumbs[Breadcrumbs!]!
|
Gets or sets the breadcrumbs. |
relatedProducts[Product!]!
|
List of related products |
metadataProductMetadata!
|
ProductLineItem
Fields
Name | Description |
---|---|
idString!
|
|
productIdString!
|
|
nameString!
|
|
slugString!
|
|
variantProductVariant!
|
|
priceInclTaxMoney
|
|
priceExclTaxMoney
|
|
salePriceInclTaxMoney
|
|
salePriceExclTaxMoney
|
|
quantityInt!
|
|
discountedPricePerQuantity[DiscountedLineItemPriceForQuantityCoreConnect!]
|
|
perMethodTaxRate[MethodTaxRateCoreConnect!]
|
|
addedAtDateTime
|
|
lastModifiedAtDateTime
|
ProductMetadata
Fields
Name | Description |
---|---|
keyString!
|
|
valueJSON!
|
ProductsResponse
Fields
Name | Description |
---|---|
products[Product!]!
|
|
productsResponseTotalsProductsResponseTotals!
|
ProductsResponseTotals
Fields
Name | Description |
---|---|
limitLong!
|
The maximum number of records to retrieve. |
offsetLong!
|
By specifying offset, you retrieve a subset of records starting with the offset. |
totalLong
|
ProductVariant
The product variant.
Fields
Name | Description |
---|---|
idString!
|
The ID of the Product Variant. |
skuString!
|
The SKU of the Product Variant. |
priceInclTaxMoney
|
The Price Include Tax of the Product Variant. |
priceExclTaxMoney
|
The Price Exclude Tax of the Product Variant. |
salePriceInclTaxMoney
|
The Sale Price Include Tax (Discounted Price Include Tax) of the Product Variant. |
salePriceExclTaxMoney
|
The Sale Price Exclude Tax (Discounted Price Exclude Tax) of the Product Variant. |
oldPriceInclTaxMoney
|
The Old Price Include Tax of the Product Variant. |
oldPriceExclTaxMoney
|
The Old Price Exclude Tax of the Product Variant. |
defaultImageImage
|
The Default Image of the Product Variant. |
images[Image!]!
|
The Images of the Product Variant. |
attributes[Attribute!]!
|
The Attributes of the Product Variant. |
stockProductVariantStock
|
The stock info |
metadataProductVariantMetadata!
|
ProductVariantMetadata
Fields
Name | Description |
---|---|
keyString!
|
|
valueJSON!
|
ProductVariantStock
Fields
Name | Description |
---|---|
availableQuantityInt!
|
|
isSellableWithoutStockBoolean!
|
|
isAvailableBoolean!
|
ResponsiveImage
Represents product images in customer’s wishlist or cart.
Fields
Name | Description |
---|---|
urlThumbnailString
|
|
urlOriginalString
|
|
altTextString
|
|
widthInt
|
|
heightInt
|
|
alternativeSizes[ResponsiveImageAlternative!]
|
ResponsiveImageAlternative
Represents alternative images.
Fields
Name | Description |
---|---|
typeString!
|
|
urlString!
|
SearchProductsResponse
The search products response.
Fields
Name | Description |
---|---|
products[Product!]
|
The products. |
facets[Facets!]
|
Gets or sets the filters. |
categoriesFacets[CategoryFacets!]
|
Gets or sets the categories filters. |
productsResponseTotalsProductsResponseTotals
|
Gets or sets the products response totals. |
Seo
Fields
Name | Description |
---|---|
metaTitleString!
|
The Meta Title of the SEO. |
metaDescriptionString!
|
The Meta Description of the SEO. |
ShippingAddress
Fields
Name | Description |
---|---|
emailString
|
|
firstNameString
|
Gets or sets the first name associated with the address. |
lastNameString
|
Gets or sets the last name associated with the address. |
companyString
|
Gets or sets the company name associated with the address. |
address1String
|
Gets or sets the first line of the address. |
address2String
|
Gets or sets the second line of the address (if applicable). |
cityString
|
Gets or sets the city associated with the address. |
countryCodeString
|
Gets or sets the country code of the address (e.g., ISO 3166-1 alpha-2 code). |
postalCodeString
|
Gets or sets the postal code (ZIP code) associated with the address. |
stateOrProvinceString
|
Gets or sets the state or province associated with the address. |
phoneString
|
Gets or sets the phone number associated with the address. |
streetNumberString
|
Gets or sets the street number (if applicable). |
additionalStreetInfoString
|
Gets or sets additional street information (if applicable). |
SignInResponse
Fields
Name | Description |
---|---|
accessTokenString!
|
|
customerCustomer!
|
|
cartIdString
|
SignUpResponse
Fields
Name | Description |
---|---|
accessTokenString!
|
|
customerCustomer!
|
SubPaymentMethod
Fields
Name | Description |
---|---|
idString
|
|
imageString
|
|
codeString
|
|
nameString
|
Wishlist
Fields
Name | Description |
---|---|
idString
|
|
versionInt
|
|
nameString!
|
|
lineItems[WishlistItem!]
|
|
anonymousIdString
|
|
createdAtDateTime!
|
|
lastModifiedAtDateTime
|
WishlistItem
Fields
Name | Description |
---|---|
idString
|
|
productIdString!
|
|
variantIdLong
|
|
skuString
|
|
nameString
|
|
imageResponsiveImage
|
|
priceExclTaxMoney
|
|
salePriceExclTaxMoney
|
|
priceInclTaxMoney
|
|
salePriceInclTaxMoney
|