File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1588,6 +1588,7 @@ components:
15881588 items:
15891589 $ref: '#/components/schemas/ProductVariantAttributeValue'
15901590 type: array
1591+ writeOnly: true
15911592 required:
15921593 - variant_attribute_values
15931594 type: object
@@ -5595,6 +5596,7 @@ components:
55955596 items:
55965597 $ref: '#/components/schemas/ProductVariantAttributeValue'
55975598 type: array
5599+ writeOnly: true
55985600 type: object
55995601 PatchedUpdateSubscription:
56005602 properties:
@@ -9173,6 +9175,7 @@ components:
91739175 items:
91749176 $ref: '#/components/schemas/ProductVariantAttributeValue'
91759177 type: array
9178+ writeOnly: true
91769179 required:
91779180 - stockrecords
91789181 - variant_attribute_values
Original file line number Diff line number Diff line change @@ -1916,6 +1916,7 @@ components:
19161916 items:
19171917 $ref: '#/components/schemas/ProductVariantAttributeValue'
19181918 type: array
1919+ writeOnly: true
19191920 required:
19201921 - variant_attribute_values
19211922 type: object
@@ -6029,6 +6030,7 @@ components:
60296030 items:
60306031 $ref: '#/components/schemas/ProductVariantAttributeValue'
60316032 type: array
6033+ writeOnly: true
60326034 type: object
60336035 PatchedUpdateSubscription:
60346036 properties:
@@ -9653,6 +9655,7 @@ components:
96539655 items:
96549656 $ref: '#/components/schemas/ProductVariantAttributeValue'
96559657 type: array
9658+ writeOnly: true
96569659 required:
96579660 - stockrecords
96589661 - variant_attribute_values
Original file line number Diff line number Diff line change @@ -1896,6 +1896,7 @@ components:
18961896 items:
18971897 $ref: '#/components/schemas/ProductVariantAttributeValue'
18981898 type: array
1899+ writeOnly: true
18991900 required:
19001901 - variant_attribute_values
19011902 type: object
@@ -5999,6 +6000,7 @@ components:
59996000 items:
60006001 $ref: '#/components/schemas/ProductVariantAttributeValue'
60016002 type: array
6003+ writeOnly: true
60026004 type: object
60036005 PatchedUpdateSubscription:
60046006 properties:
@@ -9623,6 +9625,7 @@ components:
96239625 items:
96249626 $ref: '#/components/schemas/ProductVariantAttributeValue'
96259627 type: array
9628+ writeOnly: true
96269629 required:
96279630 - stockrecords
96289631 - variant_attribute_values
You can’t perform that action at this time.
0 commit comments