Authorization: Bearer ********************
{
"client_id": "string",
"dept_id": "string",
"items": [
{
"eta": "2019-08-24",
"item_disc_rate": 0,
"item_type": "MERCH",
"item_value": 0,
"location_id": "string",
"memo": "string",
"qty": 0,
"sku_id": "string",
"sku_picking": true,
"store_id": "string"
}
],
"memo": "string",
"order_id": "string",
"sku_picking": true,
"type": "string",
"user_id": "string",
"warehouse_id": "string"
}
curl --location --request POST '/cmc/scmPickingOrder/addAndSubmit?clientId=&userId=' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"client_id": "string",
"dept_id": "string",
"items": [
{
"eta": "2019-08-24",
"item_disc_rate": 0,
"item_type": "MERCH",
"item_value": 0,
"location_id": "string",
"memo": "string",
"qty": 0,
"sku_id": "string",
"sku_picking": true,
"store_id": "string"
}
],
"memo": "string",
"order_id": "string",
"sku_picking": true,
"type": "string",
"user_id": "string",
"warehouse_id": "string"
}'
{
"code": "string",
"data": {
"client_id": "string",
"confirm_batch_ids": [
"string"
],
"create_time": "2019-08-24T14:15:22Z",
"creator": "string",
"creator_name": "string",
"dept_code": "string",
"dept_id": "string",
"dept_name": "string",
"edit_time": "2019-08-24T14:15:22Z",
"editer": "string",
"editer_name": "string",
"id": "string",
"items": [
{
"amt": 0,
"cancel": true,
"cancel_time": "2019-08-24T14:15:22Z",
"cancel_user_id": "string",
"cancel_user_name": "string",
"card_auto_number": true,
"card_name": "string",
"card_show_name": "string",
"confirm_batch_ids": [
"string"
],
"coupon_auto_number": true,
"coupon_name": "string",
"coupon_show_name": "string",
"coupon_type": "BLANK",
"delivery_qty": 0,
"delivery_time": "2019-08-24T14:15:22Z",
"delivery_user_id": "string",
"delivery_user_name": "string",
"eta": "2019-08-24",
"id": "string",
"inv_qty": 0,
"item_disc_rate": 0,
"item_type": "MERCH",
"item_value": 0,
"location_code": "string",
"location_id": "string",
"location_name": "string",
"memo": "string",
"merchandise_barcode": "string",
"merchandise_category_id": "string",
"merchandise_category_name": "string",
"merchandise_code": "string",
"merchandise_desc": "string",
"merchandise_id": "string",
"merchandise_name": "string",
"merchandise_thumbnail": "string",
"merchandise_thumbnail_url": "string",
"no_tax_amt": 0,
"no_tax_price": 0,
"order_qty": 0,
"pre_delivery_qty": 0,
"price": 0,
"qty": 0,
"sku_id": "string",
"sku_img": "string",
"sku_img_url": "string",
"sku_name": "string",
"specs": [
{
"name": "string",
"seq": 0,
"spec_id": "string",
"spec_value_id": "string",
"value": "string",
"value_img": "string",
"value_img_url": "string"
}
],
"store_code": "string",
"store_id": "string",
"store_name": "string",
"tax_amt": 0,
"tax_rate": 0,
"unit": "string"
}
],
"memo": "string",
"order_consignee": "string",
"order_consignee_address": "string",
"order_consignee_mobile": "string",
"order_customer_name": "string",
"order_delivery_type": "string",
"order_dept_code": "string",
"order_dept_id": "string",
"order_dept_name": "string",
"order_eta_date": "2019-08-24",
"order_id": "string",
"order_state": "OPEN",
"order_takeout_store_code": "string",
"order_takeout_store_id": "string",
"order_takeout_store_name": "string",
"sku_picking": true,
"state": "OPEN",
"submit_time": "2019-08-24T14:15:22Z",
"submit_user_id": "string",
"submit_user_name": "string",
"type": "string",
"warehouse_code": "string",
"warehouse_id": "string",
"warehouse_name": "string"
},
"message": "string"
}