Created
June 4, 2017 14:17
-
-
Save faiyaz26/f26205a1599657fe55941754f6fb0fab to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
id:7, | |
date_created:"2017-06-04T14:12:45", | |
date_created_gmt:"2017-06-04T14:12:45", | |
date_modified:"2017-06-04T14:14:19", | |
date_modified_gmt:"2017-06-04T14:14:19", | |
email:"[email protected]", | |
first_name:"Test", | |
last_name:"test23", | |
role:"customer", | |
username:"test123", | |
billing:{ | |
first_name:"Test", | |
last_name:"test23", | |
company:"sdfsdf", | |
address_1:"sdfsdf", | |
address_2:"", | |
city:"dsfsdf", | |
state:"DHA", | |
postcode:"1231", | |
country:"BD", | |
email:"[email protected]", | |
phone:"12123123" | |
}, | |
shipping:{ | |
first_name:"", | |
last_name:"", | |
company:"", | |
address_1:"", | |
address_2:"", | |
city:"", | |
state:"", | |
postcode:"", | |
country:"" | |
}, | |
is_paying_customer:false, | |
orders_count:1, | |
total_spent:"65.00", | |
avatar_url:"http://1.gravatar.com/avatar/14f93380e5b0602cebc91ddda86fcbd0?s=96", | |
meta_data:[ | |
{ | |
id:128, | |
key:"shipping_method", | |
value:"" | |
} | |
], | |
_links:{ | |
self:[ | |
{ | |
href:"http://local.woocommerce.dev/wp-json/wc/v2/customers/7" | |
} | |
], | |
collection:[ | |
{ | |
href:"http://local.woocommerce.dev/wp-json/wc/v2/customers" | |
} | |
] | |
} | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment