@spree/storefront-api-v2-sdk
Version:
Node module to easily integrate your JavaScript or TypeScript application with Spree API V2. You can create an entirely custom Storefront in JS/TS with this package including one page checkout, Single Page Apps, PWAs and so on
25 lines (24 loc) • 585 B
JSON
{
"bill_address_attributes": {
"address1": "7735 Old Georgetown Road",
"city": "Bethesda",
"country_iso": "US",
"firstname": "John",
"lastname": "Snow",
"phone": "3014445002",
"state_name": "MD",
"zipcode": "20814"
},
"email": "john@snow.org",
"ship_address_attributes": {
"address1": "7735 Old Georgetown Road",
"city": "Bethesda",
"country_iso": "US",
"firstname": "John",
"lastname": "Snow",
"phone": "3014445002",
"state_name": "MD",
"zipcode": "20814"
},
"special_instructions": "Please leave at door"
}