Skip to content

Commit

Permalink
Update docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
jessicahearn committed Oct 23, 2024
1 parent 40b4a62 commit 7ef232c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,12 @@ chartmogul.Customer.merge(config, data={
'from': {'customer_uuid': 'cus_5915ee5a-babd-406b-b8ce-d207133fb4cb'},
'into': {'customer_uuid': 'cus_2123290f-09c8-4628-a205-db5596bd58f7'}
})
chartmogul.Customer.unmerge(config, data={
'customer_uuid': 'cus_cd9e5f29-6299-40e5-b343-0bd1ed228b4f',
'data_source_uuid': 'ds_788ec6ae-dd51-11ee-bd46-a3ec952dc041',
'external_id': 'cus_O075O8NH0LrtG8',
'move_to_new_customer': []
})
chartmogul.Customer.modify(config, uuid='cus_5915ee5a-babd-406b-b8ce-d207133fb4cb', data={
"city": "San Francisco",
"country": "US",
Expand Down

0 comments on commit 7ef232c

Please sign in to comment.