@cmarket/partner-sdk 3.0.1 → 4.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (266) hide show
  1. package/README.md +185 -84
  2. package/api/oauth-api.ts +6 -2
  3. package/api/partner-v1-api.ts +4 -2
  4. package/api/partner-v2-api.ts +2 -2
  5. package/api.ts +2 -2
  6. package/base.ts +3 -3
  7. package/common.ts +2 -2
  8. package/configuration.ts +2 -2
  9. package/dist/api/oauth-api.d.ts +2 -2
  10. package/dist/api/oauth-api.js +2 -2
  11. package/dist/api/partner-v1-api.d.ts +2 -2
  12. package/dist/api/partner-v1-api.js +2 -2
  13. package/dist/api/partner-v2-api.d.ts +2 -2
  14. package/dist/api/partner-v2-api.js +2 -2
  15. package/dist/api.d.ts +2 -2
  16. package/dist/api.js +2 -2
  17. package/dist/base.d.ts +2 -2
  18. package/dist/base.js +3 -3
  19. package/dist/common.d.ts +2 -2
  20. package/dist/common.js +2 -2
  21. package/dist/configuration.d.ts +2 -2
  22. package/dist/configuration.js +2 -2
  23. package/dist/esm/api/oauth-api.d.ts +2 -2
  24. package/dist/esm/api/oauth-api.js +2 -2
  25. package/dist/esm/api/partner-v1-api.d.ts +2 -2
  26. package/dist/esm/api/partner-v1-api.js +2 -2
  27. package/dist/esm/api/partner-v2-api.d.ts +2 -2
  28. package/dist/esm/api/partner-v2-api.js +2 -2
  29. package/dist/esm/api.d.ts +2 -2
  30. package/dist/esm/api.js +2 -2
  31. package/dist/esm/base.d.ts +2 -2
  32. package/dist/esm/base.js +3 -3
  33. package/dist/esm/common.d.ts +2 -2
  34. package/dist/esm/common.js +2 -2
  35. package/dist/esm/configuration.d.ts +2 -2
  36. package/dist/esm/configuration.js +2 -2
  37. package/dist/esm/index.d.ts +2 -2
  38. package/dist/esm/index.js +2 -2
  39. package/dist/esm/models/acceptance-result-response-dto.d.ts +2 -2
  40. package/dist/esm/models/acceptance-result-response-dto.js +2 -2
  41. package/dist/esm/models/award-registered-response-dto.d.ts +2 -2
  42. package/dist/esm/models/award-registered-response-dto.js +2 -2
  43. package/dist/esm/models/bid-bond-dto.d.ts +2 -2
  44. package/dist/esm/models/bid-bond-dto.js +2 -2
  45. package/dist/esm/models/bid-contract-documents-batch-request-dto.d.ts +2 -2
  46. package/dist/esm/models/bid-contract-documents-batch-request-dto.js +2 -2
  47. package/dist/esm/models/bid-contract-documents-response-dto.d.ts +2 -2
  48. package/dist/esm/models/bid-contract-documents-response-dto.js +2 -2
  49. package/dist/esm/models/bid-created-response-dto.d.ts +2 -2
  50. package/dist/esm/models/bid-created-response-dto.js +2 -2
  51. package/dist/esm/models/bid-document-dto.d.ts +2 -2
  52. package/dist/esm/models/bid-document-dto.js +2 -2
  53. package/dist/esm/models/bid-failed-response-dto.d.ts +2 -2
  54. package/dist/esm/models/bid-failed-response-dto.js +2 -2
  55. package/dist/esm/models/bid-failure-reason.d.ts +2 -2
  56. package/dist/esm/models/bid-failure-reason.js +2 -2
  57. package/dist/esm/models/bid-item-dto.d.ts +2 -2
  58. package/dist/esm/models/bid-item-dto.js +2 -2
  59. package/dist/esm/models/bid-manager-dto.d.ts +2 -2
  60. package/dist/esm/models/bid-manager-dto.js +2 -2
  61. package/dist/esm/models/bid-result-participant-attachment-dto.d.ts +2 -2
  62. package/dist/esm/models/bid-result-participant-attachment-dto.js +2 -2
  63. package/dist/esm/models/bid-result-participant-dto.d.ts +2 -2
  64. package/dist/esm/models/bid-result-participant-dto.js +2 -2
  65. package/dist/esm/models/bid-result-product-dto.d.ts +2 -2
  66. package/dist/esm/models/bid-result-product-dto.js +2 -2
  67. package/dist/esm/models/bid-result-winner-dto.d.ts +2 -2
  68. package/dist/esm/models/bid-result-winner-dto.js +2 -2
  69. package/dist/esm/models/bid-results-batch-request-dto.d.ts +2 -2
  70. package/dist/esm/models/bid-results-batch-request-dto.js +2 -2
  71. package/dist/esm/models/bid-results-response-dto.d.ts +2 -2
  72. package/dist/esm/models/bid-results-response-dto.js +2 -2
  73. package/dist/esm/models/bid-settlement-line-item-dto.d.ts +2 -2
  74. package/dist/esm/models/bid-settlement-line-item-dto.js +2 -2
  75. package/dist/esm/models/bid-settlement-participant-dto.d.ts +2 -2
  76. package/dist/esm/models/bid-settlement-participant-dto.js +2 -2
  77. package/dist/esm/models/bid-settlement-response-dto.d.ts +2 -2
  78. package/dist/esm/models/bid-settlement-response-dto.js +2 -2
  79. package/dist/esm/models/bid-statement-response-dto.d.ts +2 -2
  80. package/dist/esm/models/bid-statement-response-dto.js +2 -2
  81. package/dist/esm/models/bid-status.d.ts +2 -2
  82. package/dist/esm/models/bid-status.js +2 -2
  83. package/dist/esm/models/complete-acceptance-request-dto.d.ts +2 -2
  84. package/dist/esm/models/complete-acceptance-request-dto.js +2 -2
  85. package/dist/esm/models/contract-document-item-dto.d.ts +2 -2
  86. package/dist/esm/models/contract-document-item-dto.js +2 -2
  87. package/dist/esm/models/create-bid-request-dto.d.ts +2 -2
  88. package/dist/esm/models/create-bid-request-dto.js +2 -2
  89. package/dist/esm/models/file-uploaded-response-dto.d.ts +2 -2
  90. package/dist/esm/models/file-uploaded-response-dto.js +2 -2
  91. package/dist/esm/models/health-response-dto.d.ts +2 -2
  92. package/dist/esm/models/health-response-dto.js +2 -2
  93. package/dist/esm/models/hierarchical-region-dto.d.ts +2 -2
  94. package/dist/esm/models/hierarchical-region-dto.js +2 -2
  95. package/dist/esm/models/index.d.ts +1 -0
  96. package/dist/esm/models/index.js +1 -0
  97. package/dist/esm/models/mark-bid-failed-request-dto.d.ts +2 -2
  98. package/dist/esm/models/mark-bid-failed-request-dto.js +2 -2
  99. package/dist/esm/models/negotiation-score-dto.d.ts +2 -2
  100. package/dist/esm/models/negotiation-score-dto.js +2 -2
  101. package/dist/esm/models/negotiation-scored-response-dto.d.ts +2 -2
  102. package/dist/esm/models/negotiation-scored-response-dto.js +2 -2
  103. package/dist/esm/models/oauth-error-response-dto.d.ts +28 -0
  104. package/dist/esm/models/oauth-error-response-dto.js +19 -0
  105. package/dist/esm/models/preconditions-dto.d.ts +2 -2
  106. package/dist/esm/models/preconditions-dto.js +2 -2
  107. package/dist/esm/models/problem-details-dto.d.ts +2 -2
  108. package/dist/esm/models/problem-details-dto.js +2 -2
  109. package/dist/esm/models/register-award-request-dto.d.ts +2 -2
  110. package/dist/esm/models/register-award-request-dto.js +2 -2
  111. package/dist/esm/models/request-split-invoice-request-dto.d.ts +2 -2
  112. package/dist/esm/models/request-split-invoice-request-dto.js +2 -2
  113. package/dist/esm/models/split-invoice-response-dto.d.ts +2 -2
  114. package/dist/esm/models/split-invoice-response-dto.js +2 -2
  115. package/dist/esm/models/statement-document-dto.d.ts +2 -2
  116. package/dist/esm/models/statement-document-dto.js +2 -2
  117. package/dist/esm/models/statement-product-dto.d.ts +2 -2
  118. package/dist/esm/models/statement-product-dto.js +2 -2
  119. package/dist/esm/models/submit-negotiation-scores-request-dto.d.ts +2 -2
  120. package/dist/esm/models/submit-negotiation-scores-request-dto.js +2 -2
  121. package/dist/esm/models/token-request-dto.d.ts +2 -2
  122. package/dist/esm/models/token-request-dto.js +2 -2
  123. package/dist/esm/models/token-response-dto.d.ts +2 -2
  124. package/dist/esm/models/token-response-dto.js +2 -2
  125. package/dist/esm/models/upload-file-request-dto.d.ts +2 -2
  126. package/dist/esm/models/upload-file-request-dto.js +2 -2
  127. package/dist/index.d.ts +2 -2
  128. package/dist/index.js +2 -2
  129. package/dist/models/acceptance-result-response-dto.d.ts +2 -2
  130. package/dist/models/acceptance-result-response-dto.js +2 -2
  131. package/dist/models/award-registered-response-dto.d.ts +2 -2
  132. package/dist/models/award-registered-response-dto.js +2 -2
  133. package/dist/models/bid-bond-dto.d.ts +2 -2
  134. package/dist/models/bid-bond-dto.js +2 -2
  135. package/dist/models/bid-contract-documents-batch-request-dto.d.ts +2 -2
  136. package/dist/models/bid-contract-documents-batch-request-dto.js +2 -2
  137. package/dist/models/bid-contract-documents-response-dto.d.ts +2 -2
  138. package/dist/models/bid-contract-documents-response-dto.js +2 -2
  139. package/dist/models/bid-created-response-dto.d.ts +2 -2
  140. package/dist/models/bid-created-response-dto.js +2 -2
  141. package/dist/models/bid-document-dto.d.ts +2 -2
  142. package/dist/models/bid-document-dto.js +2 -2
  143. package/dist/models/bid-failed-response-dto.d.ts +2 -2
  144. package/dist/models/bid-failed-response-dto.js +2 -2
  145. package/dist/models/bid-failure-reason.d.ts +2 -2
  146. package/dist/models/bid-failure-reason.js +2 -2
  147. package/dist/models/bid-item-dto.d.ts +2 -2
  148. package/dist/models/bid-item-dto.js +2 -2
  149. package/dist/models/bid-manager-dto.d.ts +2 -2
  150. package/dist/models/bid-manager-dto.js +2 -2
  151. package/dist/models/bid-result-participant-attachment-dto.d.ts +2 -2
  152. package/dist/models/bid-result-participant-attachment-dto.js +2 -2
  153. package/dist/models/bid-result-participant-dto.d.ts +2 -2
  154. package/dist/models/bid-result-participant-dto.js +2 -2
  155. package/dist/models/bid-result-product-dto.d.ts +2 -2
  156. package/dist/models/bid-result-product-dto.js +2 -2
  157. package/dist/models/bid-result-winner-dto.d.ts +2 -2
  158. package/dist/models/bid-result-winner-dto.js +2 -2
  159. package/dist/models/bid-results-batch-request-dto.d.ts +2 -2
  160. package/dist/models/bid-results-batch-request-dto.js +2 -2
  161. package/dist/models/bid-results-response-dto.d.ts +2 -2
  162. package/dist/models/bid-results-response-dto.js +2 -2
  163. package/dist/models/bid-settlement-line-item-dto.d.ts +2 -2
  164. package/dist/models/bid-settlement-line-item-dto.js +2 -2
  165. package/dist/models/bid-settlement-participant-dto.d.ts +2 -2
  166. package/dist/models/bid-settlement-participant-dto.js +2 -2
  167. package/dist/models/bid-settlement-response-dto.d.ts +2 -2
  168. package/dist/models/bid-settlement-response-dto.js +2 -2
  169. package/dist/models/bid-statement-response-dto.d.ts +2 -2
  170. package/dist/models/bid-statement-response-dto.js +2 -2
  171. package/dist/models/bid-status.d.ts +2 -2
  172. package/dist/models/bid-status.js +2 -2
  173. package/dist/models/complete-acceptance-request-dto.d.ts +2 -2
  174. package/dist/models/complete-acceptance-request-dto.js +2 -2
  175. package/dist/models/contract-document-item-dto.d.ts +2 -2
  176. package/dist/models/contract-document-item-dto.js +2 -2
  177. package/dist/models/create-bid-request-dto.d.ts +2 -2
  178. package/dist/models/create-bid-request-dto.js +2 -2
  179. package/dist/models/file-uploaded-response-dto.d.ts +2 -2
  180. package/dist/models/file-uploaded-response-dto.js +2 -2
  181. package/dist/models/health-response-dto.d.ts +2 -2
  182. package/dist/models/health-response-dto.js +2 -2
  183. package/dist/models/hierarchical-region-dto.d.ts +2 -2
  184. package/dist/models/hierarchical-region-dto.js +2 -2
  185. package/dist/models/index.d.ts +1 -0
  186. package/dist/models/index.js +1 -0
  187. package/dist/models/mark-bid-failed-request-dto.d.ts +2 -2
  188. package/dist/models/mark-bid-failed-request-dto.js +2 -2
  189. package/dist/models/negotiation-score-dto.d.ts +2 -2
  190. package/dist/models/negotiation-score-dto.js +2 -2
  191. package/dist/models/negotiation-scored-response-dto.d.ts +2 -2
  192. package/dist/models/negotiation-scored-response-dto.js +2 -2
  193. package/dist/models/oauth-error-response-dto.d.ts +28 -0
  194. package/dist/models/oauth-error-response-dto.js +22 -0
  195. package/dist/models/preconditions-dto.d.ts +2 -2
  196. package/dist/models/preconditions-dto.js +2 -2
  197. package/dist/models/problem-details-dto.d.ts +2 -2
  198. package/dist/models/problem-details-dto.js +2 -2
  199. package/dist/models/register-award-request-dto.d.ts +2 -2
  200. package/dist/models/register-award-request-dto.js +2 -2
  201. package/dist/models/request-split-invoice-request-dto.d.ts +2 -2
  202. package/dist/models/request-split-invoice-request-dto.js +2 -2
  203. package/dist/models/split-invoice-response-dto.d.ts +2 -2
  204. package/dist/models/split-invoice-response-dto.js +2 -2
  205. package/dist/models/statement-document-dto.d.ts +2 -2
  206. package/dist/models/statement-document-dto.js +2 -2
  207. package/dist/models/statement-product-dto.d.ts +2 -2
  208. package/dist/models/statement-product-dto.js +2 -2
  209. package/dist/models/submit-negotiation-scores-request-dto.d.ts +2 -2
  210. package/dist/models/submit-negotiation-scores-request-dto.js +2 -2
  211. package/dist/models/token-request-dto.d.ts +2 -2
  212. package/dist/models/token-request-dto.js +2 -2
  213. package/dist/models/token-response-dto.d.ts +2 -2
  214. package/dist/models/token-response-dto.js +2 -2
  215. package/dist/models/upload-file-request-dto.d.ts +2 -2
  216. package/dist/models/upload-file-request-dto.js +2 -2
  217. package/docs/OAuthErrorResponseDto.md +22 -0
  218. package/docs/OauthApi.md +4 -2
  219. package/docs/PartnerV1Api.md +53 -1
  220. package/docs/PartnerV2Api.md +62 -13
  221. package/index.ts +2 -2
  222. package/models/acceptance-result-response-dto.ts +2 -2
  223. package/models/award-registered-response-dto.ts +2 -2
  224. package/models/bid-bond-dto.ts +2 -2
  225. package/models/bid-contract-documents-batch-request-dto.ts +2 -2
  226. package/models/bid-contract-documents-response-dto.ts +2 -2
  227. package/models/bid-created-response-dto.ts +2 -2
  228. package/models/bid-document-dto.ts +2 -2
  229. package/models/bid-failed-response-dto.ts +2 -2
  230. package/models/bid-failure-reason.ts +2 -2
  231. package/models/bid-item-dto.ts +2 -2
  232. package/models/bid-manager-dto.ts +2 -2
  233. package/models/bid-result-participant-attachment-dto.ts +2 -2
  234. package/models/bid-result-participant-dto.ts +2 -2
  235. package/models/bid-result-product-dto.ts +2 -2
  236. package/models/bid-result-winner-dto.ts +2 -2
  237. package/models/bid-results-batch-request-dto.ts +2 -2
  238. package/models/bid-results-response-dto.ts +2 -2
  239. package/models/bid-settlement-line-item-dto.ts +2 -2
  240. package/models/bid-settlement-participant-dto.ts +2 -2
  241. package/models/bid-settlement-response-dto.ts +2 -2
  242. package/models/bid-statement-response-dto.ts +2 -2
  243. package/models/bid-status.ts +2 -2
  244. package/models/complete-acceptance-request-dto.ts +2 -2
  245. package/models/contract-document-item-dto.ts +2 -2
  246. package/models/create-bid-request-dto.ts +2 -2
  247. package/models/file-uploaded-response-dto.ts +2 -2
  248. package/models/health-response-dto.ts +2 -2
  249. package/models/hierarchical-region-dto.ts +2 -2
  250. package/models/index.ts +1 -0
  251. package/models/mark-bid-failed-request-dto.ts +2 -2
  252. package/models/negotiation-score-dto.ts +2 -2
  253. package/models/negotiation-scored-response-dto.ts +2 -2
  254. package/models/oauth-error-response-dto.ts +37 -0
  255. package/models/preconditions-dto.ts +2 -2
  256. package/models/problem-details-dto.ts +2 -2
  257. package/models/register-award-request-dto.ts +2 -2
  258. package/models/request-split-invoice-request-dto.ts +2 -2
  259. package/models/split-invoice-response-dto.ts +2 -2
  260. package/models/statement-document-dto.ts +2 -2
  261. package/models/statement-product-dto.ts +2 -2
  262. package/models/submit-negotiation-scores-request-dto.ts +2 -2
  263. package/models/token-request-dto.ts +2 -2
  264. package/models/token-response-dto.ts +2 -2
  265. package/models/upload-file-request-dto.ts +2 -2
  266. package/package.json +1 -1
