Skip to content

Commit c6c8b95

Browse files
author
Crhistian Ramirez
committed
🔖 v3.6.9 last version before big breaking changes
1 parent 435a5f7 commit c6c8b95

39 files changed

Lines changed: 921 additions & 117 deletions

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ of your imagination.
1010
This SDK is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:
1111

1212
- API version: 1.0
13-
- Package version: 3.5.9
14-
- Build date: 2019-09-17T11:52:00.660-05:00
13+
- Package version: 3.6.9
14+
- Build date: 2020-02-29T13:21:33.495-06:00
1515

1616
For more information, please visit [https://developer.ordercloud.io/documentation/](https://developer.ordercloud.io/documentation/getting-started/introduction-to-ordercloud)
1717

@@ -333,9 +333,11 @@ Class | Method | HTTP request | Description
333333
*OrderCloud.Orders* | [**AddPromotion**](docs/Orders.md#AddPromotion) | **POST** /orders/{direction}/{orderID}/promotions/{promoCode} |
334334
*OrderCloud.Orders* | [**Approve**](docs/Orders.md#Approve) | **POST** /orders/{direction}/{orderID}/approve |
335335
*OrderCloud.Orders* | [**Cancel**](docs/Orders.md#Cancel) | **POST** /orders/{direction}/{orderID}/cancel |
336+
*OrderCloud.Orders* | [**Complete**](docs/Orders.md#Complete) | **POST** /orders/{direction}/{orderID}/complete |
336337
*OrderCloud.Orders* | [**Create**](docs/Orders.md#Create) | **POST** /orders/{direction} |
337338
*OrderCloud.Orders* | [**Decline**](docs/Orders.md#Decline) | **POST** /orders/{direction}/{orderID}/decline |
338339
*OrderCloud.Orders* | [**Delete**](docs/Orders.md#Delete) | **DELETE** /orders/{direction}/{orderID} |
340+
*OrderCloud.Orders* | [**Forward**](docs/Orders.md#Forward) | **POST** /orders/{direction}/{orderID}/forward |
339341
*OrderCloud.Orders* | [**Get**](docs/Orders.md#Get) | **GET** /orders/{direction}/{orderID} |
340342
*OrderCloud.Orders* | [**List**](docs/Orders.md#List) | **GET** /orders/{direction} |
341343
*OrderCloud.Orders* | [**ListApprovals**](docs/Orders.md#ListApprovals) | **GET** /orders/{direction}/{orderID}/approvals |
@@ -350,7 +352,9 @@ Class | Method | HTTP request | Description
350352
*OrderCloud.Orders* | [**SetBillingAddress**](docs/Orders.md#SetBillingAddress) | **PUT** /orders/{direction}/{orderID}/billto |
351353
*OrderCloud.Orders* | [**SetShippingAddress**](docs/Orders.md#SetShippingAddress) | **PUT** /orders/{direction}/{orderID}/shipto |
352354
*OrderCloud.Orders* | [**Ship**](docs/Orders.md#Ship) | **POST** /orders/{direction}/{orderID}/ship |
355+
*OrderCloud.Orders* | [**Split**](docs/Orders.md#Split) | **POST** /orders/{direction}/{orderID}/split |
353356
*OrderCloud.Orders* | [**Submit**](docs/Orders.md#Submit) | **POST** /orders/{direction}/{orderID}/submit |
357+
*OrderCloud.Orders* | [**Validate**](docs/Orders.md#Validate) | **POST** /orders/{direction}/{orderID}/validate |
354358
*OrderCloud.PasswordResets* | [**ResetPasswordByVerificationCode**](docs/PasswordResets.md#ResetPasswordByVerificationCode) | **PUT** /password/reset/{verificationCode} |
355359
*OrderCloud.PasswordResets* | [**SendVerificationCode**](docs/PasswordResets.md#SendVerificationCode) | **POST** /password/reset |
356360
*OrderCloud.Payments* | [**Create**](docs/Payments.md#Create) | **POST** /orders/{direction}/{orderID}/payments |
@@ -376,6 +380,7 @@ Class | Method | HTTP request | Description
376380
*OrderCloud.Products* | [**GetVariant**](docs/Products.md#GetVariant) | **GET** /products/{productID}/variants/{variantID} |
377381
*OrderCloud.Products* | [**List**](docs/Products.md#List) | **GET** /products |
378382
*OrderCloud.Products* | [**ListAssignments**](docs/Products.md#ListAssignments) | **GET** /products/assignments |
383+
*OrderCloud.Products* | [**ListSpecs**](docs/Products.md#ListSpecs) | **GET** /products/{productID}/specs |
379384
*OrderCloud.Products* | [**ListSuppliers**](docs/Products.md#ListSuppliers) | **GET** /products/{productID}/suppliers |
380385
*OrderCloud.Products* | [**ListVariants**](docs/Products.md#ListVariants) | **GET** /products/{productID}/variants |
381386
*OrderCloud.Products* | [**Patch**](docs/Products.md#Patch) | **PATCH** /products/{productID} |
@@ -512,7 +517,6 @@ Class | Method | HTTP request | Description
512517
- [OrderCloud.BuyerAddress](docs/BuyerAddress.md)
513518
- [OrderCloud.BuyerCreditCard](docs/BuyerCreditCard.md)
514519
- [OrderCloud.BuyerProduct](docs/BuyerProduct.md)
515-
- [OrderCloud.BuyerSpec](docs/BuyerSpec.md)
516520
- [OrderCloud.Catalog](docs/Catalog.md)
517521
- [OrderCloud.CatalogAssignment](docs/CatalogAssignment.md)
518522
- [OrderCloud.Category](docs/Category.md)
@@ -539,7 +543,6 @@ Class | Method | HTTP request | Description
539543
- [OrderCloud.ListBuyerAddress](docs/ListBuyerAddress.md)
540544
- [OrderCloud.ListBuyerCreditCard](docs/ListBuyerCreditCard.md)
541545
- [OrderCloud.ListBuyerProduct](docs/ListBuyerProduct.md)
542-
- [OrderCloud.ListBuyerSpec](docs/ListBuyerSpec.md)
543546
- [OrderCloud.ListCatalog](docs/ListCatalog.md)
544547
- [OrderCloud.ListCatalogAssignment](docs/ListCatalogAssignment.md)
545548
- [OrderCloud.ListCategory](docs/ListCategory.md)
@@ -598,6 +601,7 @@ Class | Method | HTTP request | Description
598601
- [OrderCloud.OrderApproval](docs/OrderApproval.md)
599602
- [OrderCloud.OrderApprovalInfo](docs/OrderApprovalInfo.md)
600603
- [OrderCloud.OrderPromotion](docs/OrderPromotion.md)
604+
- [OrderCloud.OrderSplitResult](docs/OrderSplitResult.md)
601605
- [OrderCloud.PartialAddress](docs/PartialAddress.md)
602606
- [OrderCloud.PartialApiClient](docs/PartialApiClient.md)
603607
- [OrderCloud.PartialApprovalRule](docs/PartialApprovalRule.md)

docs/BuyerProduct.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ Name | Type | Description | Notes
1414
**shipLength** | **Number** | | [optional]
1515
**active** | **Boolean** | | [optional]
1616
**specCount** | **Number** | | [optional]
17-
**xp** | **Object** | | [optional]
1817
**variantCount** | **Number** | | [optional]
1918
**shipFromAddressID** | **String** | | [optional]
2019
**inventory** | [**Inventory**](Inventory.md) | | [optional]
2120
**defaultSupplierID** | **String** | | [optional]
21+
**xp** | **Object** | | [optional]
2222

2323

docs/Catalog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
66
**ID** | **String** | | [optional]
7+
**ownerID** | **String** | | [optional]
78
**name** | **String** | | [optional]
89
**description** | **String** | | [optional]
910
**active** | **Boolean** | | [optional]

docs/ImpersonateTokenRequest.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@ Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
66
**clientID** | **String** | | [optional]
77
**roles** | **[String]** | | [optional]
8+
**customRoles** | **[String]** | | [optional]
89

910

docs/ListProduct.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
66
**items** | [**[Product]**](Product.md) | | [optional]
7-
**meta** | [**Meta**](Meta.md) | | [optional]
7+
**meta** | [**MetaWithFacets**](MetaWithFacets.md) | | [optional]
88

99

docs/Me.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -618,7 +618,7 @@ Name | Type | Description | Notes
618618

619619
<a name="GetSpec"></a>
620620
# **GetSpec**
621-
> BuyerSpec GetSpec(productID, specID, opts)
621+
> Spec GetSpec(productID, specID, opts)
622622
623623

624624

@@ -658,7 +658,7 @@ Name | Type | Description | Notes
658658

659659
### Return type
660660

661-
[**BuyerSpec**](BuyerSpec.md)
661+
[**Spec**](Spec.md)
662662

663663
### Authorization
664664

@@ -1397,7 +1397,7 @@ Name | Type | Description | Notes
13971397

13981398
<a name="ListSpecs"></a>
13991399
# **ListSpecs**
1400-
> ListBuyerSpec ListSpecs(productID, opts)
1400+
> ListSpec ListSpecs(productID, opts)
14011401
14021402

14031403

@@ -1446,7 +1446,7 @@ Name | Type | Description | Notes
14461446

14471447
### Return type
14481448

1449-
[**ListBuyerSpec**](ListBuyerSpec.md)
1449+
[**ListSpec**](ListSpec.md)
14501450

14511451
### Authorization
14521452

docs/OpenIdConnect.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@ Name | Type | Description | Notes
1010
**appStartUrl** | **String** | | [optional]
1111
**authorizationEndpoint** | **String** | | [optional]
1212
**tokenEndpoint** | **String** | | [optional]
13+
**urlEncoded** | **Boolean** | | [optional]
1314

1415

docs/Order.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
66
**ID** | **String** | | [optional]
77
**fromUser** | [**User**](User.md) | | [optional]
88
**fromCompanyID** | **String** | | [optional]
9+
**toCompanyID** | **String** | | [optional]
910
**fromUserID** | **String** | | [optional]
1011
**billingAddressID** | **String** | | [optional]
1112
**billingAddress** | [**Address**](Address.md) | | [optional]

docs/OrderSplitResult.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# OrderCloud.OrderSplitResult
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**outgoingOrders** | [**[Order]**](Order.md) | | [optional]
7+
**remainingLineItemIDs** | **[String]** | | [optional]
8+
9+

0 commit comments

Comments
 (0)