PUT <https://api.poomgo.com/open-api/oms/temp-orders>

자세한 임시 주문서 설명은 여기 를 참고해주세요.

curl -X PUT "<https://api.poomgo.com/open-api/oms/temp-orders>"
-H "accept: application/json"
-H "Authorization: KEY"
-H "Content-Type: application/json"
-d "[{\\"channelAccountId\\":0,\\"orderCode\\":\\"string\\",\\"code\\":\\"string\\",\\"name\\":\\"string\\",\\"mobile\\":\\"string\\",\\"address\\":\\"string\\",\\"postcode\\":\\"string\\",\\"deliveryMessage\\":\\"string\\",\\"description\\":\\"string\\"}]"

curl 호출 예시

[{
  "channelAccountId": 6107,
  "orderCode": "20201208_000001",
  "name": "김지민",
  "mobile": "01033445566",
  "address": "서울특별시 마포구 양화로 147 4층",
  "postcode": "03995",
  "deliveryMessage": "문 사이에 놓아 주세요.",
  "description": "포장 시 조심해 주세요.",
  "dealName": "열린 통신 12월 선물 세트",
  "dealOptionName": null,
  "quantity": 2,
  "pdfUrl": "<https://some.thing.com/a.pdf>", // optional
  "paperBarcode": "ABC123" // optional
},{
  "channelAccountId": 6107,
  "orderCode": "20201208_000002",
  "name": "김지민",
  "mobile": "01033445566",
  "address": "서울특별시 마포구 양화로 147 4층",
  "postcode": "03995",
  "deliveryMessage": "문 사이에 놓아 주세요.",
  "description": "포장 시 조심해 주세요.",
  "dealName": "열린 통신 12월 선물 세트",
  "dealOptionName": null,
  "quantity": 5,
  "pdfUrl": "<https://some.thing.com/a.pdf>", // optional
  "paperBarcode": "ABC123" // optional
}]
[{
  "channelAccountId": 6107,
  "code":"20201208_000001_001"
  "orderCode": "20201208_000001",
  "name": "김지민",
  "mobile": "01033445566",
  "address": "서울특별시 마포구 양화로 147 4층",
  "postcode": "03995",
  "deliveryMessage": "문 사이에 놓아 주세요.",
  "description": "포장 시 조심해 주세요.",
  "mappingData": [
    {
      "resourceId": 3194,
      "quantity": 1
    },
    {
      "resourceId": 5129,
      "quantity": 2
    }
  ],
  "pdfUrl": "<https://some.thing.com/a.pdf>" // optional
},{
  "channelAccountId": 6107,
  "code":"20201208_000001_002"
  "orderCode": "20201208_000001",
  "name": "김지민",
  "mobile": "01033445566",
  "address": "서울특별시 마포구 양화로 147 4층",
  "postcode": "03995",
  "deliveryMessage": "문 사이에 놓아 주세요.",
  "description": "포장 시 조심해 주세요.",
  "mappingData": [
    {
      "resourceId": 3194,
      "quantity": 3
    },
    {
      "resourceId": 5129,
      "quantity": 4
    }
  ],
  "pdfUrl": "<https://some.thing.com/a.pdf>" // optional
}]

<aside> 💡 "channelAccountId": 판매처 계정 고유 번호, "orderCode": "판매처 주문 번호", ”code”: “보조 주문번호”, // optional "name": "받는분", "mobile": "받는분 연락처", "address": "받는분 주소", "postcode": "받는분 우편번호", "deliveryMessage": "배송메시지", "description": "출고 시 처리메모", "dealName": "판매처 주문명", "dealOptionName": "판매처 주문명 보조", "quantity": "주문 수량", "pdfUrl": "받는분 개인화된 출력물이 있는 경우 공개 URL", // optional ”paperBarcode”: “개인화된 출력물에 포함되는 바코드”, // optional ”price”: “주문금액”, //optional ”settlementPrice”: “결제금액", //optional ”settlementGroupPrice: “총결제금액 (제공분)”, //optional

</aside>

<aside> 💡 "channelAccountId": 판매처 계정 고유 번호, "orderCode": "판매처 주문 번호", ”code”: “보조 주문번호”, // optional "name": "받는분", "mobile": "받는분 연락처", "address": "받는분 주소", "postcode": "받는분 우편번호", "deliveryMessage": "배송메시지", "description": "출고 시 처리메모", "dealName": "판매처 주문명", "dealOptionName": "판매처 주문명 보조", "quantity": "주문 수량", "pdfUrl": "받는분 개인화된 출력물이 있는 경우 공개 URL", // optional ”paperBarcode”: “개인화된 출력물에 포함되는 바코드”, // optional ”price”: “주문금액”, //optional ”settlementPrice”: “결제금액", //optional ”settlementGroupPrice: “총결제금액 (제공분)”, //optional

</aside>

{
  "id": [688762, 688763]
}

<aside> 💡 id: 등록된 임시 주문서 고유 번호

</aside>

등록 완료 후 접수 처리되지 않은 임시 주문서는 품고나우 주문 접수 화면에서 조회할 수 있습니다.


◀️API 목록 페이지로