GraphQL INPUT_OBJECT
ProductDeliverySettingsInput
Input for delivery settings of a given product
link Definition
- input ProductDeliverySettingsInput {
- # Delivery settings of the product.
- : [CreateProductDeliveryInput]
- # Key template.
- : [LocalizedStringInput]
- # Email key template (optional).
- : [LocalizedStringInput]
- # Additional delivery note.
- : [LocalizedStringInput]
- # Information on extra page.
- : [LocalizedStringInput]
- }