order_cloud 0.0.1

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 (392) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE +201 -0
  3. data/README.md +476 -0
  4. data/Rakefile +31 -0
  5. data/docs/AccessToken.md +10 -0
  6. data/docs/Address.md +20 -0
  7. data/docs/AddressApi.md +520 -0
  8. data/docs/AddressAssignment.md +12 -0
  9. data/docs/AdminAddressApi.md +324 -0
  10. data/docs/AdminCompany.md +10 -0
  11. data/docs/AdminModelOnView.md +7 -0
  12. data/docs/AdminUserApi.md +323 -0
  13. data/docs/ApprovalRule.md +20 -0
  14. data/docs/ApprovalRuleApi.md +342 -0
  15. data/docs/BaseSpec.md +15 -0
  16. data/docs/Buyer.md +11 -0
  17. data/docs/BuyerAddress.md +11 -0
  18. data/docs/BuyerApi.md +324 -0
  19. data/docs/BuyerCreditCard.md +9 -0
  20. data/docs/BuyerProduct.md +9 -0
  21. data/docs/BuyerSpec.md +9 -0
  22. data/docs/Category.md +15 -0
  23. data/docs/CategoryApi.md +684 -0
  24. data/docs/CategoryAssignment.md +10 -0
  25. data/docs/CategoryProductAssignment.md +10 -0
  26. data/docs/CostCenter.md +11 -0
  27. data/docs/CostCenterApi.md +516 -0
  28. data/docs/CostCenterAssignment.md +10 -0
  29. data/docs/CreditCard.md +15 -0
  30. data/docs/CreditCardApi.md +516 -0
  31. data/docs/CreditCardAssignment.md +10 -0
  32. data/docs/EmailTemplate.md +12 -0
  33. data/docs/EmailTemplateApi.md +223 -0
  34. data/docs/File.md +10 -0
  35. data/docs/FileApi.md +162 -0
  36. data/docs/ImpersonateTokenRequest.md +9 -0
  37. data/docs/Inventory.md +12 -0
  38. data/docs/LineItem.md +23 -0
  39. data/docs/LineItemApi.md +478 -0
  40. data/docs/LineItemSpec.md +11 -0
  41. data/docs/ListAddress.md +9 -0
  42. data/docs/ListAddressAssignment.md +9 -0
  43. data/docs/ListAdminCompany.md +9 -0
  44. data/docs/ListApiClient.md +9 -0
  45. data/docs/ListApprovalRule.md +9 -0
  46. data/docs/ListBuyer.md +9 -0
  47. data/docs/ListBuyerAddress.md +9 -0
  48. data/docs/ListBuyerCreditCard.md +9 -0
  49. data/docs/ListBuyerProduct.md +9 -0
  50. data/docs/ListBuyerSpec.md +9 -0
  51. data/docs/ListCategory.md +9 -0
  52. data/docs/ListCategoryAssignment.md +9 -0
  53. data/docs/ListCategoryProductAssignment.md +9 -0
  54. data/docs/ListCostCenter.md +9 -0
  55. data/docs/ListCostCenterAssignment.md +9 -0
  56. data/docs/ListCreditCard.md +9 -0
  57. data/docs/ListCreditCardAssignment.md +9 -0
  58. data/docs/ListDevAccessibleCompany.md +9 -0
  59. data/docs/ListFile.md +9 -0
  60. data/docs/ListInventory.md +9 -0
  61. data/docs/ListLineItem.md +9 -0
  62. data/docs/ListOrder.md +9 -0
  63. data/docs/ListOrderApproval.md +9 -0
  64. data/docs/ListOrderPromotion.md +9 -0
  65. data/docs/ListPayment.md +9 -0
  66. data/docs/ListPriceSchedule.md +9 -0
  67. data/docs/ListProduct.md +9 -0
  68. data/docs/ListProductAssignment.md +9 -0
  69. data/docs/ListPromotion.md +9 -0
  70. data/docs/ListPromotionAssignment.md +9 -0
  71. data/docs/ListSecurityProfile.md +9 -0
  72. data/docs/ListSecurityProfileAssignment.md +9 -0
  73. data/docs/ListShipment.md +9 -0
  74. data/docs/ListSpec.md +9 -0
  75. data/docs/ListSpecOption.md +9 -0
  76. data/docs/ListSpecProductAssignment.md +9 -0
  77. data/docs/ListSpendingAccount.md +9 -0
  78. data/docs/ListSpendingAccountAssignment.md +9 -0
  79. data/docs/ListUser.md +9 -0
  80. data/docs/ListUserGroup.md +9 -0
  81. data/docs/ListUserGroupAssignment.md +9 -0
  82. data/docs/ListVariant.md +9 -0
  83. data/docs/ListWebHook.md +9 -0
  84. data/docs/ListWebHookRoute.md +9 -0
  85. data/docs/ListXpIndex.md +9 -0
  86. data/docs/MeApi.md +1488 -0
  87. data/docs/Meta.md +12 -0
  88. data/docs/Order.md +31 -0
  89. data/docs/OrderApi.md +1277 -0
  90. data/docs/OrderApproval.md +16 -0
  91. data/docs/OrderPromotion.md +8 -0
  92. data/docs/PasswordReset.md +10 -0
  93. data/docs/PasswordResetApi.md +109 -0
  94. data/docs/PasswordResetRequest.md +11 -0
  95. data/docs/Payment.md +16 -0
  96. data/docs/PaymentApi.md +601 -0
  97. data/docs/PaymentTransaction.md +15 -0
  98. data/docs/PingResponse.md +8 -0
  99. data/docs/PriceBreak.md +9 -0
  100. data/docs/PriceSchedule.md +18 -0
  101. data/docs/PriceScheduleApi.md +429 -0
  102. data/docs/Product.md +22 -0
  103. data/docs/ProductApi.md +1115 -0
  104. data/docs/ProductAssignment.md +13 -0
  105. data/docs/Promotion.md +21 -0
  106. data/docs/PromotionApi.md +495 -0
  107. data/docs/PromotionAssignment.md +11 -0
  108. data/docs/SecurityProfile.md +11 -0
  109. data/docs/SecurityProfileApi.md +290 -0
  110. data/docs/SecurityProfileAssignment.md +11 -0
  111. data/docs/Shipment.md +14 -0
  112. data/docs/ShipmentApi.md +459 -0
  113. data/docs/ShipmentItem.md +10 -0
  114. data/docs/Spec.md +8 -0
  115. data/docs/SpecApi.md +816 -0
  116. data/docs/SpecOption.md +14 -0
  117. data/docs/SpecProductAssignment.md +10 -0
  118. data/docs/SpendingAccount.md +15 -0
  119. data/docs/SpendingAccountApi.md +516 -0
  120. data/docs/SpendingAccountAssignment.md +11 -0
  121. data/docs/User.md +17 -0
  122. data/docs/UserApi.md +399 -0
  123. data/docs/UserGroup.md +11 -0
  124. data/docs/UserGroupApi.md +508 -0
  125. data/docs/UserGroupAssignment.md +9 -0
  126. data/docs/Variant.md +12 -0
  127. data/docs/WebHook.md +18 -0
  128. data/docs/WebHookRoute.md +10 -0
  129. data/docs/XpIndex.md +9 -0
  130. data/git_push.sh +67 -0
  131. data/lib/order_cloud.rb +176 -0
  132. data/lib/order_cloud/api/address_api.rb +628 -0
  133. data/lib/order_cloud/api/admin_address_api.rb +397 -0
  134. data/lib/order_cloud/api/admin_user_api.rb +396 -0
  135. data/lib/order_cloud/api/approval_rule_api.rb +421 -0
  136. data/lib/order_cloud/api/buyer_api.rb +397 -0
  137. data/lib/order_cloud/api/category_api.rb +817 -0
  138. data/lib/order_cloud/api/cost_center_api.rb +622 -0
  139. data/lib/order_cloud/api/credit_card_api.rb +622 -0
  140. data/lib/order_cloud/api/email_template_api.rb +283 -0
  141. data/lib/order_cloud/api/file_api.rb +206 -0
  142. data/lib/order_cloud/api/line_item_api.rb +583 -0
  143. data/lib/order_cloud/api/me_api.rb +1747 -0
  144. data/lib/order_cloud/api/order_api.rb +1509 -0
  145. data/lib/order_cloud/api/password_reset_api.rb +150 -0
  146. data/lib/order_cloud/api/payment_api.rb +728 -0
  147. data/lib/order_cloud/api/price_schedule_api.rb +519 -0
  148. data/lib/order_cloud/api/product_api.rb +1311 -0
  149. data/lib/order_cloud/api/promotion_api.rb +596 -0
  150. data/lib/order_cloud/api/security_profile_api.rb +361 -0
  151. data/lib/order_cloud/api/shipment_api.rb +558 -0
  152. data/lib/order_cloud/api/spec_api.rb +965 -0
  153. data/lib/order_cloud/api/spending_account_api.rb +622 -0
  154. data/lib/order_cloud/api/user_api.rb +488 -0
  155. data/lib/order_cloud/api/user_group_api.rb +613 -0
  156. data/lib/order_cloud/api_auth.rb +99 -0
  157. data/lib/order_cloud/api_client.rb +385 -0
  158. data/lib/order_cloud/api_error.rb +47 -0
  159. data/lib/order_cloud/configuration.rb +244 -0
  160. data/lib/order_cloud/models/access_token.rb +217 -0
  161. data/lib/order_cloud/models/address.rb +307 -0
  162. data/lib/order_cloud/models/address_assignment.rb +235 -0
  163. data/lib/order_cloud/models/admin_company.rb +217 -0
  164. data/lib/order_cloud/models/admin_model_on_view.rb +190 -0
  165. data/lib/order_cloud/models/approval_rule.rb +307 -0
  166. data/lib/order_cloud/models/base_spec.rb +262 -0
  167. data/lib/order_cloud/models/buyer.rb +226 -0
  168. data/lib/order_cloud/models/buyer_address.rb +226 -0
  169. data/lib/order_cloud/models/buyer_credit_card.rb +208 -0
  170. data/lib/order_cloud/models/buyer_product.rb +208 -0
  171. data/lib/order_cloud/models/buyer_spec.rb +210 -0
  172. data/lib/order_cloud/models/category.rb +262 -0
  173. data/lib/order_cloud/models/category_assignment.rb +217 -0
  174. data/lib/order_cloud/models/category_product_assignment.rb +217 -0
  175. data/lib/order_cloud/models/cost_center.rb +226 -0
  176. data/lib/order_cloud/models/cost_center_assignment.rb +217 -0
  177. data/lib/order_cloud/models/credit_card.rb +262 -0
  178. data/lib/order_cloud/models/credit_card_assignment.rb +217 -0
  179. data/lib/order_cloud/models/email_template.rb +235 -0
  180. data/lib/order_cloud/models/file.rb +217 -0
  181. data/lib/order_cloud/models/impersonate_token_request.rb +208 -0
  182. data/lib/order_cloud/models/inventory.rb +235 -0
  183. data/lib/order_cloud/models/line_item.rb +336 -0
  184. data/lib/order_cloud/models/line_item_spec.rb +226 -0
  185. data/lib/order_cloud/models/list_address.rb +210 -0
  186. data/lib/order_cloud/models/list_address_assignment.rb +210 -0
  187. data/lib/order_cloud/models/list_admin_company.rb +210 -0
  188. data/lib/order_cloud/models/list_api_client.rb +210 -0
  189. data/lib/order_cloud/models/list_approval_rule.rb +210 -0
  190. data/lib/order_cloud/models/list_buyer.rb +210 -0
  191. data/lib/order_cloud/models/list_buyer_address.rb +210 -0
  192. data/lib/order_cloud/models/list_buyer_credit_card.rb +210 -0
  193. data/lib/order_cloud/models/list_buyer_product.rb +210 -0
  194. data/lib/order_cloud/models/list_buyer_spec.rb +210 -0
  195. data/lib/order_cloud/models/list_category.rb +210 -0
  196. data/lib/order_cloud/models/list_category_assignment.rb +210 -0
  197. data/lib/order_cloud/models/list_category_product_assignment.rb +210 -0
  198. data/lib/order_cloud/models/list_cost_center.rb +210 -0
  199. data/lib/order_cloud/models/list_cost_center_assignment.rb +210 -0
  200. data/lib/order_cloud/models/list_credit_card.rb +210 -0
  201. data/lib/order_cloud/models/list_credit_card_assignment.rb +210 -0
  202. data/lib/order_cloud/models/list_dev_accessible_company.rb +210 -0
  203. data/lib/order_cloud/models/list_file.rb +210 -0
  204. data/lib/order_cloud/models/list_inventory.rb +210 -0
  205. data/lib/order_cloud/models/list_line_item.rb +210 -0
  206. data/lib/order_cloud/models/list_order.rb +210 -0
  207. data/lib/order_cloud/models/list_order_approval.rb +210 -0
  208. data/lib/order_cloud/models/list_order_promotion.rb +210 -0
  209. data/lib/order_cloud/models/list_payment.rb +210 -0
  210. data/lib/order_cloud/models/list_price_schedule.rb +210 -0
  211. data/lib/order_cloud/models/list_product.rb +210 -0
  212. data/lib/order_cloud/models/list_product_assignment.rb +210 -0
  213. data/lib/order_cloud/models/list_promotion.rb +210 -0
  214. data/lib/order_cloud/models/list_promotion_assignment.rb +210 -0
  215. data/lib/order_cloud/models/list_security_profile.rb +210 -0
  216. data/lib/order_cloud/models/list_security_profile_assignment.rb +210 -0
  217. data/lib/order_cloud/models/list_shipment.rb +210 -0
  218. data/lib/order_cloud/models/list_spec.rb +210 -0
  219. data/lib/order_cloud/models/list_spec_option.rb +210 -0
  220. data/lib/order_cloud/models/list_spec_product_assignment.rb +210 -0
  221. data/lib/order_cloud/models/list_spending_account.rb +210 -0
  222. data/lib/order_cloud/models/list_spending_account_assignment.rb +210 -0
  223. data/lib/order_cloud/models/list_user.rb +210 -0
  224. data/lib/order_cloud/models/list_user_group.rb +210 -0
  225. data/lib/order_cloud/models/list_user_group_assignment.rb +210 -0
  226. data/lib/order_cloud/models/list_variant.rb +210 -0
  227. data/lib/order_cloud/models/list_web_hook.rb +210 -0
  228. data/lib/order_cloud/models/list_web_hook_route.rb +210 -0
  229. data/lib/order_cloud/models/list_xp_index.rb +210 -0
  230. data/lib/order_cloud/models/meta.rb +237 -0
  231. data/lib/order_cloud/models/order.rb +406 -0
  232. data/lib/order_cloud/models/order_approval.rb +271 -0
  233. data/lib/order_cloud/models/order_promotion.rb +199 -0
  234. data/lib/order_cloud/models/password_reset.rb +217 -0
  235. data/lib/order_cloud/models/password_reset_request.rb +226 -0
  236. data/lib/order_cloud/models/payment.rb +273 -0
  237. data/lib/order_cloud/models/payment_transaction.rb +262 -0
  238. data/lib/order_cloud/models/ping_response.rb +199 -0
  239. data/lib/order_cloud/models/price_break.rb +208 -0
  240. data/lib/order_cloud/models/price_schedule.rb +291 -0
  241. data/lib/order_cloud/models/product.rb +325 -0
  242. data/lib/order_cloud/models/product_assignment.rb +244 -0
  243. data/lib/order_cloud/models/promotion.rb +316 -0
  244. data/lib/order_cloud/models/promotion_assignment.rb +226 -0
  245. data/lib/order_cloud/models/security_profile.rb +228 -0
  246. data/lib/order_cloud/models/security_profile_assignment.rb +226 -0
  247. data/lib/order_cloud/models/shipment.rb +255 -0
  248. data/lib/order_cloud/models/shipment_item.rb +217 -0
  249. data/lib/order_cloud/models/spec.rb +199 -0
  250. data/lib/order_cloud/models/spec_option.rb +253 -0
  251. data/lib/order_cloud/models/spec_product_assignment.rb +217 -0
  252. data/lib/order_cloud/models/spending_account.rb +262 -0
  253. data/lib/order_cloud/models/spending_account_assignment.rb +226 -0
  254. data/lib/order_cloud/models/user.rb +280 -0
  255. data/lib/order_cloud/models/user_group.rb +226 -0
  256. data/lib/order_cloud/models/user_group_assignment.rb +208 -0
  257. data/lib/order_cloud/models/variant.rb +235 -0
  258. data/lib/order_cloud/models/web_hook.rb +289 -0
  259. data/lib/order_cloud/models/web_hook_route.rb +217 -0
  260. data/lib/order_cloud/models/xp_index.rb +208 -0
  261. data/lib/order_cloud/version.rb +26 -0
  262. data/order_cloud.gemspec +56 -0
  263. data/spec/api/address_api_spec.rb +179 -0
  264. data/spec/api/admin_address_api_spec.rb +125 -0
  265. data/spec/api/admin_user_api_spec.rb +125 -0
  266. data/spec/api/approval_rule_api_spec.rb +131 -0
  267. data/spec/api/buyer_api_spec.rb +125 -0
  268. data/spec/api/category_api_spec.rb +221 -0
  269. data/spec/api/cost_center_api_spec.rb +177 -0
  270. data/spec/api/credit_card_api_spec.rb +177 -0
  271. data/spec/api/email_template_api_spec.rb +100 -0
  272. data/spec/api/file_api_spec.rb +83 -0
  273. data/spec/api/line_item_api_spec.rb +167 -0
  274. data/spec/api/me_api_spec.rb +431 -0
  275. data/spec/api/order_api_spec.rb +375 -0
  276. data/spec/api/password_reset_api_spec.rb +71 -0
  277. data/spec/api/payment_api_spec.rb +199 -0
  278. data/spec/api/price_schedule_api_spec.rb +151 -0
  279. data/spec/api/product_api_spec.rb +330 -0
  280. data/spec/api/promotion_api_spec.rb +170 -0
  281. data/spec/api/security_profile_api_spec.rb +120 -0
  282. data/spec/api/shipment_api_spec.rb +161 -0
  283. data/spec/api/spec_api_spec.rb +250 -0
  284. data/spec/api/spending_account_api_spec.rb +177 -0
  285. data/spec/api/user_api_spec.rb +146 -0
  286. data/spec/api/user_group_api_spec.rb +174 -0
  287. data/spec/api_auth_spec.rb +165 -0
  288. data/spec/api_client_spec.rb +237 -0
  289. data/spec/configuration_spec.rb +80 -0
  290. data/spec/models/access_token_spec.rb +65 -0
  291. data/spec/models/address_assignment_spec.rb +77 -0
  292. data/spec/models/address_spec.rb +125 -0
  293. data/spec/models/admin_company_spec.rb +65 -0
  294. data/spec/models/admin_model_on_view_spec.rb +47 -0
  295. data/spec/models/approval_rule_spec.rb +125 -0
  296. data/spec/models/base_spec_spec.rb +95 -0
  297. data/spec/models/buyer_address_spec.rb +71 -0
  298. data/spec/models/buyer_credit_card_spec.rb +59 -0
  299. data/spec/models/buyer_product_spec.rb +59 -0
  300. data/spec/models/buyer_spec.rb +71 -0
  301. data/spec/models/buyer_spec_spec.rb +59 -0
  302. data/spec/models/category_assignment_spec.rb +65 -0
  303. data/spec/models/category_product_assignment_spec.rb +65 -0
  304. data/spec/models/category_spec.rb +95 -0
  305. data/spec/models/cost_center_assignment_spec.rb +65 -0
  306. data/spec/models/cost_center_spec.rb +71 -0
  307. data/spec/models/credit_card_assignment_spec.rb +65 -0
  308. data/spec/models/credit_card_spec.rb +95 -0
  309. data/spec/models/email_template_spec.rb +77 -0
  310. data/spec/models/file_spec.rb +65 -0
  311. data/spec/models/impersonate_token_request_spec.rb +59 -0
  312. data/spec/models/inventory_spec.rb +77 -0
  313. data/spec/models/line_item_spec.rb +143 -0
  314. data/spec/models/line_item_spec_spec.rb +71 -0
  315. data/spec/models/list_address_assignment_spec.rb +59 -0
  316. data/spec/models/list_address_spec.rb +59 -0
  317. data/spec/models/list_admin_company_spec.rb +59 -0
  318. data/spec/models/list_api_client_spec.rb +59 -0
  319. data/spec/models/list_approval_rule_spec.rb +59 -0
  320. data/spec/models/list_buyer_address_spec.rb +59 -0
  321. data/spec/models/list_buyer_credit_card_spec.rb +59 -0
  322. data/spec/models/list_buyer_product_spec.rb +59 -0
  323. data/spec/models/list_buyer_spec.rb +59 -0
  324. data/spec/models/list_buyer_spec_spec.rb +59 -0
  325. data/spec/models/list_category_assignment_spec.rb +59 -0
  326. data/spec/models/list_category_product_assignment_spec.rb +59 -0
  327. data/spec/models/list_category_spec.rb +59 -0
  328. data/spec/models/list_cost_center_assignment_spec.rb +59 -0
  329. data/spec/models/list_cost_center_spec.rb +59 -0
  330. data/spec/models/list_credit_card_assignment_spec.rb +59 -0
  331. data/spec/models/list_credit_card_spec.rb +59 -0
  332. data/spec/models/list_dev_accessible_company_spec.rb +59 -0
  333. data/spec/models/list_file_spec.rb +59 -0
  334. data/spec/models/list_inventory_spec.rb +59 -0
  335. data/spec/models/list_line_item_spec.rb +59 -0
  336. data/spec/models/list_order_approval_spec.rb +59 -0
  337. data/spec/models/list_order_promotion_spec.rb +59 -0
  338. data/spec/models/list_order_spec.rb +59 -0
  339. data/spec/models/list_payment_spec.rb +59 -0
  340. data/spec/models/list_price_schedule_spec.rb +59 -0
  341. data/spec/models/list_product_assignment_spec.rb +59 -0
  342. data/spec/models/list_product_spec.rb +59 -0
  343. data/spec/models/list_promotion_assignment_spec.rb +59 -0
  344. data/spec/models/list_promotion_spec.rb +59 -0
  345. data/spec/models/list_security_profile_assignment_spec.rb +59 -0
  346. data/spec/models/list_security_profile_spec.rb +59 -0
  347. data/spec/models/list_shipment_spec.rb +59 -0
  348. data/spec/models/list_spec_option_spec.rb +59 -0
  349. data/spec/models/list_spec_product_assignment_spec.rb +59 -0
  350. data/spec/models/list_spec_spec.rb +59 -0
  351. data/spec/models/list_spending_account_assignment_spec.rb +59 -0
  352. data/spec/models/list_spending_account_spec.rb +59 -0
  353. data/spec/models/list_user_group_assignment_spec.rb +59 -0
  354. data/spec/models/list_user_group_spec.rb +59 -0
  355. data/spec/models/list_user_spec.rb +59 -0
  356. data/spec/models/list_variant_spec.rb +59 -0
  357. data/spec/models/list_web_hook_route_spec.rb +59 -0
  358. data/spec/models/list_web_hook_spec.rb +59 -0
  359. data/spec/models/list_xp_index_spec.rb +59 -0
  360. data/spec/models/meta_spec.rb +77 -0
  361. data/spec/models/order_approval_spec.rb +101 -0
  362. data/spec/models/order_promotion_spec.rb +53 -0
  363. data/spec/models/order_spec.rb +191 -0
  364. data/spec/models/password_reset_request_spec.rb +71 -0
  365. data/spec/models/password_reset_spec.rb +65 -0
  366. data/spec/models/payment_spec.rb +101 -0
  367. data/spec/models/payment_transaction_spec.rb +95 -0
  368. data/spec/models/ping_response_spec.rb +53 -0
  369. data/spec/models/price_break_spec.rb +59 -0
  370. data/spec/models/price_schedule_spec.rb +113 -0
  371. data/spec/models/product_assignment_spec.rb +83 -0
  372. data/spec/models/product_spec.rb +137 -0
  373. data/spec/models/promotion_assignment_spec.rb +71 -0
  374. data/spec/models/promotion_spec.rb +131 -0
  375. data/spec/models/security_profile_assignment_spec.rb +71 -0
  376. data/spec/models/security_profile_spec.rb +71 -0
  377. data/spec/models/shipment_item_spec.rb +65 -0
  378. data/spec/models/shipment_spec.rb +89 -0
  379. data/spec/models/spec_option_spec.rb +89 -0
  380. data/spec/models/spec_product_assignment_spec.rb +65 -0
  381. data/spec/models/spec_spec.rb +53 -0
  382. data/spec/models/spending_account_assignment_spec.rb +71 -0
  383. data/spec/models/spending_account_spec.rb +95 -0
  384. data/spec/models/user_group_assignment_spec.rb +59 -0
  385. data/spec/models/user_group_spec.rb +71 -0
  386. data/spec/models/user_spec.rb +107 -0
  387. data/spec/models/variant_spec.rb +77 -0
  388. data/spec/models/web_hook_route_spec.rb +65 -0
  389. data/spec/models/web_hook_spec.rb +113 -0
  390. data/spec/models/xp_index_spec.rb +59 -0
  391. data/spec/spec_helper.rb +122 -0
  392. metadata +757 -0
