Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public function getCustomerNumber();
public function getEmail();

/**
* <p>Maps to <code>Customer.password</code>. Required when <code>authenticationMode</code> is set to <code>Password</code>.</p>
* <p>Maps to <code>Customer.password</code>. Required when <code>authenticationMode</code> is set to <code>Password</code>. This field is only used when creating new Customers, and is ignored when updating Customers. However, due to the Import API's <a href="/../import-export/overview#how-are-resources-created-or-updated">upsert behavior</a>, a non-empty value must still be provided when updating Customers.</p>
*

* @return null|string
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ public function getEmail()
}

/**
* <p>Maps to <code>Customer.password</code>. Required when <code>authenticationMode</code> is set to <code>Password</code>.</p>
* <p>Maps to <code>Customer.password</code>. Required when <code>authenticationMode</code> is set to <code>Password</code>. This field is only used when creating new Customers, and is ignored when updating Customers. However, due to the Import API's <a href="/../import-export/overview#how-are-resources-created-or-updated">upsert behavior</a>, a non-empty value must still be provided when updating Customers.</p>
*

* @return null|string
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ public function getEmail()
}

/**
* <p>Maps to <code>Customer.password</code>. Required when <code>authenticationMode</code> is set to <code>Password</code>.</p>
* <p>Maps to <code>Customer.password</code>. Required when <code>authenticationMode</code> is set to <code>Password</code>. This field is only used when creating new Customers, and is ignored when updating Customers. However, due to the Import API's <a href="/../import-export/overview#how-are-resources-created-or-updated">upsert behavior</a>, a non-empty value must still be provided when updating Customers.</p>
*
*
* @return null|string
Expand Down
1 change: 1 addition & 0 deletions references.txt
Original file line number Diff line number Diff line change
Expand Up @@ -481,3 +481,4 @@ a80637ece283fffff6a7d554d5645743a15f8c5d
ae6bd28bc66a9ad876c323a54026e34e4f26c475
bc6c0e3b0dc6aa11abc8f6d098c3e206a2ae1031
ebe8dbf7a0e9728994b4b2430d0eb4a6bfbd90e6
ae7849e0f3326685f81d35bd47f2a23af9aa0249