Skip to main content

BaseProductCategoryRelationship

No description

type BaseProductCategoryRelationship {
uuid: ID!
baseProductUuid: String!
categoryUuid: String!
categoryId: Int!
isDefault: Boolean!
sortOrder: Int!
createdAt: DateTime!
lastModifiedAt: DateTime!
baseProduct: IBaseProduct!
category(hidden: YesNo): Category!
}

Fields

BaseProductCategoryRelationship.uuid ● ID! non-null scalar

Globally unique identifier for the product or cluster.

BaseProductCategoryRelationship.baseProductUuid ● String! non-null scalar

Base product UUID

BaseProductCategoryRelationship.categoryUuid ● String! non-null scalar

Category UUID

BaseProductCategoryRelationship.categoryId ● Int! non-null scalar

Numeric category identifier retained for compatibility with legacy integrations.

BaseProductCategoryRelationship.isDefault ● Boolean! non-null scalar

Whether this is the default category for the base product

BaseProductCategoryRelationship.sortOrder ● Int! non-null scalar

Sort order within the category

BaseProductCategoryRelationship.createdAt ● DateTime! non-null scalar

Timestamp marking when the record was created, in UTC ISO 8601 format.

BaseProductCategoryRelationship.lastModifiedAt ● DateTime! non-null scalar

Timestamp marking the last modification of the record, in UTC ISO 8601 format.

BaseProductCategoryRelationship.baseProduct ● IBaseProduct! non-null interface

Reference to the underlying record in the shared product/cluster model.

BaseProductCategoryRelationship.category ● Category! non-null object

Primary category associated with the product.

BaseProductCategoryRelationship.category.hidden ● YesNo enum

Returned By

baseProductCategoryMoveAbove mutation ● baseProductCategoryMoveAboveByUuids mutation ● baseProductCategoryMoveBelow mutation ● baseProductCategoryMoveBelowByUuids mutation ● baseProductCategoryMoveToBottom mutation ● baseProductCategoryMoveToBottomByUuids mutation ● baseProductCategoryMoveToTop mutation ● baseProductCategoryMoveToTopByUuids mutation ● clusterAddToCategory mutation ● clusterCategoryMoveAbove mutation ● clusterCategoryMoveBelow mutation ● clustersBulkAddToCategory mutation

Member Of

Cluster object ● Product object