Skip to content

Commit 3bfa468

Browse files
ECWID-145869 New customer import: improve the default phone update logic - customer.primaryPhone in apiv3
- added UpdatedCustomer.primaryPhone field
1 parent 804bef0 commit 3bfa468

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/main/kotlin/com/ecwid/apiclient/v3/dto/customer/request/UpdatedCustomer.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ data class UpdatedCustomer(
2121
val lang: String? = null,
2222
val privateAdminNotes: String? = null,
2323
val extrafields: List<CustomerExtrafield>? = null,
24+
val primaryPhone: String? = null,
2425

2526
@JsonFieldName("b2b_b2c")
2627
val commercialRelationshipScheme: CommercialRelationshipScheme? = null,

0 commit comments

Comments
 (0)