Skip to content

Commit ae7849e

Browse files
committed
Updated API from documentation release
1 parent 5669988 commit ae7849e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ types:
147147
type: string
148148
password?:
149149
description: |
150-
Maps to `Customer.password`. Required when `authenticationMode` is set to `Password`.
150+
Maps to `Customer.password`. Required when `authenticationMode` is set to `Password`. This field is only used when creating new Customers, and is ignored when updating Customers. However, due to the Import API's [upsert behavior](/../import-export/overview#how-are-resources-created-or-updated), a non-empty value must still be provided when updating Customers.
151151
type: string
152152
stores?:
153153
description: |

0 commit comments

Comments
 (0)