Skip to content

Commit 47d240c

Browse files
committed
Updated API from documentation release
1 parent 37f4ede commit 47d240c

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

api-specs/api/types/cart-discount/CartDiscount.raml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ properties:
9595
references:
9696
type: Reference[]
9797
description: |
98-
References of all resources that are addressed in the predicate.
99-
The API generates this array from the predicate.
98+
References to all resources addressed in the `cartPredicate` by their IDs.
99+
This value is generated by the platform.
100100
stackingMode:
101101
type: StackingMode
102102
description: |

api-specs/api/types/discount-code/DiscountCode.raml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ properties:
6969
references:
7070
type: Reference[]
7171
description: |
72-
Array generated from the Cart predicate.
73-
It contains the references of all the resources that are addressed in the predicate.
72+
References to all resources addressed in the `cartPredicate` by their IDs.
73+
This value is generated by the platform.
7474
maxApplications?:
7575
type: number
7676
format: int64

api-specs/api/types/product-discount/ProductDiscount.raml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@ properties:
6868
references:
6969
type: Reference[]
7070
description: |
71-
References of all the resources that are addressed in the `predicate`.
71+
References to all resources addressed in the `predicate` by their IDs.
72+
This value is generated by the platform.
7273
validFrom?:
7374
type: datetime
7475
description: |

0 commit comments

Comments
 (0)