-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c88df19
commit f215aca
Showing
10 changed files
with
199 additions
and
84 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,79 +1,17 @@ | ||
**Api changes** | ||
|
||
<details> | ||
<summary>Changed Property(s)</summary> | ||
|
||
- :warning: changed property `custom` of type `MyBusinessUnitDraft` from type `CustomFields` to `CustomFieldsDraft` | ||
- :warning: changed property `custom` of type `MyCompanyDraft` from type `CustomFields` to `CustomFieldsDraft` | ||
- :warning: changed property `custom` of type `MyDivisionDraft` from type `CustomFields` to `CustomFieldsDraft` | ||
</details> | ||
|
||
|
||
<details> | ||
<summary>Added Property(s)</summary> | ||
|
||
- added property `attributedTo` to type `CreatedBy` | ||
- added property `attributedTo` to type `LastModifiedBy` | ||
- added property `postFilter` to type `ProductSearchRequest` | ||
</details> | ||
|
||
|
||
<details> | ||
<summary>Required Property(s)</summary> | ||
|
||
- :warning: changed property `stores` of type `BusinessUnit` to be required | ||
- :warning: changed property `stores` of type `Company` to be required | ||
- :warning: changed property `stores` of type `Division` to be required | ||
- :warning: changed property `stores` of type `BusinessUnitSetStoresAction` to be required | ||
- :warning: changed property `stores` of type `CartDiscountSetStoresAction` to be required | ||
- :warning: changed property `stores` of type `Customer` to be required | ||
- :warning: changed property `stores` of type `CustomerSetStoresAction` to be required | ||
</details> | ||
|
||
|
||
<details> | ||
<summary>Added Type(s)</summary> | ||
|
||
- added type `Attribution` | ||
- added type `AttributionSource` | ||
</details> | ||
|
||
|
||
<details> | ||
<summary>Removed Method(s)</summary> | ||
|
||
- :warning: removed method `apiRoot.withProjectKey().products().search().head()` | ||
</details> | ||
|
||
**Import changes** | ||
|
||
<details> | ||
<summary>Added Resource(s)</summary> | ||
|
||
- added resource `/{projectKey}/discount-codes` | ||
- added resource `/{projectKey}/discount-codes/import-containers` | ||
- added resource `/{projectKey}/discount-codes/import-containers/{importContainerKey}` | ||
</details> | ||
|
||
|
||
<details> | ||
<summary>Added Method(s)</summary> | ||
<summary>MarkDeprecated Property(s)</summary> | ||
|
||
- added method `apiRoot.withProjectKeyValue().discountCodes().importContainers().withImportContainerKeyValue().post()` | ||
- marked property `PriceImport::publish` as deprecated | ||
- marked property `ProductVariantImport::publish` as deprecated | ||
</details> | ||
|
||
|
||
<details> | ||
<summary>Added Type(s)</summary> | ||
|
||
- added type `DiscountCodeImportRequest` | ||
- added type `DiscountCodeImport` | ||
</details> | ||
|
||
|
||
<details> | ||
<summary>Added Enum(s)</summary> | ||
<summary>Added Property(s)</summary> | ||
|
||
- added enum `discount-code` to type `ImportResourceType` | ||
- added property `staged` to type `PriceImport` | ||
- added property `staged` to type `ProductVariantImport` | ||
</details> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.