INPUT_OBJECT
The input object that defines the fields for the createStockKeepingUnit mutation.
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}