Skip to content

Commit 0a0474a

Browse files
committed
Updated API from documentation release
1 parent 70e1a29 commit 0a0474a

3 files changed

Lines changed: 0 additions & 3 deletions

File tree

api-specs/api/types/product/ProductDraft.raml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ properties:
2525
2626
This field is optional for backwards compatibility reasons, but we strongly recommend setting it. Keys are mandatory for importing Products with the [Import API](/../api/import-export/overview) and the [Merchant Center](/../merchant-center/import-data).
2727
28-
To update a Product using the Import API or Merchant Center, the Product `key` must match the pattern `^[A-Za-z0-9_-]{2,256}$`.
2928
description?:
3029
type: LocalizedString
3130
description: |

api-specs/import/types/product-draft-import.raml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ types:
1919
key:
2020
type: string
2121
description: User-defined unique identifier. If a [Product](ctp:api:type:Product) with this `key` exists, it is updated with the imported data.
22-
pattern: ^[A-Za-z0-9_-]+$
2322
minLength: 2
2423
maxLength: 256
2524
productType:

api-specs/import/types/product-import.raml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ types:
6767
key:
6868
type: string
6969
description: User-defined unique identifier. If a [Product](ctp:api:type:Product) with this `key` exists, it is updated with the imported data.
70-
pattern: ^[A-Za-z0-9_-]+$
7170
minLength: 2
7271
maxLength: 256
7372
name:

0 commit comments

Comments
 (0)