package/dist/base.d.ts CHANGED
@@ -2,8 +2,8 @@
2
2
  * CMARKET V6 Partner API
3
3
  * 외부 ERP 연동용 RESTful API. ## 버전별 인증 - **_/v2** — OAuth2 Bearer JWT (`client_credentials` 플로우). `/oauth/token` 에서 토큰 발급 후 `Authorization: Bearer <token>` 헤더. - **_/v1** — V5 충실 platform-auth. `X-Platform-Id`(cate_set.api_id) / `X-Platform-Secret`(cate_set.api_secret, MD5-hex) 헤더로 전송.
4
4
  *
5
- * The version of the OpenAPI document: 3.0.1
6
- *
5
+ * The version of the OpenAPI document: 4.0.0
6
+ * Contact: semo.io.kr@gmail.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
9
  * https://openapi-generator.tech
package/dist/base.js CHANGED
@@ -5,8 +5,8 @@
5
5
  * CMARKET V6 Partner API
6
6
  * 외부 ERP 연동용 RESTful API. ## 버전별 인증 - **_/v2** — OAuth2 Bearer JWT (`client_credentials` 플로우). `/oauth/token` 에서 토큰 발급 후 `Authorization: Bearer <token>` 헤더. - **_/v1** — V5 충실 platform-auth. `X-Platform-Id`(cate_set.api_id) / `X-Platform-Secret`(cate_set.api_secret, MD5-hex) 헤더로 전송.
