Preview

DistributorProduct is in Preview status and is subject to change without notice. For more information about Preview status, see the GraphQL API policy.

DistributorProduct

Distributor Product information

This page contains

    Fields

    id: ID!

    Identifier of the product

    distributorId: DistributorId! PREVIEW

    Distributor for which the product exists

    createdOn: DateTime!

    Time at which the product was created

    lastModifiedOn: DateTime!

    Time at which the product was last modified

    distributorProductSkuId: String!

    Distributor Product SKU

    name: String!

    Product name

    vendorName: String!

    Vendor name

    unitPrice: Decimal

    Product Price

    quantity: Int!

    Product Quantity

    category: CategoryOutput! PREVIEW

    Category Output

    isImported: Boolean

    Is product imported

    Implements

    Parent objects of DistributorProduct

    DistributorsProductsConnection PREVIEW

    Paginated result for product details by Distributor

    Queries for DistributorProduct

    distributorsProducts PREVIEW

    Paginated list of productDetail for a tenant