{
"store_id": 0,
"customer_id": 0,
"items": [
{
"product_id": 0,
"quantity": 0,
"price": 0
}
],
"payment_method": "credit",
"shipping_address": {
"city": "string",
"address": "string",
"state": "string",
"zip_code": "string",
"country": "string"
}
}