Starfish API Documentation

Product

Product

  • availableProperties: [ProductProperty!]!

    The property names and values that can be used to specify a variant of this product, e.g. via `variants(properties:)` or `ProductVariantSpecificationInput`

  • description: String!

    The product's description

  • id: ID!

  • name: String!

    The product's name

  • variants: ProductVariantConnection!

    A list of the available variants and their distinguishing properties

    Argumentschevron-right

ProductConnection

The connection type for Product.

ProductEdge

An edge in a connection.

  • cursor: String!

    A cursor for use in pagination.

  • node: Product

    The item at the end of the edge.