📄️ AbstractOrderSellerReportType
No description
📄️ AbstractPercentReportType
No description
📄️ AbstractProductVariantType
No description
📄️ AccountAddressCreate
Create a new address for the customer.
📄️ AccountAddressDelete
Delete an address of the logged-in user.
📄️ AccountAddressSetDefault
Sets a default address for the authenticated user.
📄️ AccountAddressUpdate
Updates an address of the logged-in user.
📄️ AccountConfirm
Confirm user account with token sent by email during registration.
📄️ AccountDelete
Remove user account.
📄️ AccountError
No description
📄️ AccountRegister
Register a new user.
📄️ AccountRequestDeletion
Sends an email with the account removal link for the logged-in user.
📄️ AccountUpdate
Updates the account of the logged-in user.
📄️ AddressCreate
Creates user address.
📄️ AddressDelete
Deletes an address.
📄️ AddressSetDefault
Sets a default address for the given user.
📄️ AddressUpdate
Updates an address.
📄️ Address
Represents user address data.
📄️ AgreementBulkDelete
Deletes agreements.
📄️ AgreementBulkPublish
Publish agreements.
📄️ AgreementCommissionCreate
Creates a new agreement commission.
📄️ AgreementCommissionDelete
Deletes an agreement commission.
📄️ AgreementCommission
An agreement commission
📄️ AgreementCountableConnection
No description
📄️ AgreementCountableEdge
No description
📄️ AgreementCreate
Creates a new agreement.
📄️ AgreementDelete
Deletes a agreement.
📄️ AgreementError
No description
📄️ AgreementFeeCreate
Creates a new agreement fee.
📄️ AgreementFeeDelete
Deletes an agreement fee.
📄️ AgreementFees
Extra fees associated with an agreement
📄️ AgreementSellersCountableConnection
No description
📄️ AgreementSellersCountableEdge
No description
📄️ AgreementSellers
A seller agreement mapping
📄️ AgreementUpdate
Updates an existing agreement.
📄️ Agreement
A marketplace agreement created, edited and maintianed in the dashboard
📄️ Allocation
Represents allocation.
📄️ AnalyticsExportCSV
Generate analytics CSV export and return a signed download URL. The URL provides direct access to the file in cloud storage.
📄️ AnalyticsExportError
Error type for analytics export mutations.
📄️ AnalyticsExportUrl
Get a download URL for analytics CSV export. The URL triggers a synchronous download - navigate to it to download the file.
📄️ AppActivate
Activate the app.
📄️ AppCountableConnection
No description
📄️ AppCountableEdge
No description
📄️ AppCreate
Creates a new app.
📄️ AppDashboardIntegrationCreate
Creates a new dashboard integration for an app.
📄️ AppDashboardIntegrationDelete
Deletes an app storefront integration from the app.
📄️ AppDashboardIntegration
Represents a dashboard integration for an App.
📄️ AppDeactivate
Deactivate the app.
📄️ AppDelete
Deletes an app.
📄️ AppError
No description
📄️ AppStorefrontIntegrationCreate
Creates a new storefront integration for an app.
📄️ AppStorefrontIntegrationDelete
Deletes an app storefront integration from the app.
📄️ AppStorefrontIntegration
Represents a storefront integration for an App.
📄️ AppTokenCreate
Creates a new token.
📄️ AppTokenDelete
Deletes an authentication token assigned to app.
📄️ AppTokenVerify
Verify provided app token.
📄️ AppToken
Represents token data.
📄️ AppUpdate
Updates an existing app.
📄️ App
Represents app data.
📄️ AttributeAssign
Assign attributes to a given product or product type.
📄️ AttributeBulkDelete
Deletes attributes.
📄️ AttributeCountableConnection
No description
📄️ AttributeCountableEdge
No description
📄️ AttributeCreate
Creates an attribute.
📄️ AttributeDelete
Deletes an attribute.
📄️ AttributeError
No description
📄️ AttributeUnassignFromProductType
Un-assign attributes from a given product type.
📄️ AttributeUnassign
Un-assign attributes from a given product type.
📄️ AttributeUpdate
Updates attribute.
📄️ AttributeValueBulkCreate
Creates attribute values for a given attribute.
📄️ AttributeValueBulkDelete
Deletes values of attributes.
📄️ AttributeValueCountableConnection
No description
📄️ AttributeValueCountableEdge
No description
📄️ AttributeValueCreate
Creates a value for an attribute.
📄️ AttributeValueDelete
Deletes a value of an attribute.
📄️ AttributeValueUpdate
Updates value of an attribute.
📄️ AttributeValue
Represents a value of an attribute.
📄️ AttributeValuesReorder
Reorder the values of an attribute.
📄️ AttributeWarningMessageItem
No description
📄️ Attribute
Custom attribute of a product. Attributes can be assigned to products and variants at the product type level.
📄️ AuthError
No description
📄️ AuthURLGenerate
Create authorization URL.
📄️ AvalaraRequestLogCountableConnection
No description
📄️ AvalaraRequestLogCountableEdge
No description
📄️ AvalaraRequestLog
Represents products import process from 3rd party service or integration.
📄️ BigQueryCustomerReportType
No description
📄️ BigQueryDailyOrderCountsReportType
No description
📄️ BigQueryNetSalesByCategoryReportType
No description
📄️ BigQueryNetSalesBySellerReportType
No description
📄️ BigQueryOrdersBySellerReportType
No description
📄️ BigQueryOrdersByStatusReportType
No description
📄️ BigQueryPayoutReportType
No description
📄️ BigQuerySalesPerDayReportType
No description
📄️ BigQuerySellerOrdersReportType
No description
📄️ BigQuerySellerPayoutReportType
No description
📄️ BigQueryThirtySixtyNinetyReportType
No description
📄️ BigQueryVariantListReportType
No description
📄️ BulkProductError
No description
📄️ BulkProductImageError
No description
📄️ BulkProductVideoError
No description
📄️ BulkStockError
No description
📄️ CatalogExport
Export catalog.
📄️ CategoryBulkDelete
Deletes categories.
📄️ CategoryCountableConnection
No description
📄️ CategoryCountableEdge
No description
📄️ CategoryCreate
Creates a new category.
📄️ CategoryDelete
Deletes a category.
📄️ CategoryIdentity
GraphQL type for CategoryIdentitySchema
📄️ CategoryUpdate
Updates a category.
📄️ Category
Represents a single category of products. Categories allow to organize products in a tree-hierarchies which can be used for navigation in the storefront.
📄️ CheckoutAddPONumbers
Adds purchase order number to a checkout.
📄️ CheckoutAddPromoCode
Adds a gift card or a voucher to a checkout.
📄️ CheckoutBillingAddressUpdate
Update billing address in the existing checkout.
📄️ CheckoutComplete
Completes the checkout. As a result a new order is created and a payment charge is made. This action requires a successful payment before it can be performed. In case additional confirmation step as 3D secure is required confirmationNeeded flag will be set to True and no order created until payment is confirmed with second call of this mutation.
📄️ CheckoutCountableConnection
No description
📄️ CheckoutCountableEdge
No description
📄️ CheckoutCreate
Create a new checkout.
📄️ CheckoutCustomerAttach
Sets the customer as the owner of the checkout.
📄️ CheckoutCustomerDetach
Removes the user assigned as the owner of the checkout.
📄️ CheckoutDelete
Deletes a checkout.
📄️ CheckoutEmailUpdate
Updates email address in the existing checkout object.
📄️ CheckoutError
No description
📄️ CheckoutEventCountableConnection
No description
📄️ CheckoutEventCountableEdge
No description
📄️ CheckoutEventTriggered
Create a checkout event.
📄️ CheckoutEvent
Represents checkout event.
📄️ CheckoutLineAddNote
Add a note to a checkout line.
📄️ CheckoutLineCountableConnection
No description
📄️ CheckoutLineCountableEdge
No description
📄️ CheckoutLineDelete
Deletes a CheckoutLine.
📄️ CheckoutLine
Represents an item in the checkout.
📄️ CheckoutLinesAdd
Adds a checkout line to the existing checkout.
📄️ CheckoutLinesUpdate
Updates checkout line in the existing checkout.
📄️ CheckoutMarketplaceShippingMethodUpdate
Updates the marketplace shipping methods of the checkout.
📄️ CheckoutNoteUpdate
Updates the checkout note on the provided checkout.
📄️ CheckoutPaymentCreate
Create a new payment for given checkout.
📄️ CheckoutRemovePONumbers
Remove a purchase order from a checkout.
📄️ CheckoutRemovePromoCode
Remove a gift card or a voucher from a checkout.
📄️ CheckoutSellerShippingMethodsBulkUpdate
Bulk clears the seller shipping methods of the checkout.
📄️ CheckoutSellerShippingMethodsClear
Clears the seller shipping methods of the checkout.
📄️ CheckoutSellerShippingMethodsUpdate
Updates the seller shipping methods of the checkout.
📄️ CheckoutSellerShipping
Represents an shipping method for a particular seller on a checkout.
📄️ CheckoutSetTransactionCurrency
Update currency in the existing checkout object.
📄️ CheckoutShippingAddressUpdate
Update shipping address in the existing checkout.
📄️ CheckoutThemeCreate
Create a new checkout theme.