Skip to content

Commit

Permalink
Updated API from documentation release
Browse files Browse the repository at this point in the history
  • Loading branch information
ct-sdks[bot] committed Dec 13, 2024
1 parent 99e7aa1 commit 2690275
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion api-specs/api/types/category/CategoryDraft.raml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ properties:
description: |
User-defined unique identifier for the Category.
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).
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).
pattern: ^[A-Za-z0-9_-]+$
minLength: 2
maxLength: 256
2 changes: 1 addition & 1 deletion api-specs/api/types/customer/CustomerDraft.raml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ properties:
User-defined unique identifier for the Customer.
The `key` field is preferred over `customerNumber` as it is mutable and provides more flexibility.
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/).
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).
pattern: ^[A-Za-z0-9_-]+$
minLength: 2
maxLength: 256
Expand Down
2 changes: 1 addition & 1 deletion api-specs/api/types/discount-code/DiscountCodeDraft.raml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ properties:
description: |-
User-defined unique identifier for the DiscountCode.
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).
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).
pattern: ^[A-Za-z0-9_-]+$
minLength: 2
maxLength: 256
Expand Down
2 changes: 1 addition & 1 deletion api-specs/api/types/inventory/InventoryEntryDraft.raml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ properties:
description: |
User-defined unique identifier for the InventoryEntry.
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).
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).
pattern: ^[A-Za-z0-9_-]+$
minLength: 2
maxLength: 256
Expand Down
2 changes: 1 addition & 1 deletion api-specs/api/types/product/ProductDraft.raml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ properties:
description: |
User-defined unique identifier for the Product.
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).
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).
To update a Product using the Import API or Merchant Center, the Product `key` must match the pattern `^[A-Za-z0-9_-]{2,256}$`.
description?:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ properties:
description: |
Value to set. If empty, any existing value will be removed.
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}$`.
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 comments on commit 2690275

Please sign in to comment.