@@ -0,0 +1,9 @@
1
+ # OrderCloud::UserGroupAssignment
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **user_group_id** | **String** | | [optional]
7
+ **user_id** | **String** | | [optional]
8
+
9
+
@@ -0,0 +1,12 @@
1
+ # OrderCloud::Variant
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **id** | **String** | | [optional]
7
+ **name** | **String** | | [optional]
8
+ **description** | **String** | | [optional]
9
+ **active** | **BOOLEAN** | | [optional]
10
+ **xp** | **Object** | | [optional]
11
+
12
+
@@ -0,0 +1,18 @@
1
+ # OrderCloud::WebHook
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **id** | **Integer** | | [optional]
7
+ **name** | **String** | | [optional]
8
+ **type** | **String** | | [optional]
9
+ **description** | **String** | | [optional]
10
+ **base_url** | **String** | | [optional]
11
+ **shared_key** | **String** | | [optional]
12
+ **client_id** | **String** | | [optional]
13
+ **append_route** | **BOOLEAN** | | [optional]
14
+ **use_verb** | **BOOLEAN** | | [optional]
15
+ **elevated_claims_list** | **String** | | [optional]
16
+ **config_data** | **Object** | | [optional]
17
+
18
+
@@ -0,0 +1,10 @@
1
+ # OrderCloud::WebHookRoute
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **id** | **Integer** | | [optional]
7
+ **route** | **String** | | [optional]
8
+ **verb** | **String** | | [optional]
9
+
10
+
@@ -0,0 +1,9 @@
1
+ # OrderCloud::XpIndex
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **thing_type** | **String** | | [optional]
7
+ **key** | **String** | | [optional]
8
+
9
+
@@ -0,0 +1,67 @@
1
+ #!/bin/sh
2
+ #
3
+ # Generated by: https://github.com/swagger-api/swagger-codegen.git
4
+ #
5
+ # Licensed under the Apache License, Version 2.0 (the "License");
6
+ # you may not use this file except in compliance with the License.
7
+ # You may obtain a copy of the License at
8
+ #
9
+ # http://www.apache.org/licenses/LICENSE-2.0
10
+ #
11
+ # Unless required by applicable law or agreed to in writing, software
12
+ # distributed under the License is distributed on an "AS IS" BASIS,
13
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
+ # See the License for the specific language governing permissions and
15
+ # limitations under the License.
16
+ #
17
+ # ref: https://help.github.com/articles/adding-an-existing-project-to-github-using-the-command-line/
18
+ #
19
+ # Usage example: /bin/sh ./git_push.sh wing328 swagger-petstore-perl "minor update"
20
+
21
+ git_user_id=$1
22
+ git_repo_id=$2
23
+ release_note=$3
24
+
25
+ if [ "$git_user_id" = "" ]; then
26
+ git_user_id="GIT_USER_ID"
27
+ echo "[INFO] No command line input provided. Set \$git_user_id to $git_user_id"
28
+ fi
29
+
30
+ if [ "$git_repo_id" = "" ]; then
31
+ git_repo_id="GIT_REPO_ID"
32
+ echo "[INFO] No command line input provided. Set \$git_repo_id to $git_repo_id"
33
+ fi
34
+
35
+ if [ "$release_note" = "" ]; then
36
+ release_note="Minor update"
37
+ echo "[INFO] No command line input provided. Set \$release_note to $release_note"
38
+ fi
39
+
40
+ # Initialize the local directory as a Git repository
41
+ git init
42
+
43
+ # Adds the files in the local repository and stages them for commit.
44
+ git add .
45
+
46
+ # Commits the tracked changes and prepares them to be pushed to a remote repository.
47
+ git commit -m "$release_note"
48
+
49
+ # Sets the new remote
50
+ git_remote=`git remote`
51
+ if [ "$git_remote" = "" ]; then # git remote not defined
52
+
53
+ if [ "$GIT_TOKEN" = "" ]; then
54
+ echo "[INFO] \$GIT_TOKEN (environment variable) is not set. Using the git crediential in your environment."
55
+ git remote add origin https://github.com/${git_user_id}/${git_repo_id}.git
56
+ else
57
+ git remote add origin https://${git_user_id}:${GIT_TOKEN}@github.com/${git_user_id}/${git_repo_id}.git
58
+ fi
59
+
60
+ fi
61
+
62
+ git pull origin master
63
+
64
+ # Pushes (Forces) the changes in the local repository up to the remote repository
65
+ echo "Git pushing to https://github.com/${git_user_id}/${git_repo_id}.git"
66
+ git push origin master 2>&1 | grep -v 'To https'
67
+
@@ -0,0 +1,176 @@
1
+ =begin
2
+ #OrderCloud
3
+
4
+ #A full ecommerce backend as a service.
5
+
6
+ OpenAPI spec version: 1.0
7
+ Contact: ordercloud@four51.com
8
+ Generated by: https://github.com/swagger-api/swagger-codegen.git
9
+
10
+ Licensed under the Apache License, Version 2.0 (the "License");
11
+ you may not use this file except in compliance with the License.
12
+ You may obtain a copy of the License at
13
+
14
+ http://www.apache.org/licenses/LICENSE-2.0
15
+
16
+ Unless required by applicable law or agreed to in writing, software
17
+ distributed under the License is distributed on an "AS IS" BASIS,
18
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
19
+ See the License for the specific language governing permissions and
20
+ limitations under the License.
21
+
22
+ =end
23
+
24
+ # Common files
25
+ require 'order_cloud/api_client'
26
+ require 'order_cloud/api_auth'
27
+ require 'order_cloud/api_error'
28
+ require 'order_cloud/version'
29
+ require 'order_cloud/configuration'
30
+
31
+ # Models
32
+ require 'order_cloud/models/access_token'
33
+ require 'order_cloud/models/address'
34
+ require 'order_cloud/models/address_assignment'
35
+ require 'order_cloud/models/admin_company'
36
+ require 'order_cloud/models/admin_model_on_view'
37
+ require 'order_cloud/models/approval_rule'
38
+ require 'order_cloud/models/base_spec'
39
+ require 'order_cloud/models/buyer'
40
+ require 'order_cloud/models/buyer_address'
41
+ require 'order_cloud/models/buyer_credit_card'
42
+ require 'order_cloud/models/buyer_product'
43
+ require 'order_cloud/models/buyer_spec'
44
+ require 'order_cloud/models/category'
45
+ require 'order_cloud/models/category_assignment'
46
+ require 'order_cloud/models/category_product_assignment'
47
+ require 'order_cloud/models/cost_center'
48
+ require 'order_cloud/models/cost_center_assignment'
49
+ require 'order_cloud/models/credit_card'
50
+ require 'order_cloud/models/credit_card_assignment'
51
+ require 'order_cloud/models/email_template'
52
+ require 'order_cloud/models/file'
53
+ require 'order_cloud/models/impersonate_token_request'
54
+ require 'order_cloud/models/inventory'
55
+ require 'order_cloud/models/line_item'
56
+ require 'order_cloud/models/line_item_spec'
57
+ require 'order_cloud/models/list_address'
58
+ require 'order_cloud/models/list_address_assignment'
59
+ require 'order_cloud/models/list_admin_company'
60
+ require 'order_cloud/models/list_api_client'
61
+ require 'order_cloud/models/list_approval_rule'
62
+ require 'order_cloud/models/list_buyer'
63
+ require 'order_cloud/models/list_buyer_address'
64
+ require 'order_cloud/models/list_buyer_credit_card'
65
+ require 'order_cloud/models/list_buyer_product'
66
+ require 'order_cloud/models/list_buyer_spec'
67
+ require 'order_cloud/models/list_category'
68
+ require 'order_cloud/models/list_category_assignment'
69
+ require 'order_cloud/models/list_category_product_assignment'
70
+ require 'order_cloud/models/list_cost_center'
71
+ require 'order_cloud/models/list_cost_center_assignment'
72
+ require 'order_cloud/models/list_credit_card'
73
+ require 'order_cloud/models/list_credit_card_assignment'
74
+ require 'order_cloud/models/list_dev_accessible_company'
75
+ require 'order_cloud/models/list_file'
76
+ require 'order_cloud/models/list_inventory'
77
+ require 'order_cloud/models/list_line_item'
78
+ require 'order_cloud/models/list_order'
79
+ require 'order_cloud/models/list_order_approval'
80
+ require 'order_cloud/models/list_order_promotion'
81
+ require 'order_cloud/models/list_payment'
82
+ require 'order_cloud/models/list_price_schedule'
83
+ require 'order_cloud/models/list_product'
84
+ require 'order_cloud/models/list_product_assignment'
85
+ require 'order_cloud/models/list_promotion'
86
+ require 'order_cloud/models/list_promotion_assignment'
87
+ require 'order_cloud/models/list_security_profile'
88
+ require 'order_cloud/models/list_security_profile_assignment'
89
+ require 'order_cloud/models/list_shipment'
90
+ require 'order_cloud/models/list_spec'
91
+ require 'order_cloud/models/list_spec_option'
92
+ require 'order_cloud/models/list_spec_product_assignment'
93
+ require 'order_cloud/models/list_spending_account'
94
+ require 'order_cloud/models/list_spending_account_assignment'
95
+ require 'order_cloud/models/list_user'
96
+ require 'order_cloud/models/list_user_group'
97
+ require 'order_cloud/models/list_user_group_assignment'
98
+ require 'order_cloud/models/list_variant'
99
+ require 'order_cloud/models/list_web_hook'
100
+ require 'order_cloud/models/list_web_hook_route'
101
+ require 'order_cloud/models/list_xp_index'
102
+ require 'order_cloud/models/meta'
103
+ require 'order_cloud/models/order'
104
+ require 'order_cloud/models/order_approval'
105
+ require 'order_cloud/models/order_promotion'
106
+ require 'order_cloud/models/password_reset'
107
+ require 'order_cloud/models/password_reset_request'
108
+ require 'order_cloud/models/payment'
109
+ require 'order_cloud/models/payment_transaction'
110
+ require 'order_cloud/models/ping_response'
111
+ require 'order_cloud/models/price_break'
112
+ require 'order_cloud/models/price_schedule'
113
+ require 'order_cloud/models/product'
114
+ require 'order_cloud/models/product_assignment'
115
+ require 'order_cloud/models/promotion'
116
+ require 'order_cloud/models/promotion_assignment'
117
+ require 'order_cloud/models/security_profile'
118
+ require 'order_cloud/models/security_profile_assignment'
119
+ require 'order_cloud/models/shipment'
120
+ require 'order_cloud/models/shipment_item'
121
+ require 'order_cloud/models/spec'
122
+ require 'order_cloud/models/spec_option'
123
+ require 'order_cloud/models/spec_product_assignment'
124
+ require 'order_cloud/models/spending_account'
125
+ require 'order_cloud/models/spending_account_assignment'
126
+ require 'order_cloud/models/user'
127
+ require 'order_cloud/models/user_group'
128
+ require 'order_cloud/models/user_group_assignment'
129
+ require 'order_cloud/models/variant'
130
+ require 'order_cloud/models/web_hook'
131
+ require 'order_cloud/models/web_hook_route'
132
+ require 'order_cloud/models/xp_index'
133
+
134
+ # APIs
135
+ require 'order_cloud/api/address_api'
136
+ require 'order_cloud/api/admin_address_api'
137
+ require 'order_cloud/api/admin_user_api'
138
+ require 'order_cloud/api/approval_rule_api'
139
+ require 'order_cloud/api/buyer_api'
140
+ require 'order_cloud/api/category_api'
141
+ require 'order_cloud/api/cost_center_api'
142
+ require 'order_cloud/api/credit_card_api'
143
+ require 'order_cloud/api/email_template_api'
144
+ require 'order_cloud/api/file_api'
145
+ require 'order_cloud/api/line_item_api'
146
+ require 'order_cloud/api/me_api'
147
+ require 'order_cloud/api/order_api'
148
+ require 'order_cloud/api/password_reset_api'
149
+ require 'order_cloud/api/payment_api'
150
+ require 'order_cloud/api/price_schedule_api'
151
+ require 'order_cloud/api/product_api'
152
+ require 'order_cloud/api/promotion_api'
153
+ require 'order_cloud/api/security_profile_api'
154
+ require 'order_cloud/api/shipment_api'
155
+ require 'order_cloud/api/spec_api'
156
+ require 'order_cloud/api/spending_account_api'
157
+ require 'order_cloud/api/user_api'
158
+ require 'order_cloud/api/user_group_api'
159
+
160
+ module OrderCloud
161
+ class << self
162
+ # Customize default settings for the SDK using block.
163
+ # OrderCloud.configure do |config|
164
+ # config.username = "xxx"
165
+ # config.password = "xxx"
166
+ # end
167
+ # If no block given, return the default Configuration object.
168
+ def configure
169
+ if block_given?
170
+ yield(Configuration.default)
171
+ else
172
+ Configuration.default
173
+ end
174
+ end
175
+ end
176
+ end
@@ -0,0 +1,628 @@
1
+ =begin
2
+ #OrderCloud
3
+
4
+ #A full ecommerce backend as a service.
5
+
6
+ OpenAPI spec version: 1.0
7
+ Contact: ordercloud@four51.com
8
+ Generated by: https://github.com/swagger-api/swagger-codegen.git
9
+
10
+ Licensed under the Apache License, Version 2.0 (the "License");
11
+ you may not use this file except in compliance with the License.
12
+ You may obtain a copy of the License at
13
+
14
+ http://www.apache.org/licenses/LICENSE-2.0
15
+
16
+ Unless required by applicable law or agreed to in writing, software
17
+ distributed under the License is distributed on an "AS IS" BASIS,
18
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
19
+ See the License for the specific language governing permissions and
20
+ limitations under the License.
21
+
22
+ =end
23
+
24
+ require "uri"
25
+
26
+ module OrderCloud
27
+ class AddressApi
28
+ attr_accessor :api_client
29
+
30
+ def initialize(api_client = ApiClient.default)
31
+ @api_client = api_client
32
+ end
33
+
34
+ #
35
+ #
36
+ # @param buyer_id ID of the buyer.
37
+ # @param address
38
+ # @param [Hash] opts the optional parameters
39
+ # @return [Address]
40
+ def create(buyer_id, address, opts = {})
41
+ data, _status_code, _headers = create_with_http_info(buyer_id, address, opts)
42
+ return data
43
+ end
44
+
45
+ #
46
+ #
47
+ # @param buyer_id ID of the buyer.
48
+ # @param address
49
+ # @param [Hash] opts the optional parameters
50
+ # @return [Array<(Address, Fixnum, Hash)>] Address data, response status code and response headers
51
+ def create_with_http_info(buyer_id, address, opts = {})
52
+ if @api_client.config.debugging
53
+ @api_client.config.logger.debug "Calling API: AddressApi.create ..."
54
+ end
55
+ # verify the required parameter 'buyer_id' is set
56
+ fail ArgumentError, "Missing the required parameter 'buyer_id' when calling AddressApi.create" if buyer_id.nil?
57
+ # verify the required parameter 'address' is set
58
+ fail ArgumentError, "Missing the required parameter 'address' when calling AddressApi.create" if address.nil?
59
+ # resource path
60
+ local_var_path = "/buyers/{buyerID}/addresses".sub('{format}','json').sub('{' + 'buyerID' + '}', buyer_id.to_s)
61
+
62
+ # query parameters
63
+ query_params = {}
64
+
65
+ # header parameters
66
+ header_params = {}
67
+
68
+ # HTTP header 'Accept' (if needed)
69
+ local_header_accept = ['application/json']
70
+ local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
71
+
72
+ # HTTP header 'Content-Type'
73
+ local_header_content_type = ['application/json', 'text/plain; charset=utf-8']
74
+ header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
75
+
76
+ # form parameters
77
+ form_params = {}
78
+
79
+ # http body (model)
80
+ post_body = @api_client.object_to_http_body(address)
81
+ auth_names = ['oauth2']
82
+ data, status_code, headers = @api_client.call_api(:POST, local_var_path,
83
+ :header_params => header_params,
84
+ :query_params => query_params,
85
+ :form_params => form_params,
86
+ :body => post_body,
87
+ :auth_names => auth_names,
88
+ :return_type => 'Address')
89
+ if @api_client.config.debugging
90
+ @api_client.config.logger.debug "API called: AddressApi#create\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
91
+ end
92
+ return data, status_code, headers
93
+ end
94
+
95
+ #
96
+ #
97
+ # @param buyer_id ID of the buyer.
98
+ # @param address_id ID of the address.
99
+ # @param [Hash] opts the optional parameters
100
+ # @return [nil]
101
+ def delete(buyer_id, address_id, opts = {})
102
+ delete_with_http_info(buyer_id, address_id, opts)
103
+ return nil
104
+ end
105
+
106
+ #
107
+ #
108
+ # @param buyer_id ID of the buyer.
109
+ # @param address_id ID of the address.
110
+ # @param [Hash] opts the optional parameters
111
+ # @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
112
+ def delete_with_http_info(buyer_id, address_id, opts = {})
113
+ if @api_client.config.debugging
114
+ @api_client.config.logger.debug "Calling API: AddressApi.delete ..."
115
+ end
116
+ # verify the required parameter 'buyer_id' is set
117
+ fail ArgumentError, "Missing the required parameter 'buyer_id' when calling AddressApi.delete" if buyer_id.nil?
118
+ # verify the required parameter 'address_id' is set
119
+ fail ArgumentError, "Missing the required parameter 'address_id' when calling AddressApi.delete" if address_id.nil?
120
+ # resource path
121
+ local_var_path = "/buyers/{buyerID}/addresses/{addressID}".sub('{format}','json').sub('{' + 'buyerID' + '}', buyer_id.to_s).sub('{' + 'addressID' + '}', address_id.to_s)
122
+
123
+ # query parameters
124
+ query_params = {}
125
+
126
+ # header parameters
127
+ header_params = {}
128
+
129
+ # HTTP header 'Accept' (if needed)
130
+ local_header_accept = ['application/json']
131
+ local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
132
+
133
+ # HTTP header 'Content-Type'
134
+ local_header_content_type = ['application/json', 'text/plain; charset=utf-8']
135
+ header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
136
+
137
+ # form parameters
138
+ form_params = {}
139
+
140
+ # http body (model)
141
+ post_body = nil
142
+ auth_names = ['oauth2']
143
+ data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
144
+ :header_params => header_params,
145
+ :query_params => query_params,
146
+ :form_params => form_params,
147
+ :body => post_body,
148
+ :auth_names => auth_names)
149
+ if @api_client.config.debugging
150
+ @api_client.config.logger.debug "API called: AddressApi#delete\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
151
+ end
152
+ return data, status_code, headers
153
+ end
154
+
155
+ #
156
+ #
157
+ # @param buyer_id ID of the buyer.
158
+ # @param address_id ID of the address.
159
+ # @param [Hash] opts the optional parameters
160
+ # @option opts [String] :user_id ID of the user.
161
+ # @option opts [String] :user_group_id ID of the user group.
162
+ # @return [nil]
163
+ def delete_assignment(buyer_id, address_id, opts = {})
164
+ delete_assignment_with_http_info(buyer_id, address_id, opts)
165
+ return nil
166
+ end
167
+
168
+ #
169
+ #
170
+ # @param buyer_id ID of the buyer.
171
+ # @param address_id ID of the address.
172
+ # @param [Hash] opts the optional parameters
173
+ # @option opts [String] :user_id ID of the user.
174
+ # @option opts [String] :user_group_id ID of the user group.
175
+ # @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
176
+ def delete_assignment_with_http_info(buyer_id, address_id, opts = {})
177
+ if @api_client.config.debugging
178
+ @api_client.config.logger.debug "Calling API: AddressApi.delete_assignment ..."
179
+ end
180
+ # verify the required parameter 'buyer_id' is set
181
+ fail ArgumentError, "Missing the required parameter 'buyer_id' when calling AddressApi.delete_assignment" if buyer_id.nil?
182
+ # verify the required parameter 'address_id' is set
183
+ fail ArgumentError, "Missing the required parameter 'address_id' when calling AddressApi.delete_assignment" if address_id.nil?
184
+ # resource path
185
+ local_var_path = "/buyers/{buyerID}/addresses/{addressID}/assignments".sub('{format}','json').sub('{' + 'buyerID' + '}', buyer_id.to_s).sub('{' + 'addressID' + '}', address_id.to_s)
186
+
187
+ # query parameters
188
+ query_params = {}
189
+ query_params[:'userID'] = opts[:'user_id'] if !opts[:'user_id'].nil?
190
+ query_params[:'userGroupID'] = opts[:'user_group_id'] if !opts[:'user_group_id'].nil?
191
+
192
+ # header parameters
193
+ header_params = {}
194
+
195
+ # HTTP header 'Accept' (if needed)
196
+ local_header_accept = ['application/json']
197
+ local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
198
+
199
+ # HTTP header 'Content-Type'
200
+ local_header_content_type = ['application/json', 'text/plain; charset=utf-8']
201
+ header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
202
+
203
+ # form parameters
204
+ form_params = {}
205
+
206
+ # http body (model)
207
+ post_body = nil
208
+ auth_names = ['oauth2']
209
+ data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
210
+ :header_params => header_params,
211
+ :query_params => query_params,
212
+ :form_params => form_params,
213
+ :body => post_body,
214
+ :auth_names => auth_names)
215
+ if @api_client.config.debugging
216
+ @api_client.config.logger.debug "API called: AddressApi#delete_assignment\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
217
+ end
218
+ return data, status_code, headers
219
+ end
220
+
221
+ #
222
+ #
223
+ # @param buyer_id ID of the buyer.
224
+ # @param address_id ID of the address.
225
+ # @param [Hash] opts the optional parameters
226
+ # @return [Address]
227
+ def get(buyer_id, address_id, opts = {})
228
+ data, _status_code, _headers = get_with_http_info(buyer_id, address_id, opts)
229
+ return data
230
+ end
231
+
232
+ #
233
+ #
234
+ # @param buyer_id ID of the buyer.
235
+ # @param address_id ID of the address.
236
+ # @param [Hash] opts the optional parameters
237
+ # @return [Array<(Address, Fixnum, Hash)>] Address data, response status code and response headers
238
+ def get_with_http_info(buyer_id, address_id, opts = {})
239
+ if @api_client.config.debugging
240
+ @api_client.config.logger.debug "Calling API: AddressApi.get ..."
241
+ end
242
+ # verify the required parameter 'buyer_id' is set
243
+ fail ArgumentError, "Missing the required parameter 'buyer_id' when calling AddressApi.get" if buyer_id.nil?
244
+ # verify the required parameter 'address_id' is set
245
+ fail ArgumentError, "Missing the required parameter 'address_id' when calling AddressApi.get" if address_id.nil?
246
+ # resource path
247
+ local_var_path = "/buyers/{buyerID}/addresses/{addressID}".sub('{format}','json').sub('{' + 'buyerID' + '}', buyer_id.to_s).sub('{' + 'addressID' + '}', address_id.to_s)
248
+
249
+ # query parameters
250
+ query_params = {}
251
+
252
+ # header parameters
253
+ header_params = {}
254
+
255
+ # HTTP header 'Accept' (if needed)
256
+ local_header_accept = ['application/json']
257
+ local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
258
+
259
+ # HTTP header 'Content-Type'
260
+ local_header_content_type = ['application/json', 'text/plain; charset=utf-8']
261
+ header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
262
+
263
+ # form parameters
264
+ form_params = {}
265
+
266
+ # http body (model)
267
+ post_body = nil
268
+ auth_names = ['oauth2']
269
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path,
270
+ :header_params => header_params,
271
+ :query_params => query_params,
272
+ :form_params => form_params,
273
+ :body => post_body,
274
+ :auth_names => auth_names,
275
+ :return_type => 'Address')
276
+ if @api_client.config.debugging
277
+ @api_client.config.logger.debug "API called: AddressApi#get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
278
+ end
279
+ return data, status_code, headers
280
+ end
281
+
282
+ #
283
+ #
284
+ # @param buyer_id ID of the buyer.
285
+ # @param [Hash] opts the optional parameters
286
+ # @option opts [String] :search Word or phrase to search for.
287
+ # @option opts [String] :search_on Comma-delimited list of fields to search on.
288
+ # @option opts [String] :sort_by Comma-delimited list of fields to sort by.
289
+ # @option opts [Integer] :page Page of results to return. Default: 1
290
+ # @option opts [Integer] :page_size Number of results to return per page. Default: 20, max: 100.
291
+ # @option opts [Hash<String, String>] :filters Any additional key/value pairs passed in the query string are interpretted as filters. Valid keys are top-level properties of the returned model or &#39;xp.???&#39;
292
+ # @return [ListAddress]
293
+ def list(buyer_id, opts = {})
294
+ data, _status_code, _headers = list_with_http_info(buyer_id, opts)
295
+ return data
296
+ end
297
+
298
+ #
299
+ #
300
+ # @param buyer_id ID of the buyer.
301
+ # @param [Hash] opts the optional parameters
302
+ # @option opts [String] :search Word or phrase to search for.
303
+ # @option opts [String] :search_on Comma-delimited list of fields to search on.
304
+ # @option opts [String] :sort_by Comma-delimited list of fields to sort by.
305
+ # @option opts [Integer] :page Page of results to return. Default: 1
306
+ # @option opts [Integer] :page_size Number of results to return per page. Default: 20, max: 100.
307
+ # @option opts [Hash<String, String>] :filters Any additional key/value pairs passed in the query string are interpretted as filters. Valid keys are top-level properties of the returned model or &#39;xp.???&#39;
308
+ # @return [Array<(ListAddress, Fixnum, Hash)>] ListAddress data, response status code and response headers
309
+ def list_with_http_info(buyer_id, opts = {})
310
+ if @api_client.config.debugging
311
+ @api_client.config.logger.debug "Calling API: AddressApi.list ..."
312
+ end
313
+ # verify the required parameter 'buyer_id' is set
314
+ fail ArgumentError, "Missing the required parameter 'buyer_id' when calling AddressApi.list" if buyer_id.nil?
315
+ # resource path
316
+ local_var_path = "/buyers/{buyerID}/addresses".sub('{format}','json').sub('{' + 'buyerID' + '}', buyer_id.to_s)
317
+
318
+ # query parameters
319
+ query_params = {}
320
+ query_params[:'search'] = opts[:'search'] if !opts[:'search'].nil?
321
+ query_params[:'searchOn'] = opts[:'search_on'] if !opts[:'search_on'].nil?
322
+ query_params[:'sortBy'] = opts[:'sort_by'] if !opts[:'sort_by'].nil?
323
+ query_params[:'page'] = opts[:'page'] if !opts[:'page'].nil?
324
+ query_params[:'pageSize'] = opts[:'page_size'] if !opts[:'page_size'].nil?
325
+ query_params[:'filters'] = opts[:'filters'] if !opts[:'filters'].nil?
326
+
327
+ # header parameters
328
+ header_params = {}
329
+
330
+ # HTTP header 'Accept' (if needed)
331
+ local_header_accept = ['application/json']
332
+ local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
333
+
334
+ # HTTP header 'Content-Type'
335
+ local_header_content_type = ['application/json', 'text/plain; charset=utf-8']
336
+ header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
337
+
338
+ # form parameters
339
+ form_params = {}
340
+
341
+ # http body (model)
342
+ post_body = nil
343
+ auth_names = ['oauth2']
344
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path,
345
+ :header_params => header_params,
346
+ :query_params => query_params,
347
+ :form_params => form_params,
348
+ :body => post_body,
349
+ :auth_names => auth_names,
350
+ :return_type => 'ListAddress')
351
+ if @api_client.config.debugging
352
+ @api_client.config.logger.debug "API called: AddressApi#list\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
353
+ end
354
+ return data, status_code, headers
355
+ end
356
+
357
+ #
358
+ #
359
+ # @param buyer_id ID of the buyer.
360
+ # @param [Hash] opts the optional parameters
361
+ # @option opts [String] :address_id ID of the address.
362
+ # @option opts [String] :user_id ID of the user.
363
+ # @option opts [String] :user_group_id ID of the user group.
364
+ # @option opts [String] :level Level of the address.
365
+ # @option opts [BOOLEAN] :is_shipping Is shipping of the address.
366
+ # @option opts [BOOLEAN] :is_billing Is billing of the address.
367
+ # @option opts [Integer] :page Page of results to return. Default: 1
368
+ # @option opts [Integer] :page_size Number of results to return per page. Default: 20, max: 100.
369
+ # @return [ListAddressAssignment]
370
+ def list_assignments(buyer_id, opts = {})
371
+ data, _status_code, _headers = list_assignments_with_http_info(buyer_id, opts)
372
+ return data
373
+ end
374
+
375
+ #
376
+ #
377
+ # @param buyer_id ID of the buyer.
378
+ # @param [Hash] opts the optional parameters
379
+ # @option opts [String] :address_id ID of the address.
380
+ # @option opts [String] :user_id ID of the user.
381
+ # @option opts [String] :user_group_id ID of the user group.
382
+ # @option opts [String] :level Level of the address.
383
+ # @option opts [BOOLEAN] :is_shipping Is shipping of the address.
384
+ # @option opts [BOOLEAN] :is_billing Is billing of the address.
385
+ # @option opts [Integer] :page Page of results to return. Default: 1
386
+ # @option opts [Integer] :page_size Number of results to return per page. Default: 20, max: 100.
387
+ # @return [Array<(ListAddressAssignment, Fixnum, Hash)>] ListAddressAssignment data, response status code and response headers
388
+ def list_assignments_with_http_info(buyer_id, opts = {})
389
+ if @api_client.config.debugging
390
+ @api_client.config.logger.debug "Calling API: AddressApi.list_assignments ..."
391
+ end
392
+ # verify the required parameter 'buyer_id' is set
393
+ fail ArgumentError, "Missing the required parameter 'buyer_id' when calling AddressApi.list_assignments" if buyer_id.nil?
394
+ # resource path
395
+ local_var_path = "/buyers/{buyerID}/addresses/assignments".sub('{format}','json').sub('{' + 'buyerID' + '}', buyer_id.to_s)
396
+
397
+ # query parameters
398
+ query_params = {}
399
+ query_params[:'addressID'] = opts[:'address_id'] if !opts[:'address_id'].nil?
400
+ query_params[:'userID'] = opts[:'user_id'] if !opts[:'user_id'].nil?
401
+ query_params[:'userGroupID'] = opts[:'user_group_id'] if !opts[:'user_group_id'].nil?
402
+ query_params[:'level'] = opts[:'level'] if !opts[:'level'].nil?
403
+ query_params[:'isShipping'] = opts[:'is_shipping'] if !opts[:'is_shipping'].nil?
404
+ query_params[:'isBilling'] = opts[:'is_billing'] if !opts[:'is_billing'].nil?
405
+ query_params[:'page'] = opts[:'page'] if !opts[:'page'].nil?
406
+ query_params[:'pageSize'] = opts[:'page_size'] if !opts[:'page_size'].nil?
407
+
408
+ # header parameters
409
+ header_params = {}
410
+
411
+ # HTTP header 'Accept' (if needed)
412
+ local_header_accept = ['application/json']
413
+ local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
414
+
415
+ # HTTP header 'Content-Type'
416
+ local_header_content_type = ['application/json', 'text/plain; charset=utf-8']
417
+ header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
418
+
419
+ # form parameters
420
+ form_params = {}
421
+
422
+ # http body (model)
423
+ post_body = nil
424
+ auth_names = ['oauth2']
425
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path,
426
+ :header_params => header_params,
427
+ :query_params => query_params,
428
+ :form_params => form_params,
429
+ :body => post_body,
430
+ :auth_names => auth_names,
431
+ :return_type => 'ListAddressAssignment')
432
+ if @api_client.config.debugging
433
+ @api_client.config.logger.debug "API called: AddressApi#list_assignments\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
434
+ end
435
+ return data, status_code, headers
436
+ end
437
+
438
+ #
439
+ #
440
+ # @param buyer_id ID of the buyer.
441
+ # @param address_id ID of the address.
442
+ # @param address
443
+ # @param [Hash] opts the optional parameters
444
+ # @return [Address]
445
+ def patch(buyer_id, address_id, address, opts = {})
446
+ data, _status_code, _headers = patch_with_http_info(buyer_id, address_id, address, opts)
447
+ return data
448
+ end
449
+
450
+ #
451
+ #
452
+ # @param buyer_id ID of the buyer.
453
+ # @param address_id ID of the address.
454
+ # @param address
455
+ # @param [Hash] opts the optional parameters
456
+ # @return [Array<(Address, Fixnum, Hash)>] Address data, response status code and response headers
457
+ def patch_with_http_info(buyer_id, address_id, address, opts = {})
458
+ if @api_client.config.debugging
459
+ @api_client.config.logger.debug "Calling API: AddressApi.patch ..."
460
+ end
461
+ # verify the required parameter 'buyer_id' is set
462
+ fail ArgumentError, "Missing the required parameter 'buyer_id' when calling AddressApi.patch" if buyer_id.nil?
463
+ # verify the required parameter 'address_id' is set
464
+ fail ArgumentError, "Missing the required parameter 'address_id' when calling AddressApi.patch" if address_id.nil?
465
+ # verify the required parameter 'address' is set
466
+ fail ArgumentError, "Missing the required parameter 'address' when calling AddressApi.patch" if address.nil?
467
+ # resource path
468
+ local_var_path = "/buyers/{buyerID}/addresses/{addressID}".sub('{format}','json').sub('{' + 'buyerID' + '}', buyer_id.to_s).sub('{' + 'addressID' + '}', address_id.to_s)
469
+
470
+ # query parameters
471
+ query_params = {}
472
+
473
+ # header parameters
474
+ header_params = {}
475
+
476
+ # HTTP header 'Accept' (if needed)
477
+ local_header_accept = ['application/json']
478
+ local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
479
+
480
+ # HTTP header 'Content-Type'
481
+ local_header_content_type = ['application/json', 'text/plain; charset=utf-8']
482
+ header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
483
+
484
+ # form parameters
485
+ form_params = {}
486
+
487
+ # http body (model)
488
+ post_body = @api_client.object_to_http_body(address)
489
+ auth_names = ['oauth2']
490
+ data, status_code, headers = @api_client.call_api(:PATCH, local_var_path,
491
+ :header_params => header_params,
492
+ :query_params => query_params,
493
+ :form_params => form_params,
494
+ :body => post_body,
495
+ :auth_names => auth_names,
496
+ :return_type => 'Address')
497
+ if @api_client.config.debugging
498
+ @api_client.config.logger.debug "API called: AddressApi#patch\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
499
+ end
500
+ return data, status_code, headers
501
+ end
502
+
503
+ #
504
+ #
505
+ # @param buyer_id ID of the buyer.
506
+ # @param assignment
507
+ # @param [Hash] opts the optional parameters
508
+ # @return [nil]
509
+ def save_assignment(buyer_id, assignment, opts = {})
510
+ save_assignment_with_http_info(buyer_id, assignment, opts)
511
+ return nil
512
+ end
513
+
514
+ #
515
+ #
516
+ # @param buyer_id ID of the buyer.
517
+ # @param assignment
518
+ # @param [Hash] opts the optional parameters
519
+ # @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
520
+ def save_assignment_with_http_info(buyer_id, assignment, opts = {})
521
+ if @api_client.config.debugging
522
+ @api_client.config.logger.debug "Calling API: AddressApi.save_assignment ..."
523
+ end
524
+ # verify the required parameter 'buyer_id' is set
525
+ fail ArgumentError, "Missing the required parameter 'buyer_id' when calling AddressApi.save_assignment" if buyer_id.nil?
526
+ # verify the required parameter 'assignment' is set
527
+ fail ArgumentError, "Missing the required parameter 'assignment' when calling AddressApi.save_assignment" if assignment.nil?
528
+ # resource path
529
+ local_var_path = "/buyers/{buyerID}/addresses/assignments".sub('{format}','json').sub('{' + 'buyerID' + '}', buyer_id.to_s)
530
+
531
+ # query parameters
532
+ query_params = {}
533
+
534
+ # header parameters
535
+ header_params = {}
536
+
537
+ # HTTP header 'Accept' (if needed)
538
+ local_header_accept = ['application/json']
539
+ local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
540
+
541
+ # HTTP header 'Content-Type'
542
+ local_header_content_type = ['application/json', 'text/plain; charset=utf-8']
543
+ header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
544
+
545
+ # form parameters
546
+ form_params = {}
547
+
548
+ # http body (model)
549
+ post_body = @api_client.object_to_http_body(assignment)
550
+ auth_names = ['oauth2']
551
+ data, status_code, headers = @api_client.call_api(:POST, local_var_path,
552
+ :header_params => header_params,
553
+ :query_params => query_params,
554
+ :form_params => form_params,
555
+ :body => post_body,
556
+ :auth_names => auth_names)
557
+ if @api_client.config.debugging
558
+ @api_client.config.logger.debug "API called: AddressApi#save_assignment\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
559
+ end
560
+ return data, status_code, headers
561
+ end
562
+
563
+ #
564
+ #
565
+ # @param buyer_id ID of the buyer.
566
+ # @param address_id ID of the address.
567
+ # @param address
568
+ # @param [Hash] opts the optional parameters
569
+ # @return [Address]
570
+ def update(buyer_id, address_id, address, opts = {})
571
+ data, _status_code, _headers = update_with_http_info(buyer_id, address_id, address, opts)
572
+ return data
573
+ end
574
+
575
+ #
576
+ #
577
+ # @param buyer_id ID of the buyer.
578
+ # @param address_id ID of the address.
579
+ # @param address
580
+ # @param [Hash] opts the optional parameters
581
+ # @return [Array<(Address, Fixnum, Hash)>] Address data, response status code and response headers
582
+ def update_with_http_info(buyer_id, address_id, address, opts = {})
583
+ if @api_client.config.debugging
584
+ @api_client.config.logger.debug "Calling API: AddressApi.update ..."
585
+ end
586
+ # verify the required parameter 'buyer_id' is set
587
+ fail ArgumentError, "Missing the required parameter 'buyer_id' when calling AddressApi.update" if buyer_id.nil?
588
+ # verify the required parameter 'address_id' is set
589
+ fail ArgumentError, "Missing the required parameter 'address_id' when calling AddressApi.update" if address_id.nil?
590
+ # verify the required parameter 'address' is set
591
+ fail ArgumentError, "Missing the required parameter 'address' when calling AddressApi.update" if address.nil?
592
+ # resource path
593
+ local_var_path = "/buyers/{buyerID}/addresses/{addressID}".sub('{format}','json').sub('{' + 'buyerID' + '}', buyer_id.to_s).sub('{' + 'addressID' + '}', address_id.to_s)
594
+
595
+ # query parameters
596
+ query_params = {}
597
+
598
+ # header parameters
599
+ header_params = {}
600
+
601
+ # HTTP header 'Accept' (if needed)
602
+ local_header_accept = ['application/json']
603
+ local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
604
+
605
+ # HTTP header 'Content-Type'
606
+ local_header_content_type = ['application/json', 'text/plain; charset=utf-8']
607
+ header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
608
+
609
+ # form parameters
610
+ form_params = {}
611
+
612
+ # http body (model)
613
+ post_body = @api_client.object_to_http_body(address)
614
+ auth_names = ['oauth2']
615
+ data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
616
+ :header_params => header_params,
617
+ :query_params => query_params,
618
+ :form_params => form_params,
619
+ :body => post_body,
620
+ :auth_names => auth_names,
621
+ :return_type => 'Address')
622
+ if @api_client.config.debugging
623
+ @api_client.config.logger.debug "API called: AddressApi#update\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
624
+ end
625
+ return data, status_code, headers
626
+ end
627
+ end
628
+ end