Input objects
AddCartLineItemsRequestInput
The add cart line items request.
Arguments
Name | Description |
---|---|
lineItems[AddCartLineItemsRequestLineItemInput!]!
|
Gets or sets the line items. |
idString!
|
The ID of the Cart. |
AddCartLineItemsRequestLineItemInput
The add cart line items request.
Arguments
Name | Description |
---|---|
productIdString
|
Gets or sets the product id. |
variantIdString
|
Gets or sets the variant id. |
quantityInt
|
Gets or sets the quantity. |
AddCustomerAddressRequestInput
Represents a request to add a customer’s address.
Arguments
Name | Description |
---|---|
isDefaultBoolean!
|
|
isDefaultBillingBoolean!
|
|
isDefaultShippingBoolean!
|
|
typeAddressType
|
|
firstNameString!
|
|
lastNameString!
|
|
companyString
|
|
address1String!
|
|
address2String
|
|
postalCodeString!
|
|
cityString!
|
|
stateOrProvinceString
|
|
countryCodeString!
|
|
phoneString
|
|
streetNumberString
|
|
additionalStreetInfoString
|
AddressInput
Customer’s address.
Arguments
Name | Description |
---|---|
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). |
AddWishlistLineItemRequestInput
Arguments
Name | Description |
---|---|
addActions[WishListAddUpdateActionInput!]!
|
|
shoppingListIdString
|
AvailableFiltersInput
Arguments
Name | Description |
---|---|
nameString
|
|
keys[String!]
|
|
sortSort
|
CancelOrderRequestInput
Arguments
Name | Description |
---|---|
orderIdString!
|
CartAddressInput
Arguments
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). |
CartRequestInput
The get cart request.
Arguments
Name | Description |
---|---|
idString!
|
The ID of the Cart. |
CartUpdateRequestInput
The create cart request.
Arguments
Name | Description |
---|---|
idString!
|
Cart Id |
anonymousIdString
|
Optional anonymous user Identifier. |
shippingAddressCartAddressInput
|
|
billingAddressCartAddressInput
|
|
deliveryCommentDeliveryCommentInput
|
|
discountCodeString
|
ChangeWishListNameRequestInput
Change customer’s wishlist name request.
Arguments
Name | Description |
---|---|
shoppingListIdString
|
Shopping list id. |
nameString!
|
Name of the shopping list |
CreateCartRequestInput
The create cart request.
Arguments
Name | Description |
---|---|
lineItems[AddCartLineItemsRequestLineItemInput!]!
|
Gets or sets the line items. |
anonymousIdString
|
Optional anonymous user Identifier. |
CreateOrderRequestInput
Arguments
Name | Description |
---|---|
cartIdString!
|
|
paymentMethodString
|
|
returnUrlString
|
DeliveryCommentInput
Arguments
Name | Description |
---|---|
deliveryCommentMsgString
|
DescriptionInput
Arguments
Name | Description |
---|---|
enString!
|
GetCategoryRequestInput
Arguments
Name | Description |
---|---|
idString
|
The ID of the Category. |
keyString
|
The Key of the Category. |
slugString
|
GetMyOrderRequestInput
Arguments
Name | Description |
---|---|
idString!
|
GetMyOrdersRequestInput
Arguments
Name | Description |
---|---|
pageInt!
|
|
limitInt!
|
|
sortByOrderSortBy
|
|
orderNumberString
|
|
minOrderDateDateTime
|
|
maxOrderDateDateTime
|
GetOrderRequestInput
Arguments
Name | Description |
---|---|
idString!
|
GetProductRequestInput
Arguments
Name | Description |
---|---|
idString
|
The ID of the Product. |
keyString
|
The Key of the Product. |
slugString
|
The Slug of the Product. |
variantFilterVariantFilterInput
|
Gets or sets the variants filters. |
GetWishListRequestInput
Arguments
Name | Description |
---|---|
shoppingListIdString
|
LookupUrlRequestInput
Arguments
Name | Description |
---|---|
pathString!
|
The URL path. |
MoneyInput
Arguments
Name | Description |
---|---|
currencyCodeString!
|
The Currency Code of the Money. |
amountDecimal!
|
The Amount of the Money. |
NameInput
Arguments
Name | Description |
---|---|
enString!
|
RemoveCartLineItemRequestInput
The remove cart line item request.
Arguments
Name | Description |
---|---|
lineItemIdString!
|
Gets or sets the line item id. |
idString!
|
The ID of the Cart. |
RemoveCustomerAddressRequestInput
Arguments
Name | Description |
---|---|
addressIdString!
|
RemoveWishlistLineItemRequestInput
Remove wishlist lineitem request
Arguments
Name | Description |
---|---|
lineItemIds[String!]!
|
|
shoppingListIdString
|
ResetPasswordRequestInput
Arguments
Name | Description |
---|---|
tokenString!
|
|
currentPasswordString!
|
|
newPasswordString!
|
ResponsiveImageAlternativeInput
Represents alternative images.
Arguments
Name | Description |
---|---|
typeString!
|
|
urlString!
|
ResponsiveImageInput
Represents product images in customer’s wishlist or cart.
Arguments
Name | Description |
---|---|
urlThumbnailString
|
|
urlOriginalString
|
|
altTextString
|
|
widthInt
|
|
heightInt
|
|
alternativeSizes[ResponsiveImageAlternativeInput!]
|
SearchProductsRequestInput
Arguments
Name | Description |
---|---|
textString
|
The text string on which to search, for example: "Sofa" or "Bed". |
productIds[String!]
|
The list of product ids. |
productKeys[String!]
|
The list of product keys. |
productSlugs[String!]
|
The list of product slugs. |
productCategoryKeys[String!]
|
Gets or sets the product category keys. |
productCategorySlugs[String!]
|
Gets or sets the product category slugs. |
facets[String!]
|
Gets or sets the facets. |
filters[AvailableFiltersInput!]
|
Gets or sets the filters. |
sortings[SortingInput!]
|
Gets or sets the sortings. |
haveVariantFilterBoolean
|
Get or sets if the filters must be used to filter the variants |
limitInt
|
The maximum number of records to retrieve. |
offsetInt
|
By specifying offset, you retrieve a subset of records starting with the offset. |
SignInRequestInput
Arguments
Name | Description |
---|---|
emailString!
|
|
passwordString!
|
|
cartIdString
|
|
useNewCartBoolean!
|
|
anonymousIdString
|
Optional anonymous session id if applicable. |
SignUpRequestInput
Arguments
Name | Description |
---|---|
firstNameString!
|
|
lastNameString!
|
|
companyNameString
|
|
vatNumberString
|
|
emailString!
|
|
passwordString!
|
|
phoneString
|
|
birthDateString
|
|
addressAddressInput
|
SortingInput
Arguments
Name | Description |
---|---|
sortTypeString!
|
|
sortSort
|
UpdateCartLineItemRequestInput
The update cart line item request.
Arguments
Name | Description |
---|---|
lineItemIdString!
|
Gets or sets the line item id. |
quantityInt!
|
Gets or sets the quantity. |
idString!
|
The ID of the Cart. |
UpdateCustomerAddressRequestInput
Arguments
Name | Description |
---|---|
addressIdString
|
|
isDefaultBoolean!
|
|
isDefaultForTypes[AddressType!]
|
|
typeAddressType!
|
|
firstNameString
|
|
lastNameString
|
|
companyString
|
|
address1String
|
|
address2String
|
|
postalCodeString
|
|
cityString
|
|
stateOrProvinceString
|
|
countryCodeString
|
|
phoneString
|
|
streetNumberString
|
|
additionalStreetInfoString
|
VariantFilterInput
Arguments
Name | Description |
---|---|
nameString!
|
|
keyString!
|
WishListAddUpdateActionInput
Arguments
Name | Description |
---|---|
actionString!
|
|
productIdString!
|
|
variantIdInt!
|
|
quantityInt!
|
WishlistItemInput
Arguments
Name | Description |
---|---|
idString
|
|
productIdString!
|
|
variantIdLong
|
|
skuString
|
|
nameString
|
|
imageResponsiveImageInput
|
|
priceExclTaxMoneyInput
|
|
salePriceExclTaxMoneyInput
|
|
priceInclTaxMoneyInput
|
|
salePriceInclTaxMoneyInput
|
WishlistRequestInput
Arguments
Name | Description |
---|---|
nameNameInput
|
|
descriptionDescriptionInput
|
|
anonymousIdString
|
|
lineItems[WishlistItemInput!]
|