INPUT_OBJECT
ProductInput
link GraphQL Schema definition
- input ProductInput {
- # If present, the special product type. If absent, it is a normal product
- : ProductType
- # The main product name
- : String
- # A description of the product
- : String
- # If present, a description of the product that will be used within the mobile
- # apps
- : String
- # If present, a description of the product that will be used within the webstore
- : String
- # The SKU or internal style name of the product
- : String
- # The brand of the product
- : String
- # The SKU or internal style name of the product used by the brand or vendor
- : String
- # The URL slug of the product, for use in the webstore
- : String
- # The tax code used for this product with Avalara
- : String
- # If present, the URL of a video for this product
- : String
- }