Skip to content

Commit 2690275

Browse files
committed
Updated API from documentation release
1 parent 99e7aa1 commit 2690275

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

api-specs/api/types/category/CategoryDraft.raml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ properties:
5656
description: |
5757
User-defined unique identifier for the Category.
5858
59-
This field is optional for backwards compatibility reasons, but we strongly recommend setting it. Keys are mandatory for importing Categories with the [Import API](/../import-export/) and the [Merchant Center](/../merchant-center/import-data).
59+
This field is optional for backwards compatibility reasons, but we strongly recommend setting it. Keys are mandatory for importing Categories with the [Import API](/../import-export/overview) and the [Merchant Center](/../merchant-center/import-data).
6060
pattern: ^[A-Za-z0-9_-]+$
6161
minLength: 2
6262
maxLength: 256

api-specs/api/types/customer/CustomerDraft.raml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ properties:
99
User-defined unique identifier for the Customer.
1010
The `key` field is preferred over `customerNumber` as it is mutable and provides more flexibility.
1111
12-
This field is optional for backwards compatibility reasons, but we strongly recommend setting it. Keys are mandatory for importing Customers with the [Import API](/../import-export/).
12+
This field is optional for backwards compatibility reasons, but we strongly recommend setting it. Keys are mandatory for importing Customers with the [Import API](/../import-export/overview).
1313
pattern: ^[A-Za-z0-9_-]+$
1414
minLength: 2
1515
maxLength: 256

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ properties:
88
description: |-
99
User-defined unique identifier for the DiscountCode.
1010
11-
This field is optional for backwards compatibility reasons, but we strongly recommend setting it. Keys are mandatory for importing Discount Codes with the [Import API](/../import-export/) and the [Merchant Center](/../merchant-center/import-data).
11+
This field is optional for backwards compatibility reasons, but we strongly recommend setting it. Keys are mandatory for importing Discount Codes with the [Import API](/../import-export/overview) and the [Merchant Center](/../merchant-center/import-data).
1212
pattern: ^[A-Za-z0-9_-]+$
1313
minLength: 2
1414
maxLength: 256

api-specs/api/types/inventory/InventoryEntryDraft.raml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ properties:
1212
description: |
1313
User-defined unique identifier for the InventoryEntry.
1414
15-
This field is optional for backwards compatibility reasons, but we strongly recommend setting it. Keys are mandatory for importing InventoryEntries with the [Import API](/../import-export/) and the [Merchant Center](/../merchant-center/import-data).
15+
This field is optional for backwards compatibility reasons, but we strongly recommend setting it. Keys are mandatory for importing InventoryEntries with the [Import API](/../import-export/overview) and the [Merchant Center](/../merchant-center/import-data).
1616
pattern: ^[A-Za-z0-9_-]+$
1717
minLength: 2
1818
maxLength: 256

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ properties:
2323
description: |
2424
User-defined unique identifier for the Product.
2525
26-
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/) and the [Merchant Center](/../merchant-center/import-data).
26+
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
2828
To update a Product using the Import API or Merchant Center, the Product `key` must match the pattern `^[A-Za-z0-9_-]{2,256}$`.
2929
description?:

api-specs/api/types/product/updates/ProductSetKeyAction.raml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ properties:
1010
description: |
1111
Value to set. If empty, any existing value will be removed.
1212
13-
To update a Product using the [Import API](/../api/import-export/) and the [Merchant Center](/../merchant-center/import-data), the Product `key` must match the pattern `^[A-Za-z0-9_-]{2,256}$`.
13+
To update a Product using the [Import API](/../api/import-export/overview) and the [Merchant Center](/../merchant-center/import-data), the Product `key` must match the pattern `^[A-Za-z0-9_-]{2,256}$`.

0 commit comments

Comments
 (0)