Skip to content

Commit 0db86e5

Browse files
committed
Updated API from documentation release
1 parent 8c47a64 commit 0db86e5

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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/overview) 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](/../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/overview).
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](/../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
@@ -9,7 +9,7 @@ properties:
99
description: |-
1010
User-defined unique identifier for the DiscountCode.
1111
12-
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).
12+
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](/../api/import-export/overview) and the [Merchant Center](/../merchant-center/import-data).
1313
pattern: ^[A-Za-z0-9_-]+$
1414
minLength: 2
1515
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/overview) 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](/../api/import-export/overview) and the [Merchant Center](/../merchant-center/import-data).
1616
pattern: ^[A-Za-z0-9_-]+$
1717
minLength: 2
1818
maxLength: 256

0 commit comments

Comments
 (0)