|
3 | 3 | <details>
|
4 | 4 | <summary>Added Property(s)</summary>
|
5 | 5 |
|
| 6 | +- added property `metaTitle` to type `ProductTailoringCreatedMessage` |
| 7 | +- added property `metaDescription` to type `ProductTailoringCreatedMessage` |
| 8 | +- added property `metaKeywords` to type `ProductTailoringCreatedMessage` |
| 9 | +- added property `variants` to type `ProductTailoringCreatedMessage` |
| 10 | +- added property `metaTitle` to type `ProductTailoringCreatedMessagePayload` |
| 11 | +- added property `metaDescription` to type `ProductTailoringCreatedMessagePayload` |
| 12 | +- added property `metaKeywords` to type `ProductTailoringCreatedMessagePayload` |
| 13 | +- added property `variants` to type `ProductTailoringCreatedMessagePayload` |
| 14 | +- added property `variants` to type `ProductTailoringData` |
| 15 | +- added property `variants` to type `ProductTailoringDraft` |
| 16 | +- added property `variants` to type `ProductTailoringInStoreDraft` |
6 | 17 | - added property `store` to type `StagedQuote`
|
7 | 18 | </details>
|
8 | 19 |
|
|
14 | 25 | - added resource `/{projectKey}/in-store/key={storeKey}/staged-quotes`
|
15 | 26 | - added resource `/{projectKey}/in-store/key={storeKey}/quotes`
|
16 | 27 | - added resource `/{projectKey}/in-store/key={storeKey}/orders/quotes`
|
| 28 | +- added resource `/{projectKey}/in-store/key={storeKey}/products/{productID}/product-tailoring/images` |
| 29 | +- added resource `/{projectKey}/in-store/key={storeKey}/products/key={productKey}/product-tailoring/images` |
17 | 30 | - added resource `/{projectKey}/in-store/key={storeKey}/quote-requests/key={key}`
|
18 | 31 | - added resource `/{projectKey}/in-store/key={storeKey}/quote-requests/{ID}`
|
19 | 32 | - added resource `/{projectKey}/in-store/key={storeKey}/staged-quotes/key={key}`
|
|
51 | 64 | - added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().quotes().head()`
|
52 | 65 | - added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().quotes().post()`
|
53 | 66 | - added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().orders().orderQuote().post()`
|
| 67 | +- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().products().withProductId().productTailoring().images().post()` |
| 68 | +- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().products().withProductKey().productTailoring().images().post()` |
54 | 69 | - added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().quoteRequests().withKey().get()`
|
55 | 70 | - added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().quoteRequests().withKey().head()`
|
56 | 71 | - added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().quoteRequests().withKey().post()`
|
|
78 | 93 | </details>
|
79 | 94 |
|
80 | 95 |
|
| 96 | +<details> |
| 97 | +<summary>Added Type(s)</summary> |
| 98 | + |
| 99 | +- added type `ProductTailoringImageAddedMessage` |
| 100 | +- added type `ProductTailoringImagesSetMessage` |
| 101 | +- added type `ProductVariantTailoringAddedMessage` |
| 102 | +- added type `ProductVariantTailoringRemovedMessage` |
| 103 | +- added type `ProductTailoringImageAddedMessagePayload` |
| 104 | +- added type `ProductTailoringImagesSetMessagePayload` |
| 105 | +- added type `ProductVariantTailoringAddedMessagePayload` |
| 106 | +- added type `ProductVariantTailoringRemovedMessagePayload` |
| 107 | +- added type `ProductVariantTailoring` |
| 108 | +- added type `ProductVariantTailoringDraft` |
| 109 | +- added type `ProductTailoringAddAssetAction` |
| 110 | +- added type `ProductTailoringAddExternalImageAction` |
| 111 | +- added type `ProductTailoringAddVariantAction` |
| 112 | +- added type `ProductTailoringChangeAssetNameAction` |
| 113 | +- added type `ProductTailoringChangeAssetOrderAction` |
| 114 | +- added type `ProductTailoringMoveImageToPositionAction` |
| 115 | +- added type `ProductTailoringRemoveAssetAction` |
| 116 | +- added type `ProductTailoringRemoveImageAction` |
| 117 | +- added type `ProductTailoringRemoveVariantAction` |
| 118 | +- added type `ProductTailoringSetAssetCustomFieldAction` |
| 119 | +- added type `ProductTailoringSetAssetCustomTypeAction` |
| 120 | +- added type `ProductTailoringSetAssetDescriptionAction` |
| 121 | +- added type `ProductTailoringSetAssetKeyAction` |
| 122 | +- added type `ProductTailoringSetAssetSourcesAction` |
| 123 | +- added type `ProductTailoringSetAssetTagsAction` |
| 124 | +- added type `ProductTailoringSetExternalImagesAction` |
| 125 | +- added type `ProductTailoringSetImageLabelAction` |
| 126 | +</details> |
| 127 | + |
| 128 | + |
81 | 129 | <details>
|
82 | 130 | <summary>Removed QueryParameter(s)</summary>
|
83 | 131 |
|
|
0 commit comments