You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/platform-sdk/src/generated/client/standalone-prices/by-project-key-standalone-prices-by-id-request-builder.ts
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -66,6 +66,10 @@ export class ByProjectKeyStandalonePricesByIDRequestBuilder {
66
66
this.args.executeRequest
67
67
)
68
68
}
69
+
/**
70
+
* If a modification is already in progress for the exact combination of SKU and price scope fields, an [ExactLockConflict](ctp:api:type:ExactLockConflictError) or [ValidityLockConflict](ctp:api:type:ValidityLockConflictError) error is returned.
Copy file name to clipboardExpand all lines: packages/platform-sdk/src/generated/client/standalone-prices/by-project-key-standalone-prices-key-by-key-request-builder.ts
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -66,6 +66,10 @@ export class ByProjectKeyStandalonePricesKeyByKeyRequestBuilder {
66
66
this.args.executeRequest
67
67
)
68
68
}
69
+
/**
70
+
* If a modification is already in progress for the exact combination of SKU and price scope fields, an [ExactLockConflict](ctp:api:type:ExactLockConflictError) or [ValidityLockConflict](ctp:api:type:ValidityLockConflictError) error is returned.
Copy file name to clipboardExpand all lines: packages/platform-sdk/src/generated/client/standalone-prices/by-project-key-standalone-prices-request-builder.ts
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -108,6 +108,7 @@ export class ByProjectKeyStandalonePricesRequestBuilder {
108
108
*
109
109
* - If the Standalone Price has the same price scope as an existing Standalone Price, a [DuplicateStandalonePriceScope](ctp:api:type:DuplicateStandalonePriceScopeError) error is returned.
110
110
* - If the Standalone Price has overlapping validity periods within the same price scope, a [OverlappingStandalonePriceValidity](ctp:api:type:OverlappingStandalonePriceValidityError) error is returned. A Price without validity period does not conflict with a Price defined for a time period.
111
+
* - If a modification is already in progress for the exact combination of SKU and price scope fields, an [ExactLockConflict](ctp:api:type:ExactLockConflictError) or [ValidityLockConflict](ctp:api:type:ValidityLockConflictError) error is returned.
* Returned when a modification is already in progress for the combination of SKU and price scope fields (but potentially different validity period) for a Standalone Price.
* `"Modification already in progress for the combination of SKU, price scope fields (but potentially different validity period). Please retry after the current operation completes."`
2228
+
*
2229
+
*
2230
+
*/
2231
+
readonlymessage: string
2232
+
/**
2233
+
* SKU for which the modification conflict occurred.
2234
+
*
2235
+
*
2236
+
*/
2237
+
readonlysku: string
2238
+
/**
2239
+
* Currency code of the Standalone Price.
2240
+
*
2241
+
*
2242
+
*/
2243
+
readonlycurrency: string
2244
+
/**
2245
+
* Country code of the geographic location.
2246
+
*
2247
+
*
2248
+
*/
2249
+
readonlycountry?: string
2250
+
/**
2251
+
* [CustomerGroup](ctp:api:type:CustomerGroup) for which the Standalone Price is valid.
* Returned when a modification is already in progress for the combination of SKU and price scope fields (but potentially different validity period) for a Standalone Price.
0 commit comments