{
"addressId": 0,
"shippingType": {
"property1": {
"typeId": 0,
"shopId": 0,
"typeName": "string"
},
"property2": {
"typeId": 0,
"shopId": 0,
"typeName": "string"
}
},
"payTypeId": 0,
"usePoint": 0,
"useBalance": 0,
"useCouponIds": [
0
],
"buyerNote": "string",
"invoiceData": {
"invoiceType": 0,
"titleType": 0,
"title": "string",
"taxNo": "string",
"content": "string",
"taxPhone": "string",
"companyName": "string",
"email": "string",
"mobile": "string"
},
"flowType": 0,
"useDefaultCouponIds": 0,
"selectUserCouponIds": [
0
],
"productExtra": {
"property1": "string",
"property2": "string"
},
"regionIds": [
0
],
"selectFrom": 0
}
curl --location --request POST '/api/order/check/submit' \
--header 'X-Shop-Id: 0' \
--header 'Content-Type: application/json' \
--data-raw '{
"addressId": 0,
"shippingType": {
"property1": {
"typeId": 0,
"shopId": 0,
"typeName": "string"
},
"property2": {
"typeId": 0,
"shopId": 0,
"typeName": "string"
}
},
"payTypeId": 0,
"usePoint": 0,
"useBalance": 0,
"useCouponIds": [
0
],
"buyerNote": "string",
"invoiceData": {
"invoiceType": 0,
"titleType": 0,
"title": "string",
"taxNo": "string",
"content": "string",
"taxPhone": "string",
"companyName": "string",
"email": "string",
"mobile": "string"
},
"flowType": 0,
"useDefaultCouponIds": 0,
"selectUserCouponIds": [
0
],
"productExtra": {
"property1": "string",
"property2": "string"
},
"regionIds": [
0
],
"selectFrom": 0
}'
{
"orderId": 0,
"returnType": 0
}