Profiles
Learn how to create & import profiles into Plugged CLI.
Using AYCD
Using .json File
[
{
"name": "Example 1",
"size": "",
"profileGroup": "",
"billingAddress": {
"name": "Glennis Rugen",
"email": "[email protected]",
"phone": "8586089035",
"line1": "123 Cherry Street",
"line2": "",
"line3": "",
"postCode": "10002",
"city": "New York",
"country": "United States",
"state": "NY"
},
"shippingAddress": {
"name": "Glennis Rugen",
"email": "[email protected]",
"phone": "8586089035",
"line1": "123 Cherry Street",
"line2": "",
"line3": "",
"postCode": "10002",
"city": "New York",
"country": "United States",
"state": "NY"
},
"paymentDetails": {
"nameOnCard": "Glennis Rugen",
"cardType": "Visa",
"cardNumber": "4242424242424242",
"cardExpMonth": "03",
"cardExpYear": "2021",
"cardCvv": "123"
},
"sameBillingAndShippingAddress": true,
"onlyCheckoutOnce": false,
"matchNameOnCardAndAddress": true
},
{
"name": "Example 2",
"size": "",
"profileGroup": "",
"billingAddress": {
"name": "Tove Alita",
"email": "[email protected]",
"phone": "8582485499",
"line1": "123 Cherry Street",
"line2": "",
"line3": "",
"postCode": "10002",
"city": "New York",
"country": "United States",
"state": "NY"
},
"shippingAddress": {
"name": "Tove Alita",
"email": "[email protected]",
"phone": "8582485499",
"line1": "123 Cherry Street",
"line2": "",
"line3": "",
"postCode": "10002",
"city": "New York",
"country": "United States",
"state": "NY"
},
"paymentDetails": {
"nameOnCard": "Tove Alita",
"cardType": "Visa",
"cardNumber": "4242424242424242",
"cardExpMonth": "03",
"cardExpYear": "2021",
"cardCvv": "123"
},
"sameBillingAndShippingAddress": true,
"onlyCheckoutOnce": false,
"matchNameOnCardAndAddress": true
},
{
"name": "Example 3",
"size": "",
"profileGroup": "",
"billingAddress": {
"name": "Homer Simpson",
"email": "[email protected]",
"phone": "8587162718",
"line1": "123 Cherry Street",
"line2": "",
"line3": "",
"postCode": "10002",
"city": "New York",
"country": "United States",
"state": "NY"
},
"shippingAddress": {
"name": "Homer Simpson",
"email": "[email protected]",
"phone": "8587162718",
"line1": "123 Cherry Street",
"line2": "",
"line3": "",
"postCode": "10002",
"city": "New York",
"country": "United States",
"state": "NY"
},
"paymentDetails": {
"nameOnCard": "Homer Simpson",
"cardType": "Visa",
"cardNumber": "4242424242424242",
"cardExpMonth": "03",
"cardExpYear": "2021",
"cardCvv": "123"
},
"sameBillingAndShippingAddress": true,
"onlyCheckoutOnce": false,
"matchNameOnCardAndAddress": true
},
{
"name": "Example 4",
"size": "",
"profileGroup": "",
"billingAddress": {
"name": "Fanchette Archie",
"email": "[email protected]",
"phone": "8589602391",
"line1": "123 Cherry Street",
"line2": "",
"line3": "",
"postCode": "10002",
"city": "New York",
"country": "United States",
"state": "NY"
},
"shippingAddress": {
"name": "Fanchette Archie",
"email": "[email protected]",
"phone": "8589602391",
"line1": "123 Cherry Street",
"line2": "",
"line3": "",
"postCode": "10002",
"city": "New York",
"country": "United States",
"state": "NY"
},
"paymentDetails": {
"nameOnCard": "Fanchette Archie",
"cardType": "Visa",
"cardNumber": "4242424242424242",
"cardExpMonth": "03",
"cardExpYear": "2021",
"cardCvv": "123"
},
"sameBillingAndShippingAddress": true,
"onlyCheckoutOnce": false,
"matchNameOnCardAndAddress": true
}
]Last updated