INPUT_OBJECT

CreateStockKeepingUnitMutationInput

The input object that defines the fields for the createStockKeepingUnit mutation.

link GraphQL Schema definition

  • input CreateStockKeepingUnitMutationInput {
  • # A Stock Keeping Unit (SKU) identifier.
  • stock_keeping_unit_code: String!
  • # A human readable description.
  • description: Text
  • # The ID of a Service.
  • service_id: Int64Bit
  • # The ID of a `Package`.
  • package_id: Int64Bit
  • }

link Require by