Skip to content

Commit 01ae667

Browse files
Release v3.0.0 - @W-15675100@ (#403)
* API Update for v2.16.0 * update tests * update changelog and fix removal of deprecated helper * update docs * minor version bump * update docs * bump major version
1 parent 12f9bd2 commit 01ae667

File tree

1,909 files changed

+48398
-10685
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,909 files changed

+48398
-10685
lines changed

CHANGELOG.md

Lines changed: 33 additions & 2 deletions

apis/cdn/cdn-api-process-apis/.metadata.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"id": "893f605e-10e2-423a-bdb4-f952f56eb6d8/cdn-api-process-apis/1.0.29",
2+
"id": "893f605e-10e2-423a-bdb4-f952f56eb6d8/cdn-api-process-apis/1.0.30",
33
"name": "CDN Zones",
44
"description": "Extend your eCDN beyond Business Manager configuration.",
55
"groupId": "893f605e-10e2-423a-bdb4-f952f56eb6d8",
66
"assetId": "cdn-api-process-apis",
7-
"version": "1.0.29",
7+
"version": "1.0.30",
88
"categories": {
99
"API layer": [
1010
"Process"

apis/cdn/cdn-api-process-apis/cdnapi-process-api.raml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ traits:
332332
get:
333333
is: [hasUnauthorizedResponse, hasForbiddenAccessResponse, hasInternalServerErrorResponse, hasResourceNotFoundResponse]
334334
displayName: getFirewallRules
335-
description: Retrieves existing firewall rules. This endpoint will be deprecated at a later date and additional documentation will be provided. Use eCDN custom rules moving forward. Any existing firewall rules are accessible and can be updated using the custom rule endpoints.
335+
description: (DEPRECATED) Retrieves existing firewall rules. This endpoint is deprecated. Requests return a 400 Bad Request response. Use [eCDN custom rules](https://developer.salesforce.com/docs/commerce/commerce-api/guide/cdn-zones-custom-rules.html) moving forward. Any existing firewall rules are accessible and can be updated using the custom rule endpoints.
336336
responses:
337337
'200':
338338
description: Successfully returned back the list of firewall rules requested by the caller.
@@ -347,7 +347,7 @@ traits:
347347
post:
348348
is: [hasBadRequestResponse]
349349
displayName: createFirewallRule
350-
description: (DEPRECATED) Creates a firewall rule. This endpoint is deprecated as of February 6, 2024. Requests return a 400 Bad Request response. Use eCDN custom rules moving forward. Any existing firewall rules are accessible and can be updated using the custom rule endpoints.
350+
description: (DEPRECATED) Creates a firewall rule. This endpoint is deprecated. Requests return a 400 Bad Request response. Use [eCDN custom rules](https://developer.salesforce.com/docs/commerce/commerce-api/guide/cdn-zones-custom-rules.html) moving forward. Any existing firewall rules are accessible and can be updated using the custom rule endpoints.
351351
body:
352352
application/json:
353353
type: FirewallRule
@@ -367,7 +367,7 @@ traits:
367367
get:
368368
is: [hasUnauthorizedResponse, hasForbiddenAccessResponse, hasInternalServerErrorResponse, hasResourceNotFoundResponse]
369369
displayName: getFirewallRule
370-
description: Retrieve a specific firewall rule. This endpoint will be deprecated at a later date and additional documentation will be provided. Use eCDN custom rules moving forward. Any existing firewall rules are accessible and can be updated using the custom rule endpoints.
370+
description: (DEPRECATED) Retrieve a specific firewall rule. This endpoint is deprecated. Requests return a 400 Bad Request response. Use [eCDN custom rules](https://developer.salesforce.com/docs/commerce/commerce-api/guide/cdn-zones-custom-rules.html) moving forward. Any existing firewall rules are accessible and can be updated using the custom rule endpoints.
371371
responses:
372372
'200':
373373
description: Successfully returned back the firewall rule requested by the caller.
@@ -381,7 +381,7 @@ traits:
381381
put:
382382
is: [hasBadRequestResponse]
383383
displayName: updateFirewallRule
384-
description: (DEPRECATED) Update a specific firewall rule. This endpoint is deprecated as of February 6, 2024. Requests return a 400 Bad Request response. Use eCDN custom rules moving forward. Any existing firewall rules are accessible and can be updated using the custom rule endpoints.
384+
description: (DEPRECATED) Update a specific firewall rule. This endpoint is deprecated. Requests return a 400 Bad Request response. Use [eCDN custom rules](https://developer.salesforce.com/docs/commerce/commerce-api/guide/cdn-zones-custom-rules.html) moving forward. Any existing firewall rules are accessible and can be updated using the custom rule endpoints.
385385
body:
386386
application/json:
387387
type: FirewallRule
@@ -399,7 +399,7 @@ traits:
399399
delete:
400400
is: [hasUnauthorizedResponse, hasForbiddenAccessResponse, hasInternalServerErrorResponse, hasResourceNotFoundResponse]
401401
displayName: deleteFirewallRule
402-
description: Delete a specific firewall rule. This endpoint will be deprecated at a later date and additional documentation will be provided. Use eCDN custom rules moving forward. Any existing firewall rules are accessible and can be updated using the custom rule endpoints.
402+
description: (DEPRECATED) Delete a specific firewall rule. This endpoint is deprecated. Requests return a 400 Bad Request response. Use [eCDN custom rules](https://developer.salesforce.com/docs/commerce/commerce-api/guide/cdn-zones-custom-rules.html) moving forward. Any existing firewall rules are accessible and can be updated using the custom rule endpoints.
403403
responses:
404404
'204':
405405
description: Successfully deleted the firewall rule specified by the caller.

apis/cdn/cdn-api-process-apis/exchange.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"groupId": "893f605e-10e2-423a-bdb4-f952f56eb6d8",
1919
"organizationId": "893f605e-10e2-423a-bdb4-f952f56eb6d8",
2020
"assetId": "cdn-api-process-apis",
21-
"version": "1.0.29",
21+
"version": "1.0.30",
2222
"apiVersion": "v1",
2323
"originalFormatVersion": "1.0"
2424
}

apis/checkout/orders/.metadata.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"id": "893f605e-10e2-423a-bdb4-f952f56eb6d8/orders/1.3.9",
2+
"id": "893f605e-10e2-423a-bdb4-f952f56eb6d8/orders/1.4.2",
33
"name": "Orders",
44
"description": "Manage order and order payment status.",
55
"groupId": "893f605e-10e2-423a-bdb4-f952f56eb6d8",
66
"assetId": "orders",
7-
"version": "1.3.9",
7+
"version": "1.4.2",
88
"categories": {
99
"API layer": [
1010
"Process"

apis/checkout/orders/create-order-description.md

Lines changed: 2 additions & 0 deletions

apis/checkout/orders/data-types.raml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
usage: This library provides all order relevant data types
44

55
uses:
6-
CommerceCloudStandards: exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.26/commerce-cloud-standards.raml
6+
CommerceCloudStandards: exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/commerce-cloud-standards.raml
77

88
types:
99
OrderUpdateRequest:
@@ -132,7 +132,14 @@ types:
132132
status:
133133
description: |-
134134
The new status.
135-
type: OrderStatus
135+
type: string
136+
enum:
137+
- created
138+
- new
139+
- completed
140+
- cancelled
141+
- failed
142+
- failed_with_reopen
136143
example:
137144
new
138145
ShippingAddressUpdateRequest:
@@ -161,7 +168,7 @@ types:
161168
properties:
162169
adjustedMerchandizeTotalTax?:
163170
description: |-
164-
The total tax on products in the order, including price adjustments, but not including service charges such as shipping.
171+
The total tax on products in the order, including price adjustments, but not including service charges such as shipping.
165172
type: number
166173
format: double
167174
example:

apis/checkout/orders/exchange.json

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,26 @@
1-
{"main":"orders.raml","name":"Orders","classifier":"raml","tags":[],"dependencies":[{"groupId":"893f605e-10e2-423a-bdb4-f952f56eb6d8","assetId":"api-standards","version":"1.1.15"},{"groupId":"893f605e-10e2-423a-bdb4-f952f56eb6d8","assetId":"commerce-cloud-standards","version":"1.0.26"}],"groupId":"893f605e-10e2-423a-bdb4-f952f56eb6d8","backwardsCompatible":false,"assetId":"orders","version":"1.3.9","apiVersion":"v1","originalFormatVersion":"1.0"}
1+
{
2+
"dependencies": [
3+
{
4+
"version": "1.1.15",
5+
"assetId": "api-standards",
6+
"groupId": "893f605e-10e2-423a-bdb4-f952f56eb6d8"
7+
},
8+
{
9+
"version": "1.0.27",
10+
"assetId": "commerce-cloud-standards",
11+
"groupId": "893f605e-10e2-423a-bdb4-f952f56eb6d8"
12+
}
13+
],
14+
"version": "1.4.2",
15+
"originalFormatVersion": "1.0",
16+
"apiVersion": "v1",
17+
"descriptorVersion": "0.1.0",
18+
"classifier": "raml",
19+
"main": "orders.raml",
20+
"backwardsCompatible": false,
21+
"assetId": "orders",
22+
"groupId": "893f605e-10e2-423a-bdb4-f952f56eb6d8",
23+
"organizationId": "893f605e-10e2-423a-bdb4-f952f56eb6d8",
24+
"name": "Orders",
25+
"tags": []
26+
}

apis/checkout/orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.26/Documentation/ErrorResponseMapping.raml renamed to apis/checkout/orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Documentation/ErrorResponseMapping.raml

File renamed without changes.

apis/checkout/orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.26/Documentation/baseUri.raml renamed to apis/checkout/orders/exchange_modules/893f605e-10e2-423a-bdb4-f952f56eb6d8/commerce-cloud-standards/1.0.27/Documentation/baseUri.raml

File renamed without changes.

0 commit comments

Comments
 (0)