|
1 | 1 | **Api changes** |
2 | 2 |
|
| 3 | +<details> |
| 4 | +<summary>Added Property(s)</summary> |
| 5 | + |
| 6 | +- added property `estimatedDelivery` to type `ShippingInfo` |
| 7 | +- added property `estimatedDelivery` to type `CartAddShippingMethodAction` |
| 8 | +- added property `estimatedDelivery` to type `CartSetCustomShippingMethodAction` |
| 9 | +- added property `estimatedDelivery` to type `CartSetShippingMethodAction` |
| 10 | +- added property `stores` to type `DiscountCode` |
| 11 | +- added property `carrier` to type `ShippingMethod` |
| 12 | +- added property `carrier` to type `ShippingMethodDraft` |
| 13 | +- added property `storefront` to type `Store` |
| 14 | +- added property `storefront` to type `StoreDraft` |
| 15 | +- added property `warnings` to type `Variant` |
| 16 | +- added property `categories` to type `VariantProjection` |
| 17 | +- added property `categoryOrderHints` to type `VariantProjection` |
| 18 | +</details> |
| 19 | + |
| 20 | + |
| 21 | +<details> |
| 22 | +<summary>Added Enum(s)</summary> |
| 23 | + |
| 24 | +- added enum `variant` to type `AttributeReferenceTypeId` |
| 25 | +- added enum `variant` to type `CustomFieldReferenceValue` |
| 26 | +</details> |
| 27 | + |
| 28 | + |
| 29 | +<details> |
| 30 | +<summary>Added Resource(s)</summary> |
| 31 | + |
| 32 | +- added resource `/{projectKey}/mcp-servers` |
| 33 | +- added resource `/{projectKey}/variants/{ID}/images` |
| 34 | +- added resource `/{projectKey}/in-store/key={storeKey}/discount-codes` |
| 35 | +- added resource `/{projectKey}/in-store/key={storeKey}/discount-codes/key={key}` |
| 36 | +- added resource `/{projectKey}/in-store/key={storeKey}/discount-codes/{ID}` |
| 37 | +- added resource `/{projectKey}/mcp-servers/types` |
| 38 | +- added resource `/{projectKey}/mcp-servers/key={key}` |
| 39 | +- added resource `/{projectKey}/mcp-servers/{ID}` |
| 40 | +- added resource `/{projectKey}/mcp-servers/types/{mcpServerType}` |
| 41 | +</details> |
| 42 | + |
| 43 | + |
3 | 44 | <details> |
4 | 45 | <summary>Added Method(s)</summary> |
5 | 46 |
|
|
23 | 64 | </details> |
24 | 65 |
|
25 | 66 |
|
26 | | -<details> |
27 | | -<summary>Added Property(s)</summary> |
28 | | - |
29 | | -- added property `stores` to type `DiscountCode` |
30 | | -- added property `warnings` to type `Variant` |
31 | | -- added property `categories` to type `VariantProjection` |
32 | | -- added property `categoryOrderHints` to type `VariantProjection` |
33 | | -</details> |
34 | | - |
35 | | - |
36 | 67 | <details> |
37 | 68 | <summary>Added Type(s)</summary> |
38 | 69 |
|
| 70 | +- added type `EstimatedDelivery` |
| 71 | +- added type `CartSetEstimatedDeliveryAction` |
39 | 72 | - added type `UnauthorizedError` |
40 | 73 | - added type `GraphQLUnauthorizedError` |
41 | 74 | - added type `CommerceMcpServerConfig` |
|
70 | 103 | - added type `McpServerSetToolCustomizationsAction` |
71 | 104 | - added type `McpServerSetToolOutputFormattingAction` |
72 | 105 | - added type `McpServerSetToolsAction` |
| 106 | +- added type `CartEstimatedDeliverySetMessage` |
| 107 | +- added type `OrderEstimatedDeliverySetMessage` |
73 | 108 | - added type `ProductTailoringKeySetMessage` |
| 109 | +- added type `StoreCheckoutUrlTemplateSetMessage` |
| 110 | +- added type `StoreContactUrlSetMessage` |
| 111 | +- added type `StoreCookiePolicyUrlSetMessage` |
| 112 | +- added type `StoreFaqUrlSetMessage` |
| 113 | +- added type `StoreImprintUrlSetMessage` |
| 114 | +- added type `StoreOrderUrlTemplateSetMessage` |
| 115 | +- added type `StorePrivacyPolicyUrlSetMessage` |
| 116 | +- added type `StoreRefundPolicyUrlSetMessage` |
| 117 | +- added type `StoreShippingPolicyUrlSetMessage` |
| 118 | +- added type `StoreTermsOfServiceUrlSetMessage` |
| 119 | +- added type `CartEstimatedDeliverySetMessagePayload` |
| 120 | +- added type `OrderEstimatedDeliverySetMessagePayload` |
74 | 121 | - added type `ProductTailoringKeySetMessagePayload` |
| 122 | +- added type `StoreCheckoutUrlTemplateSetMessagePayload` |
| 123 | +- added type `StoreContactUrlSetMessagePayload` |
| 124 | +- added type `StoreCookiePolicyUrlSetMessagePayload` |
| 125 | +- added type `StoreFaqUrlSetMessagePayload` |
| 126 | +- added type `StoreImprintUrlSetMessagePayload` |
| 127 | +- added type `StoreOrderUrlTemplateSetMessagePayload` |
| 128 | +- added type `StorePrivacyPolicyUrlSetMessagePayload` |
| 129 | +- added type `StoreRefundPolicyUrlSetMessagePayload` |
| 130 | +- added type `StoreShippingPolicyUrlSetMessagePayload` |
| 131 | +- added type `StoreTermsOfServiceUrlSetMessagePayload` |
| 132 | +- added type `OrderSetEstimatedDeliveryAction` |
75 | 133 | - added type `ProductTailoringSetKeyAction` |
| 134 | +- added type `ShippingMethodSetCarrierAction` |
| 135 | +- added type `Storefront` |
| 136 | +- added type `StoreSetCheckoutUrlTemplateAction` |
| 137 | +- added type `StoreSetContactUrlAction` |
| 138 | +- added type `StoreSetCookiePolicyUrlAction` |
| 139 | +- added type `StoreSetFaqUrlAction` |
| 140 | +- added type `StoreSetImprintUrlAction` |
| 141 | +- added type `StoreSetOrderUrlTemplateAction` |
| 142 | +- added type `StoreSetPrivacyPolicyUrlAction` |
| 143 | +- added type `StoreSetRefundPolicyUrlAction` |
| 144 | +- added type `StoreSetShippingPolicyUrlAction` |
| 145 | +- added type `StoreSetTermsOfServiceUrlAction` |
76 | 146 | - added type `VariantMoveImageToPositionAction` |
77 | 147 | - added type `VariantSetImageLabelAction` |
78 | 148 | </details> |
79 | 149 |
|
| 150 | +**History changes** |
80 | 151 |
|
81 | 152 | <details> |
82 | | -<summary>Added Enum(s)</summary> |
83 | | - |
84 | | -- added enum `variant` to type `AttributeReferenceTypeId` |
85 | | -- added enum `variant` to type `CustomFieldReferenceValue` |
86 | | -</details> |
87 | | - |
88 | | - |
89 | | -<details> |
90 | | -<summary>Added Resource(s)</summary> |
| 153 | +<summary>Added QueryParameter(s)</summary> |
91 | 154 |
|
92 | | -- added resource `/{projectKey}/mcp-servers` |
93 | | -- added resource `/{projectKey}/variants/{ID}/images` |
94 | | -- added resource `/{projectKey}/in-store/key={storeKey}/discount-codes` |
95 | | -- added resource `/{projectKey}/in-store/key={storeKey}/discount-codes/key={key}` |
96 | | -- added resource `/{projectKey}/in-store/key={storeKey}/discount-codes/{ID}` |
97 | | -- added resource `/{projectKey}/mcp-servers/types` |
98 | | -- added resource `/{projectKey}/mcp-servers/key={key}` |
99 | | -- added resource `/{projectKey}/mcp-servers/{ID}` |
100 | | -- added resource `/{projectKey}/mcp-servers/types/{mcpServerType}` |
| 155 | +- added query parameter `withTotal` to method `get /{projectKey}` |
| 156 | +- added query parameter `withTotal` to method `get /{projectKey}/{resourceType}` |
| 157 | +- added query parameter `withTotal` to method `get /{projectKey}/{resourceType}/{ID}` |
101 | 158 | </details> |
102 | 159 |
|
103 | | -**History changes** |
104 | 160 |
|
105 | 161 | <details> |
106 | 162 | <summary>Required Property(s)</summary> |
107 | 163 |
|
108 | 164 | - changed property `total` of type `RecordPagedQueryResponse` to be optional |
109 | 165 | </details> |
110 | 166 |
|
111 | | - |
112 | | -<details> |
113 | | -<summary>Added QueryParameter(s)</summary> |
114 | | - |
115 | | -- added query parameter `withTotal` to method `get /{projectKey}` |
116 | | -- added query parameter `withTotal` to method `get /{projectKey}/{resourceType}` |
117 | | -- added query parameter `withTotal` to method `get /{projectKey}/{resourceType}/{ID}` |
118 | | -</details> |
119 | | - |
|
0 commit comments