7
7
  *
8
- * The version of the OpenAPI document: 3.0.1
9
- *
8
+ * The version of the OpenAPI document: 4.0.0
9
+ * Contact: semo.io.kr@gmail.com
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
12
  * https://openapi-generator.tech
@@ -15,7 +15,7 @@
15
15
  Object.defineProperty(exports, "__esModule", { value: true });
16
16
  exports.operationServerMap = exports.RequiredError = exports.BaseAPI = exports.COLLECTION_FORMATS = exports.BASE_PATH = void 0;
17
17
  const axios_1 = require("axios");
18
- exports.BASE_PATH = "http://localhost".replace(/\/+$/, "");
18
+ exports.BASE_PATH = "https://partner-api.c-market.net".replace(/\/+$/, "");
19
19
  exports.COLLECTION_FORMATS = {
20
20
  csv: ",",
21
21
  ssv: " ",
package/dist/common.d.ts CHANGED
@@ -2,8 +2,8 @@
2
2
  * CMARKET V6 Partner API
3
3
  * 외부 ERP 연동용 RESTful API. ## 버전별 인증 - **_/v2** — OAuth2 Bearer JWT (`client_credentials` 플로우). `/oauth/token` 에서 토큰 발급 후 `Authorization: Bearer <token>` 헤더. - **_/v1** — V5 충실 platform-auth. `X-Platform-Id`(cate_set.api_id) / `X-Platform-Secret`(cate_set.api_secret, MD5-hex) 헤더로 전송.
4
4
  *
5
- * The version of the OpenAPI document: 3.0.1
6
- *
5
+ * The version of the OpenAPI document: 4.0.0
6
+ * Contact: semo.io.kr@gmail.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
9
  * https://openapi-generator.tech
package/dist/common.js CHANGED
@@ -5,8 +5,8 @@
5
5
  * CMARKET V6 Partner API
6
6
  * 외부 ERP 연동용 RESTful API. ## 버전별 인증 - **_/v2** — OAuth2 Bearer JWT (`client_credentials` 플로우). `/oauth/token` 에서 토큰 발급 후 `Authorization: Bearer <token>` 헤더. - **_/v1** — V5 충실 platform-auth. `X-Platform-Id`(cate_set.api_id) / `X-Platform-Secret`(cate_set.api_secret, MD5-hex) 헤더로 전송.
7
7
  *
8
- * The version of the OpenAPI document: 3.0.1
9
- *
8
+ * The version of the OpenAPI document: 4.0.0
9
+ * Contact: semo.io.kr@gmail.com
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
12
  * https://openapi-generator.tech
@@ -2,8 +2,8 @@
2
2
  * CMARKET V6 Partner API
3
3
  * 외부 ERP 연동용 RESTful API. ## 버전별 인증 - **_/v2** — OAuth2 Bearer JWT (`client_credentials` 플로우). `/oauth/token` 에서 토큰 발급 후 `Authorization: Bearer <token>` 헤더. - **_/v1** — V5 충실 platform-auth. `X-Platform-Id`(cate_set.api_id) / `X-Platform-Secret`(cate_set.api_secret, MD5-hex) 헤더로 전송.
4
4
  *
5
- * The version of the OpenAPI document: 3.0.1
6
- *
5
+ * The version of the OpenAPI document: 4.0.0
6
+ * Contact: semo.io.kr@gmail.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
9
  * https://openapi-generator.tech
@@ -4,8 +4,8 @@
4
4
  * CMARKET V6 Partner API
5
5
  * 외부 ERP 연동용 RESTful API. ## 버전별 인증 - **_/v2** — OAuth2 Bearer JWT (`client_credentials` 플로우). `/oauth/token` 에서 토큰 발급 후 `Authorization: Bearer <token>` 헤더. - **_/v1** — V5 충실 platform-auth. `X-Platform-Id`(cate_set.api_id) / `X-Platform-Secret`(cate_set.api_secret, MD5-hex) 헤더로 전송.
6
6
  *
7
- * The version of the OpenAPI document: 3.0.1
8
- *
7
+ * The version of the OpenAPI document: 4.0.0
8
+ * Contact: semo.io.kr@gmail.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
11
  * https://openapi-generator.tech
@@ -2,8 +2,8 @@
2
2
  * CMARKET V6 Partner API
3
3
  * 외부 ERP 연동용 RESTful API. ## 버전별 인증 - **_/v2** — OAuth2 Bearer JWT (`client_credentials` 플로우). `/oauth/token` 에서 토큰 발급 후 `Authorization: Bearer <token>` 헤더. - **_/v1** — V5 충실 platform-auth. `X-Platform-Id`(cate_set.api_id) / `X-Platform-Secret`(cate_set.api_secret, MD5-hex) 헤더로 전송.
4
4
  *
5
- * The version of the OpenAPI document: 3.0.1
6
- *
5
+ * The version of the OpenAPI document: 4.0.0
6
+ * Contact: semo.io.kr@gmail.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
9
  * https://openapi-generator.tech
@@ -4,8 +4,8 @@
4
4
  * CMARKET V6 Partner API
5
5
  * 외부 ERP 연동용 RESTful API. ## 버전별 인증 - **_/v2** — OAuth2 Bearer JWT (`client_credentials` 플로우). `/oauth/token` 에서 토큰 발급 후 `Authorization: Bearer <token>` 헤더. - **_/v1** — V5 충실 platform-auth. `X-Platform-Id`(cate_set.api_id) / `X-Platform-Secret`(cate_set.api_secret, MD5-hex) 헤더로 전송.
6
6
  *
7
- * The version of the OpenAPI document: 3.0.1
8
- *
7
+ * The version of the OpenAPI document: 4.0.0
8
+ * Contact: semo.io.kr@gmail.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
11
  * https://openapi-generator.tech
@@ -2,8 +2,8 @@
2
2
  * CMARKET V6 Partner API
3
3
  * 외부 ERP 연동용 RESTful API. ## 버전별 인증 - **_/v2** — OAuth2 Bearer JWT (`client_credentials` 플로우). `/oauth/token` 에서 토큰 발급 후 `Authorization: Bearer <token>` 헤더. - **_/v1** — V5 충실 platform-auth. `X-Platform-Id`(cate_set.api_id) / `X-Platform-Secret`(cate_set.api_secret, MD5-hex) 헤더로 전송.
4
4
  *
5
- * The version of the OpenAPI document: 3.0.1
6
- *
5
+ * The version of the OpenAPI document: 4.0.0
6
+ * Contact: semo.io.kr@gmail.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
9
  * https://openapi-generator.tech
@@ -4,8 +4,8 @@
4
4
  * CMARKET V6 Partner API
5
5
  * 외부 ERP 연동용 RESTful API. ## 버전별 인증 - **_/v2** — OAuth2 Bearer JWT (`client_credentials` 플로우). `/oauth/token` 에서 토큰 발급 후 `Authorization: Bearer <token>` 헤더. - **_/v1** — V5 충실 platform-auth. `X-Platform-Id`(cate_set.api_id) / `X-Platform-Secret`(cate_set.api_secret, MD5-hex) 헤더로 전송.
6
6
  *
7
- * The version of the OpenAPI document: 3.0.1
8
- *
7
+ * The version of the OpenAPI document: 4.0.0
8
+ * Contact: semo.io.kr@gmail.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
11
  * https://openapi-generator.tech
@@ -2,8 +2,8 @@
2
2
  * CMARKET V6 Partner API
3
3
  * 외부 ERP 연동용 RESTful API. ## 버전별 인증 - **_/v2** — OAuth2 Bearer JWT (`client_credentials` 플로우). `/oauth/token` 에서 토큰 발급 후 `Authorization: Bearer <token>` 헤더. - **_/v1** — V5 충실 platform-auth. `X-Platform-Id`(cate_set.api_id) / `X-Platform-Secret`(cate_set.api_secret, MD5-hex) 헤더로 전송.
4
4
  *
5
- * The version of the OpenAPI document: 3.0.1
6
- *
5
+ * The version of the OpenAPI document: 4.0.0
6
+ * Contact: semo.io.kr@gmail.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
9
  * https://openapi-generator.tech
@@ -4,8 +4,8 @@
4
4
  * CMARKET V6 Partner API
5
5
  * 외부 ERP 연동용 RESTful API. ## 버전별 인증 - **_/v2** — OAuth2 Bearer JWT (`client_credentials` 플로우). `/oauth/token` 에서 토큰 발급 후 `Authorization: Bearer <token>` 헤더. - **_/v1** — V5 충실 platform-auth. `X-Platform-Id`(cate_set.api_id) / `X-Platform-Secret`(cate_set.api_secret, MD5-hex) 헤더로 전송.
6
6
  *
7
- * The version of the OpenAPI document: 3.0.1
8
- *
7
+ * The version of the OpenAPI document: 4.0.0
8
+ * Contact: semo.io.kr@gmail.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
11
  * https://openapi-generator.tech
package/dist/esm/api.d.ts CHANGED
@@ -2,8 +2,8 @@
2
2
  * CMARKET V6 Partner API
3
3
  * 외부 ERP 연동용 RESTful API. ## 버전별 인증 - **_/v2** — OAuth2 Bearer JWT (`client_credentials` 플로우). `/oauth/token` 에서 토큰 발급 후 `Authorization: Bearer <token>` 헤더. - **_/v1** — V5 충실 platform-auth. `X-Platform-Id`(cate_set.api_id) / `X-Platform-Secret`(cate_set.api_secret, MD5-hex) 헤더로 전송.
4
4
  *
5
- * The version of the OpenAPI document: 3.0.1
6
- *
5
+ * The version of the OpenAPI document: 4.0.0
6
+ * Contact: semo.io.kr@gmail.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
9
  * https://openapi-generator.tech
package/dist/esm/api.js CHANGED
@@ -4,8 +4,8 @@
4
4
  * CMARKET V6 Partner API
5
5
  * 외부 ERP 연동용 RESTful API. ## 버전별 인증 - **_/v2** — OAuth2 Bearer JWT (`client_credentials` 플로우). `/oauth/token` 에서 토큰 발급 후 `Authorization: Bearer <token>` 헤더. - **_/v1** — V5 충실 platform-auth. `X-Platform-Id`(cate_set.api_id) / `X-Platform-Secret`(cate_set.api_secret, MD5-hex) 헤더로 전송.
6
6
  *
7
- * The version of the OpenAPI document: 3.0.1
8
- *
7
+ * The version of the OpenAPI document: 4.0.0
8
+ * Contact: semo.io.kr@gmail.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
11
  * https://openapi-generator.tech
@@ -2,8 +2,8 @@
2
2
  * CMARKET V6 Partner API
3
3
  * 외부 ERP 연동용 RESTful API. ## 버전별 인증 - **_/v2** — OAuth2 Bearer JWT (`client_credentials` 플로우). `/oauth/token` 에서 토큰 발급 후 `Authorization: Bearer <token>` 헤더. - **_/v1** — V5 충실 platform-auth. `X-Platform-Id`(cate_set.api_id) / `X-Platform-Secret`(cate_set.api_secret, MD5-hex) 헤더로 전송.
4
4
  *
5
- * The version of the OpenAPI document: 3.0.1
6
- *
5
+ * The version of the OpenAPI document: 4.0.0
6
+ * Contact: semo.io.kr@gmail.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
9
  * https://openapi-generator.tech
package/dist/esm/base.js CHANGED
@@ -4,15 +4,15 @@
4
4
  * CMARKET V6 Partner API
5
5
  * 외부 ERP 연동용 RESTful API. ## 버전별 인증 - **_/v2** — OAuth2 Bearer JWT (`client_credentials` 플로우). `/oauth/token` 에서 토큰 발급 후 `Authorization: Bearer <token>` 헤더. - **_/v1** — V5 충실 platform-auth. `X-Platform-Id`(cate_set.api_id) / `X-Platform-Secret`(cate_set.api_secret, MD5-hex) 헤더로 전송.
6
6
  *
7
- * The version of the OpenAPI document: 3.0.1
8
- *
7
+ * The version of the OpenAPI document: 4.0.0
8
+ * Contact: semo.io.kr@gmail.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
11
  * https://openapi-generator.tech
12
12
  * Do not edit the class manually.
13
13
  */
14
14
  import globalAxios from 'axios';
15
- export const BASE_PATH = "http://localhost".replace(/\/+$/, "");
15
+ export const BASE_PATH = "https://partner-api.c-market.net".replace(/\/+$/, "");
16
16
  export const COLLECTION_FORMATS = {
17
17
  csv: ",",
18
18
  ssv: " ",
@@ -2,8 +2,8 @@
2
2
  * CMARKET V6 Partner API
3
3
  * 외부 ERP 연동용 RESTful API. ## 버전별 인증 - **_/v2** — OAuth2 Bearer JWT (`client_credentials` 플로우). `/oauth/token` 에서 토큰 발급 후 `Authorization: Bearer <token>` 헤더. - **_/v1** — V5 충실 platform-auth. `X-Platform-Id`(cate_set.api_id) / `X-Platform-Secret`(cate_set.api_secret, MD5-hex) 헤더로 전송.
4
4
  *
5
- * The version of the OpenAPI document: 3.0.1
6
- *
5
+ * The version of the OpenAPI document: 4.0.0
6
+ * Contact: semo.io.kr@gmail.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
9
  * https://openapi-generator.tech
@@ -4,8 +4,8 @@
4
4
  * CMARKET V6 Partner API
5
5
  * 외부 ERP 연동용 RESTful API. ## 버전별 인증 - **_/v2** — OAuth2 Bearer JWT (`client_credentials` 플로우). `/oauth/token` 에서 토큰 발급 후 `Authorization: Bearer <token>` 헤더. - **_/v1** — V5 충실 platform-auth. `X-Platform-Id`(cate_set.api_id) / `X-Platform-Secret`(cate_set.api_secret, MD5-hex) 헤더로 전송.
6
6
  *
7
- * The version of the OpenAPI document: 3.0.1
8
- *
7
+ * The version of the OpenAPI document: 4.0.0
8
+ * Contact: semo.io.kr@gmail.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
11
  * https://openapi-generator.tech
@@ -2,8 +2,8 @@
2
2
  * CMARKET V6 Partner API
3
3
  * 외부 ERP 연동용 RESTful API. ## 버전별 인증 - **_/v2** — OAuth2 Bearer JWT (`client_credentials` 플로우). `/oauth/token` 에서 토큰 발급 후 `Authorization: Bearer <token>` 헤더. - **_/v1** — V5 충실 platform-auth. `X-Platform-Id`(cate_set.api_id) / `X-Platform-Secret`(cate_set.api_secret, MD5-hex) 헤더로 전송.
4
4
  *
5
- * The version of the OpenAPI document: 3.0.1
6
- *
5
+ * The version of the OpenAPI document: 4.0.0
6
+ * Contact: semo.io.kr@gmail.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
9
  * https://openapi-generator.tech
@@ -3,8 +3,8 @@
3
3
  * CMARKET V6 Partner API
4
4
  * 외부 ERP 연동용 RESTful API. ## 버전별 인증 - **_/v2** — OAuth2 Bearer JWT (`client_credentials` 플로우). `/oauth/token` 에서 토큰 발급 후 `Authorization: Bearer <token>` 헤더. - **_/v1** — V5 충실 platform-auth. `X-Platform-Id`(cate_set.api_id) / `X-Platform-Secret`(cate_set.api_secret, MD5-hex) 헤더로 전송.
5
5
  *
6
- * The version of the OpenAPI document: 3.0.1
7
- *
6
+ * The version of the OpenAPI document: 4.0.0
7
+ * Contact: semo.io.kr@gmail.com
8
8
  *
9
9
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
10
10
  * https://openapi-generator.tech
@@ -2,8 +2,8 @@
2
2
  * CMARKET V6 Partner API
3
3
  * 외부 ERP 연동용 RESTful API. ## 버전별 인증 - **_/v2** — OAuth2 Bearer JWT (`client_credentials` 플로우). `/oauth/token` 에서 토큰 발급 후 `Authorization: Bearer <token>` 헤더. - **_/v1** — V5 충실 platform-auth. `X-Platform-Id`(cate_set.api_id) / `X-Platform-Secret`(cate_set.api_secret, MD5-hex) 헤더로 전송.
4
4
  *
5
- * The version of the OpenAPI document: 3.0.1
6
- *
5
+ * The version of the OpenAPI document: 4.0.0
6
+ * Contact: semo.io.kr@gmail.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
9
  * https://openapi-generator.tech
package/dist/esm/index.js CHANGED
@@ -4,8 +4,8 @@
4
4
  * CMARKET V6 Partner API
5
5
  * 외부 ERP 연동용 RESTful API. ## 버전별 인증 - **_/v2** — OAuth2 Bearer JWT (`client_credentials` 플로우). `/oauth/token` 에서 토큰 발급 후 `Authorization: Bearer <token>` 헤더. - **_/v1** — V5 충실 platform-auth. `X-Platform-Id`(cate_set.api_id) / `X-Platform-Secret`(cate_set.api_secret, MD5-hex) 헤더로 전송.
6
6
  *
7
- * The version of the OpenAPI document: 3.0.1
8
- *
7
+ * The version of the OpenAPI document: 4.0.0
8
+ * Contact: semo.io.kr@gmail.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
11
  * https://openapi-generator.tech
@@ -2,8 +2,8 @@
2
2
  * CMARKET V6 Partner API
3
3
  * 외부 ERP 연동용 RESTful API. ## 버전별 인증 - **_/v2** — OAuth2 Bearer JWT (`client_credentials` 플로우). `/oauth/token` 에서 토큰 발급 후 `Authorization: Bearer <token>` 헤더. - **_/v1** — V5 충실 platform-auth. `X-Platform-Id`(cate_set.api_id) / `X-Platform-Secret`(cate_set.api_secret, MD5-hex) 헤더로 전송.
4
4
  *
5
- * The version of the OpenAPI document: 3.0.1
6
- *
5
+ * The version of the OpenAPI document: 4.0.0
6
+ * Contact: semo.io.kr@gmail.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
9
  * https://openapi-generator.tech
@@ -4,8 +4,8 @@
4
4
  * CMARKET V6 Partner API
5
5
  * 외부 ERP 연동용 RESTful API. ## 버전별 인증 - **_/v2** — OAuth2 Bearer JWT (`client_credentials` 플로우). `/oauth/token` 에서 토큰 발급 후 `Authorization: Bearer <token>` 헤더. - **_/v1** — V5 충실 platform-auth. `X-Platform-Id`(cate_set.api_id) / `X-Platform-Secret`(cate_set.api_secret, MD5-hex) 헤더로 전송.
6
6
  *
7
- * The version of the OpenAPI document: 3.0.1
8
- *
7
+ * The version of the OpenAPI document: 4.0.0
8
+ * Contact: semo.io.kr@gmail.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
11
  * https://openapi-generator.tech
@@ -2,8 +2,8 @@
2
2
  * CMARKET V6 Partner API
3
3
  * 외부 ERP 연동용 RESTful API. ## 버전별 인증 - **_/v2** — OAuth2 Bearer JWT (`client_credentials` 플로우). `/oauth/token` 에서 토큰 발급 후 `Authorization: Bearer <token>` 헤더. - **_/v1** — V5 충실 platform-auth. `X-Platform-Id`(cate_set.api_id) / `X-Platform-Secret`(cate_set.api_secret, MD5-hex) 헤더로 전송.
4
4
  *
5
- * The version of the OpenAPI document: 3.0.1
6
- *
5
+ * The version of the OpenAPI document: 4.0.0
6
+ * Contact: semo.io.kr@gmail.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
9
  * https://openapi-generator.tech
@@ -4,8 +4,8 @@
4
4
  * CMARKET V6 Partner API
5
5
  * 외부 ERP 연동용 RESTful API. ## 버전별 인증 - **_/v2** — OAuth2 Bearer JWT (`client_credentials` 플로우). `/oauth/token` 에서 토큰 발급 후 `Authorization: Bearer <token>` 헤더. - **_/v1** — V5 충실 platform-auth. `X-Platform-Id`(cate_set.api_id) / `X-Platform-Secret`(cate_set.api_secret, MD5-hex) 헤더로 전송.
6
6
  *
7
- * The version of the OpenAPI document: 3.0.1
8
- *
7
+ * The version of the OpenAPI document: 4.0.0
8
+ * Contact: semo.io.kr@gmail.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
11
  * https://openapi-generator.tech
@@ -2,8 +2,8 @@
2
2
  * CMARKET V6 Partner API
3
3
  * 외부 ERP 연동용 RESTful API. ## 버전별 인증 - **_/v2** — OAuth2 Bearer JWT (`client_credentials` 플로우). `/oauth/token` 에서 토큰 발급 후 `Authorization: Bearer <token>` 헤더. - **_/v1** — V5 충실 platform-auth. `X-Platform-Id`(cate_set.api_id) / `X-Platform-Secret`(cate_set.api_secret, MD5-hex) 헤더로 전송.
4
4
  *
5
- * The version of the OpenAPI document: 3.0.1
6
- *
5
+ * The version of the OpenAPI document: 4.0.0
6
+ * Contact: semo.io.kr@gmail.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
9
  * https://openapi-generator.tech
@@ -4,8 +4,8 @@
4
4
  * CMARKET V6 Partner API
5
5
  * 외부 ERP 연동용 RESTful API. ## 버전별 인증 - **_/v2** — OAuth2 Bearer JWT (`client_credentials` 플로우). `/oauth/token` 에서 토큰 발급 후 `Authorization: Bearer <token>` 헤더. - **_/v1** — V5 충실 platform-auth. `X-Platform-Id`(cate_set.api_id) / `X-Platform-Secret`(cate_set.api_secret, MD5-hex) 헤더로 전송.
6
6
  *
7
- * The version of the OpenAPI document: 3.0.1
8
- *
7
+ * The version of the OpenAPI document: 4.0.0
8
+ * Contact: semo.io.kr@gmail.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
11
  * https://openapi-generator.tech
@@ -2,8 +2,8 @@
2
2
  * CMARKET V6 Partner API
3
3
  * 외부 ERP 연동용 RESTful API. ## 버전별 인증 - **_/v2** — OAuth2 Bearer JWT (`client_credentials` 플로우). `/oauth/token` 에서 토큰 발급 후 `Authorization: Bearer <token>` 헤더. - **_/v1** — V5 충실 platform-auth. `X-Platform-Id`(cate_set.api_id) / `X-Platform-Secret`(cate_set.api_secret, MD5-hex) 헤더로 전송.
4
4
  *
5
- * The version of the OpenAPI document: 3.0.1
6
- *
5
+ * The version of the OpenAPI document: 4.0.0
6
+ * Contact: semo.io.kr@gmail.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
9
  * https://openapi-generator.tech
@@ -4,8 +4,8 @@
4
4
  * CMARKET V6 Partner API
5
5
  * 외부 ERP 연동용 RESTful API. ## 버전별 인증 - **_/v2** — OAuth2 Bearer JWT (`client_credentials` 플로우). `/oauth/token` 에서 토큰 발급 후 `Authorization: Bearer <token>` 헤더. - **_/v1** — V5 충실 platform-auth. `X-Platform-Id`(cate_set.api_id) / `X-Platform-Secret`(cate_set.api_secret, MD5-hex) 헤더로 전송.
6
6
  *
7
- * The version of the OpenAPI document: 3.0.1
8
- *
7
+ * The version of the OpenAPI document: 4.0.0
8
+ * Contact: semo.io.kr@gmail.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
11
  * https://openapi-generator.tech
@@ -2,8 +2,8 @@
2
2
  * CMARKET V6 Partner API
3
3
  * 외부 ERP 연동용 RESTful API. ## 버전별 인증 - **_/v2** — OAuth2 Bearer JWT (`client_credentials` 플로우). `/oauth/token` 에서 토큰 발급 후 `Authorization: Bearer <token>` 헤더. - **_/v1** — V5 충실 platform-auth. `X-Platform-Id`(cate_set.api_id) / `X-Platform-Secret`(cate_set.api_secret, MD5-hex) 헤더로 전송.
4
4
  *
5
- * The version of the OpenAPI document: 3.0.1
6
- *
5
+ * The version of the OpenAPI document: 4.0.0
6
+ * Contact: semo.io.kr@gmail.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
9
  * https://openapi-generator.tech
@@ -4,8 +4,8 @@
4
4
  * CMARKET V6 Partner API
5
5
  * 외부 ERP 연동용 RESTful API. ## 버전별 인증 - **_/v2** — OAuth2 Bearer JWT (`client_credentials` 플로우). `/oauth/token` 에서 토큰 발급 후 `Authorization: Bearer <token>` 헤더. - **_/v1** — V5 충실 platform-auth. `X-Platform-Id`(cate_set.api_id) / `X-Platform-Secret`(cate_set.api_secret, MD5-hex) 헤더로 전송.
6
6
  *
7
- * The version of the OpenAPI document: 3.0.1
8
- *
7
+ * The version of the OpenAPI document: 4.0.0
8
+ * Contact: semo.io.kr@gmail.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
11
  * https://openapi-generator.tech
@@ -2,8 +2,8 @@
2
2
  * CMARKET V6 Partner API
3
3
  * 외부 ERP 연동용 RESTful API. ## 버전별 인증 - **_/v2** — OAuth2 Bearer JWT (`client_credentials` 플로우). `/oauth/token` 에서 토큰 발급 후 `Authorization: Bearer <token>` 헤더. - **_/v1** — V5 충실 platform-auth. `X-Platform-Id`(cate_set.api_id) / `X-Platform-Secret`(cate_set.api_secret, MD5-hex) 헤더로 전송.
4
4
  *
5
- * The version of the OpenAPI document: 3.0.1
6
- *
5
+ * The version of the OpenAPI document: 4.0.0
6
+ * Contact: semo.io.kr@gmail.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
9
  * https://openapi-generator.tech
@@ -4,8 +4,8 @@
4
4
  * CMARKET V6 Partner API
5
5
  * 외부 ERP 연동용 RESTful API. ## 버전별 인증 - **_/v2** — OAuth2 Bearer JWT (`client_credentials` 플로우). `/oauth/token` 에서 토큰 발급 후 `Authorization: Bearer <token>` 헤더. - **_/v1** — V5 충실 platform-auth. `X-Platform-Id`(cate_set.api_id) / `X-Platform-Secret`(cate_set.api_secret, MD5-hex) 헤더로 전송.
6
6
  *
7
- * The version of the OpenAPI document: 3.0.1
8
- *
7
+ * The version of the OpenAPI document: 4.0.0
8
+ * Contact: semo.io.kr@gmail.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
11
  * https://openapi-generator.tech
@@ -2,8 +2,8 @@
2
2
  * CMARKET V6 Partner API
3
3
  * 외부 ERP 연동용 RESTful API. ## 버전별 인증 - **_/v2** — OAuth2 Bearer JWT (`client_credentials` 플로우). `/oauth/token` 에서 토큰 발급 후 `Authorization: Bearer <token>` 헤더. - **_/v1** — V5 충실 platform-auth. `X-Platform-Id`(cate_set.api_id) / `X-Platform-Secret`(cate_set.api_secret, MD5-hex) 헤더로 전송.
4
4
  *
5
- * The version of the OpenAPI document: 3.0.1
6
- *
5
+ * The version of the OpenAPI document: 4.0.0
6
+ * Contact: semo.io.kr@gmail.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
9
  * https://openapi-generator.tech
@@ -4,8 +4,8 @@
4
4
  * CMARKET V6 Partner API
5
5
  * 외부 ERP 연동용 RESTful API. ## 버전별 인증 - **_/v2** — OAuth2 Bearer JWT (`client_credentials` 플로우). `/oauth/token` 에서 토큰 발급 후 `Authorization: Bearer <token>` 헤더. - **_/v1** — V5 충실 platform-auth. `X-Platform-Id`(cate_set.api_id) / `X-Platform-Secret`(cate_set.api_secret, MD5-hex) 헤더로 전송.
6
6
  *
7
- * The version of the OpenAPI document: 3.0.1
8
- *
7
+ * The version of the OpenAPI document: 4.0.0
8
+ * Contact: semo.io.kr@gmail.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
11
  * https://openapi-generator.tech
@@ -2,8 +2,8 @@
2
2
  * CMARKET V6 Partner API
3
3
  * 외부 ERP 연동용 RESTful API. ## 버전별 인증 - **_/v2** — OAuth2 Bearer JWT (`client_credentials` 플로우). `/oauth/token` 에서 토큰 발급 후 `Authorization: Bearer <token>` 헤더. - **_/v1** — V5 충실 platform-auth. `X-Platform-Id`(cate_set.api_id) / `X-Platform-Secret`(cate_set.api_secret, MD5-hex) 헤더로 전송.
4
4
  *
5
- * The version of the OpenAPI document: 3.0.1
6
- *
5
+ * The version of the OpenAPI document: 4.0.0
6
+ * Contact: semo.io.kr@gmail.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
9
  * https://openapi-generator.tech
@@ -4,8 +4,8 @@
4
4
  * CMARKET V6 Partner API
5
5
  * 외부 ERP 연동용 RESTful API. ## 버전별 인증 - **_/v2** — OAuth2 Bearer JWT (`client_credentials` 플로우). `/oauth/token` 에서 토큰 발급 후 `Authorization: Bearer <token>` 헤더. - **_/v1** — V5 충실 platform-auth. `X-Platform-Id`(cate_set.api_id) / `X-Platform-Secret`(cate_set.api_secret, MD5-hex) 헤더로 전송.
6
6
  *
7
- * The version of the OpenAPI document: 3.0.1
8
- *
7
+ * The version of the OpenAPI document: 4.0.0
8
+ * Contact: semo.io.kr@gmail.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
11
  * https://openapi-generator.tech
@@ -2,8 +2,8 @@
2
2
  * CMARKET V6 Partner API
3
3
  * 외부 ERP 연동용 RESTful API. ## 버전별 인증 - **_/v2** — OAuth2 Bearer JWT (`client_credentials` 플로우). `/oauth/token` 에서 토큰 발급 후 `Authorization: Bearer <token>` 헤더. - **_/v1** — V5 충실 platform-auth. `X-Platform-Id`(cate_set.api_id) / `X-Platform-Secret`(cate_set.api_secret, MD5-hex) 헤더로 전송.
4
4
  *
5
- * The version of the OpenAPI document: 3.0.1
6
- *
5
+ * The version of the OpenAPI document: 4.0.0
6
+ * Contact: semo.io.kr@gmail.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
9
  * https://openapi-generator.tech
@@ -4,8 +4,8 @@
4
4
  * CMARKET V6 Partner API
5
5
  * 외부 ERP 연동용 RESTful API. ## 버전별 인증 - **_/v2** — OAuth2 Bearer JWT (`client_credentials` 플로우). `/oauth/token` 에서 토큰 발급 후 `Authorization: Bearer <token>` 헤더. - **_/v1** — V5 충실 platform-auth. `X-Platform-Id`(cate_set.api_id) / `X-Platform-Secret`(cate_set.api_secret, MD5-hex) 헤더로 전송.
6
6
  *
7
- * The version of the OpenAPI document: 3.0.1
8
- *
7
+ * The version of the OpenAPI document: 4.0.0
8
+ * Contact: semo.io.kr@gmail.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
11
  * https://openapi-generator.tech
@@ -2,8 +2,8 @@
2
2
  * CMARKET V6 Partner API
3
3
  * 외부 ERP 연동용 RESTful API. ## 버전별 인증 - **_/v2** — OAuth2 Bearer JWT (`client_credentials` 플로우). `/oauth/token` 에서 토큰 발급 후 `Authorization: Bearer <token>` 헤더. - **_/v1** — V5 충실 platform-auth. `X-Platform-Id`(cate_set.api_id) / `X-Platform-Secret`(cate_set.api_secret, MD5-hex) 헤더로 전송.
4
4
  *
5
- * The version of the OpenAPI document: 3.0.1
6
- *
5
+ * The version of the OpenAPI document: 4.0.0
6
+ * Contact: semo.io.kr@gmail.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
9
  * https://openapi-generator.tech
@@ -4,8 +4,8 @@
4
4
  * CMARKET V6 Partner API
5
5
  * 외부 ERP 연동용 RESTful API. ## 버전별 인증 - **_/v2** — OAuth2 Bearer JWT (`client_credentials` 플로우). `/oauth/token` 에서 토큰 발급 후 `Authorization: Bearer <token>` 헤더. - **_/v1** — V5 충실 platform-auth. `X-Platform-Id`(cate_set.api_id) / `X-Platform-Secret`(cate_set.api_secret, MD5-hex) 헤더로 전송.
6
6
  *
7
- * The version of the OpenAPI document: 3.0.1
8
- *
7
+ * The version of the OpenAPI document: 4.0.0
8
+ * Contact: semo.io.kr@gmail.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
11
  * https://openapi-generator.tech
@@ -2,8 +2,8 @@
2
2
  * CMARKET V6 Partner API
3
3
  * 외부 ERP 연동용 RESTful API. ## 버전별 인증 - **_/v2** — OAuth2 Bearer JWT (`client_credentials` 플로우). `/oauth/token` 에서 토큰 발급 후 `Authorization: Bearer <token>` 헤더. - **_/v1** — V5 충실 platform-auth. `X-Platform-Id`(cate_set.api_id) / `X-Platform-Secret`(cate_set.api_secret, MD5-hex) 헤더로 전송.
4
4
  *
5
- * The version of the OpenAPI document: 3.0.1
6
- *
5
+ * The version of the OpenAPI document: 4.0.0
6
+ * Contact: semo.io.kr@gmail.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
9
  * https://openapi-generator.tech
@@ -4,8 +4,8 @@
4
4
  * CMARKET V6 Partner API
5
5
  * 외부 ERP 연동용 RESTful API. ## 버전별 인증 - **_/v2** — OAuth2 Bearer JWT (`client_credentials` 플로우). `/oauth/token` 에서 토큰 발급 후 `Authorization: Bearer <token>` 헤더. - **_/v1** — V5 충실 platform-auth. `X-Platform-Id`(cate_set.api_id) / `X-Platform-Secret`(cate_set.api_secret, MD5-hex) 헤더로 전송.
6
6
  *
7
- * The version of the OpenAPI document: 3.0.1
8
- *
7
+ * The version of the OpenAPI document: 4.0.0
8
+ * Contact: semo.io.kr@gmail.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
11
  * https://openapi-generator.tech
@@ -2,8 +2,8 @@
2
2
  * CMARKET V6 Partner API
3
3
  * 외부 ERP 연동용 RESTful API. ## 버전별 인증 - **_/v2** — OAuth2 Bearer JWT (`client_credentials` 플로우). `/oauth/token` 에서 토큰 발급 후 `Authorization: Bearer <token>` 헤더. - **_/v1** — V5 충실 platform-auth. `X-Platform-Id`(cate_set.api_id) / `X-Platform-Secret`(cate_set.api_secret, MD5-hex) 헤더로 전송.
4
4
  *
5
- * The version of the OpenAPI document: 3.0.1
6
- *
5
+ * The version of the OpenAPI document: 4.0.0
6
+ * Contact: semo.io.kr@gmail.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
9
  * https://openapi-generator.tech
@@ -4,8 +4,8 @@
4
4
  * CMARKET V6 Partner API
5
5
  * 외부 ERP 연동용 RESTful API. ## 버전별 인증 - **_/v2** — OAuth2 Bearer JWT (`client_credentials` 플로우). `/oauth/token` 에서 토큰 발급 후 `Authorization: Bearer <token>` 헤더. - **_/v1** — V5 충실 platform-auth. `X-Platform-Id`(cate_set.api_id) / `X-Platform-Secret`(cate_set.api_secret, MD5-hex) 헤더로 전송.
6
6
  *
7
- * The version of the OpenAPI document: 3.0.1
8
- *
7
+ * The version of the OpenAPI document: 4.0.0
8
+ * Contact: semo.io.kr@gmail.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
11
  * https://openapi-generator.tech
@@ -2,8 +2,8 @@
2
2
  * CMARKET V6 Partner API
3
3
  * 외부 ERP 연동용 RESTful API. ## 버전별 인증 - **_/v2** — OAuth2 Bearer JWT (`client_credentials` 플로우). `/oauth/token` 에서 토큰 발급 후 `Authorization: Bearer <token>` 헤더. - **_/v1** — V5 충실 platform-auth. `X-Platform-Id`(cate_set.api_id) / `X-Platform-Secret`(cate_set.api_secret, MD5-hex) 헤더로 전송.
4
4
  *
5
- * The version of the OpenAPI document: 3.0.1
6
- *
5
+ * The version of the OpenAPI document: 4.0.0
6
+ * Contact: semo.io.kr@gmail.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
9
  * https://openapi-generator.tech
@@ -4,8 +4,8 @@
4
4
  * CMARKET V6 Partner API
5
5
  * 외부 ERP 연동용 RESTful API. ## 버전별 인증 - **_/v2** — OAuth2 Bearer JWT (`client_credentials` 플로우). `/oauth/token` 에서 토큰 발급 후 `Authorization: Bearer <token>` 헤더. - **_/v1** — V5 충실 platform-auth. `X-Platform-Id`(cate_set.api_id) / `X-Platform-Secret`(cate_set.api_secret, MD5-hex) 헤더로 전송.
6
6
  *
7
- * The version of the OpenAPI document: 3.0.1
8
- *
7
+ * The version of the OpenAPI document: 4.0.0
8
+ * Contact: semo.io.kr@gmail.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
11
  * https://openapi-generator.tech