Add catalog settings management
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
query CatalogProductTypeSettings {
|
||||
catalogProductTypeSettings {
|
||||
productType
|
||||
showQuantityPerBox
|
||||
allowCustomLength
|
||||
customLengthMinM
|
||||
customLengthMaxM
|
||||
customLengthStepM
|
||||
allowCustomSleeveBrand
|
||||
allowCustomLabel
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
mutation UpsertCatalogProductTypeSetting($input: UpsertCatalogProductTypeSettingInput!) {
|
||||
upsertCatalogProductTypeSetting(input: $input) {
|
||||
productType
|
||||
showQuantityPerBox
|
||||
allowCustomLength
|
||||
customLengthMinM
|
||||
customLengthMaxM
|
||||
customLengthStepM
|
||||
allowCustomSleeveBrand
|
||||
allowCustomLabel
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user