Open SeolJaeHyeok opened 2 years ago
Order Schema입니다.
{ "order_id": string, "product_id": string, "product_name": string, "product_price": number, "product_image": string[], "discount_rate": number, "product_amount": number, "prdocut_description": string, "product_options": object[], "delivery_fee": number, "payment_way": string, "user_info": { "name": string, "phone_number": string, "email": string }, "delivery_info": { "post_number": number, "address": string, "detail_address": string, } }
추가 또는 삭제 사항이 있다면 해당 이슈에 남겨주세요!
Order Schema입니다.
추가 또는 삭제 사항이 있다면 해당 이슈에 남겨주세요!