diff --git a/.openapi-generator/FILES b/.openapi-generator/FILES
index 798e447..d6c3225 100644
--- a/.openapi-generator/FILES
+++ b/.openapi-generator/FILES
@@ -269,8 +269,8 @@ docs/ProductCatalogV5API.md
docs/ProductDetailResponse.md
docs/ProductDetailResponseAdditionalInformation.md
docs/ProductDetailResponseAdditionalInformationProductWeightInner.md
-docs/ProductDetailResponseCiscoFieldsInner.md
-docs/ProductDetailResponseIndicatorsInner.md
+docs/ProductDetailResponseCiscoFields.md
+docs/ProductDetailResponseIndicators.md
docs/ProductDetailResponseTechnicalSpecificationsInner.md
docs/ProductLineType.md
docs/ProductLineTypeSerialnumberdetailsInner.md
@@ -596,8 +596,8 @@ model_price_and_availability_response_serviceresponse_responsepreamble.go
model_product_detail_response.go
model_product_detail_response_additional_information.go
model_product_detail_response_additional_information_product_weight_inner.go
-model_product_detail_response_cisco_fields_inner.go
-model_product_detail_response_indicators_inner.go
+model_product_detail_response_cisco_fields.go
+model_product_detail_response_indicators.go
model_product_detail_response_technical_specifications_inner.go
model_product_line_type.go
model_product_line_type_serialnumberdetails_inner.go
diff --git a/.openapi-generator/VERSION b/.openapi-generator/VERSION
index 4b49d9b..8b23b8d 100644
--- a/.openapi-generator/VERSION
+++ b/.openapi-generator/VERSION
@@ -1 +1 @@
-7.2.0
\ No newline at end of file
+7.3.0
\ No newline at end of file
diff --git a/LICENCE b/LICENCE
deleted file mode 100644
index 84e2962..0000000
--- a/LICENCE
+++ /dev/null
@@ -1,21 +0,0 @@
-MIT License
-
-Copyright (c) 2024 Ingram Micro
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all
-copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.
diff --git a/README.md b/README.md
index e17150b..0af5d19 100644
--- a/README.md
+++ b/README.md
@@ -1,21 +1,15 @@
# Go API client for xi_sdk_resellers
-For Resellers.
-Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
## Overview
This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [OpenAPI-spec](https://www.openapis.org/) from a remote server, you can easily generate an API client.
-- API version: 6.0
+- API version: 1.0.0
- Package version: 1.0.0
- Build package: org.openapitools.codegen.languages.GoClientCodegen
## Installation
-To install the package use:
-```sh
-go get -u github.com/ingrammicro-xvantage/xi-sdk-resellers-go
-
-```
Install the following dependencies:
@@ -28,7 +22,7 @@ go get golang.org/x/net/context
Put the package under your project folder and add the following in import:
```go
-import xi_sdk_resellers "github.com/ingrammicro-xvantage/xi-sdk-resellers-go"
+import xi_sdk_resellers "github.com/GIT_USER_ID/GIT_REPO_ID"
```
To use a proxy, set the environment variable `HTTP_PROXY`:
@@ -80,7 +74,7 @@ ctx = context.WithValue(context.Background(), xi_sdk_resellers.ContextOperationS
## Documentation for API Endpoints
-All URIs are relative to *https://api.ingrammicro.com:443/sandbox*
+All URIs are relative to *https://api.ingrammicro.com:443*
Class | Method | HTTP request | Description
------------ | ------------- | ------------- | -------------
@@ -88,7 +82,7 @@ Class | Method | HTTP request | Description
*DealsAPI* | [**GetResellersV6Dealssearch**](docs/DealsAPI.md#getresellersv6dealssearch) | **Get** /resellers/v6/deals/search | Deals Search
*FreightEstimateAPI* | [**PostFreightestimate**](docs/FreightEstimateAPI.md#postfreightestimate) | **Post** /resellers/v6/freightestimate | Freight Estimate
*InvoicesAPI* | [**GetInvoicedetailsV61**](docs/InvoicesAPI.md#getinvoicedetailsv61) | **Get** /resellers/v6.1/invoices/{invoiceNumber} | Get Invoice Details v6.1
-*InvoicesAPI* | [**GetResellersV6Invoicesearch**](docs/InvoicesAPI.md#getresellersv6invoicesearch) | **Get** /resellers/v6/invoices/ | Search your invoice
+*InvoicesAPI* | [**GetResellersV6Invoicesearch**](docs/InvoicesAPI.md#getresellersv6invoicesearch) | **Get** /resellers/v6/invoices | Search your invoice
*InvoicesV4API* | [**PostV4Invoicedetails**](docs/InvoicesV4API.md#postv4invoicedetails) | **Post** /invoices/v4/invoicedetails | Get Invoice Details
*InvoicesV5API* | [**GetInvoices**](docs/InvoicesV5API.md#getinvoices) | **Get** /resellers/v5/invoices/{invoiceNumber} | Get Invoice Details
*InvoicesV6API* | [**GetInvoicedetailsV6**](docs/InvoicesV6API.md#getinvoicedetailsv6) | **Get** /resellers/v6/invoices/{invoicenumber} | Get Invoice Details v6
@@ -362,8 +356,8 @@ Class | Method | HTTP request | Description
- [ProductDetailResponse](docs/ProductDetailResponse.md)
- [ProductDetailResponseAdditionalInformation](docs/ProductDetailResponseAdditionalInformation.md)
- [ProductDetailResponseAdditionalInformationProductWeightInner](docs/ProductDetailResponseAdditionalInformationProductWeightInner.md)
- - [ProductDetailResponseCiscoFieldsInner](docs/ProductDetailResponseCiscoFieldsInner.md)
- - [ProductDetailResponseIndicatorsInner](docs/ProductDetailResponseIndicatorsInner.md)
+ - [ProductDetailResponseCiscoFields](docs/ProductDetailResponseCiscoFields.md)
+ - [ProductDetailResponseIndicators](docs/ProductDetailResponseIndicators.md)
- [ProductDetailResponseTechnicalSpecificationsInner](docs/ProductDetailResponseTechnicalSpecificationsInner.md)
- [ProductLineType](docs/ProductLineType.md)
- [ProductLineTypeSerialnumberdetailsInner](docs/ProductLineTypeSerialnumberdetailsInner.md)
@@ -503,12 +497,6 @@ Each of these functions takes a value of the given basic type and returns a poin
* `PtrTime`
## Author
--[Ingram Micro Xvantage](https://github.com/ingrammicro-xvantage)
-
-## Contact
-
-For any inquiries or support, please feel free to contact us at:
-- Email: [xi_support@ingrammicro.com](xi_support@ingrammicro.com)
diff --git a/api/openapi.yaml b/api/openapi.yaml
index 9d8e860..db42959 100644
--- a/api/openapi.yaml
+++ b/api/openapi.yaml
@@ -1,13 +1,13 @@
openapi: 3.0.0
info:
- description: |-
- For Resellers.
- Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
- title: Reseller API
- version: "6.0"
+ description: For Resellers. Who are looking to Innovate with Ingram Micro's API
+ SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create
+ a seamless experience for your customers.
+ title: XI Sdk Resellers
+ version: 1.0.0
servers:
- description: Sandbox
- url: https://api.ingrammicro.com:443/sandbox
+ url: https://api.ingrammicro.com:443/
tags:
- description: "\nThe Ingram Micro Product Catalog v6 API endpoints enable users to:\n\
\ - Search products by SKU or additional criteria.\n - Find price and availability\
@@ -137,10 +137,7 @@ paths:
name: includeAvailability
required: true
schema:
- items:
- type: boolean
- uniqueItems: false
- type: array
+ type: boolean
style: form
- description: "Pass boolean value as input, if true the response will contain\
\ Pricing details of the Product, if false the response will not hold Pricing\
@@ -6088,7 +6085,7 @@ paths:
summary: Quote To Order
tags:
- Quote To Order
- /resellers/v6/invoices/:
+ /resellers/v6/invoices:
get:
description: Search your Ingram Micro invoices. This endpoint searches by multiple
invoice parameters and supports pagination of results.
@@ -6098,7 +6095,7 @@ paths:
\ Example: MyCompany"
explode: false
in: header
- name: 'IM-ApplicationID '
+ name: IM-ApplicationID
required: true
schema:
example: MyCompany
@@ -7520,13 +7517,24 @@ paths:
\ Example: MyCompany"
explode: false
in: header
- name: IM-SenderID
- required: false
+ name: IM-ApplicationId
+ required: true
schema:
example: MyCompany
maxLength: 32
type: string
style: simple
+ - description: Environment name.
+ example: prodChicago
+ explode: false
+ in: header
+ name: IM-Environment
+ required: true
+ schema:
+ example: 20-222222
+ maxLength: 32
+ type: string
+ style: simple
- description: Unique deal ID.
explode: false
in: path
@@ -12075,8 +12083,8 @@ components:
weightUnit: weightUnit
isBulkFreight: true
height: height
- productClass: productClass
customerPartNumber: customerPartNumber
+ productClass: productClass
description: description
upc: upc
warrantyInformation:
@@ -12085,38 +12093,7 @@ components:
productAuthorized: true
vendorName: vendorName
indicators:
- - isHeavyWeight: true
- isEnduserRequired: true
- hasStdWebDiscount: true
- hasStdSpecialPrice: true
- isPreorderProduct: true
- hasWarranty: true
- isDirectshipOrderable: true
- isNewProduct: true
- isDownloadable: true
- isClearanceProduct: true
- isOversizeProduct: true
- isShippedFromPartner: true
- isIngramShip: true
- hasAcopQuantityBreak: true
- IsBackOrderAllowed: true
- isReplacementProduct: true
- hasSpecialBid: true
- isReturnableProduct: true
- isConfigurable: true
- isExportableToCountry: true
- isDigitalType: true
- hasAcopSpecialPrice: true
- isRefurbishedProduct: true
- isLicenseProduct: true
- HasReturnLimits: true
- skuType: skuType
- isDiscontinuedProduct: true
- hasLtl: true
- isServiceSku: true
- hasBundle: true
- isDirectship: true
- - isHeavyWeight: true
+ isHeavyWeight: true
isEnduserRequired: true
hasStdWebDiscount: true
hasStdSpecialPrice: true
@@ -12150,14 +12127,7 @@ components:
productCategory: productCategory
productSubcategory: productSubcategory
ciscoFields:
- - itemType: itemType
- productSubGroup: productSubGroup
- configurationIndicator: configurationIndicator
- internalBusinessEntity: internalBusinessEntity
- serviceProgramName: serviceProgramName
- globalListPrice: globalListPrice
- itemCatalogCategory: itemCatalogCategory
- - itemType: itemType
+ itemType: itemType
productSubGroup: productSubGroup
configurationIndicator: configurationIndicator
internalBusinessEntity: internalBusinessEntity
@@ -12184,6 +12154,9 @@ components:
vendorPartNumber:
description: Vendor’s part number for the product.
type: string
+ customerPartNumber:
+ description: Reseller / end-user’s part number for the product.
+ type: string
productAuthorized:
description: Boolean that indicates whether a product is authorized.
type: boolean
@@ -12228,19 +12201,10 @@ components:
\ for Specialized Demand (Order to backorder) X= direct ship from Vendor\
\ V = product that vendor has elected to discontinue."
type: string
- customerPartNumber:
- description: Reseller / end-user’s part number for the product.
- type: string
indicators:
- description: Indicators of the Product
- items:
- $ref: '#/components/schemas/ProductDetailResponse_indicators_inner'
- type: array
+ $ref: '#/components/schemas/ProductDetailResponse_indicators'
ciscoFields:
- description: Cisco product related information.
- items:
- $ref: '#/components/schemas/ProductDetailResponse_ciscoFields_inner'
- type: array
+ $ref: '#/components/schemas/ProductDetailResponse_ciscoFields'
technicalSpecifications:
description: Technical specifications of the product.
items:
@@ -12465,26 +12429,20 @@ components:
dealId: dealId
vendor: vendor
links:
- - topic: topic
- href: href
- type: type
- - topic: topic
+ topic: topic
href: href
type: type
version: version
- dealExpiryDate: 2000-01-23
+ dealExpiryDate: dealExpiryDate
- endUser: endUser
dealId: dealId
vendor: vendor
links:
- - topic: topic
- href: href
- type: type
- - topic: topic
+ topic: topic
href: href
type: type
version: version
- dealExpiryDate: 2000-01-23
+ dealExpiryDate: dealExpiryDate
pageSize: 6
recordsFound: 0
properties:
@@ -12513,21 +12471,7 @@ components:
endUser: endUser
priceProtectionEndDate: 2000-01-23
endUserInfo:
- - city: city
- companyName: companyName
- postalCode: postalCode
- phoneNumber: phoneNumber
- countryCode: countryCode
- contact: contact
- addressLine1: addressLine1
- addressLine2: addressLine2
- addressLine3: addressLine3
- state: state
- name2: name2
- addressLine4: addressLine4
- name1: name1
- email: email
- - city: city
+ city: city
companyName: companyName
postalCode: postalCode
phoneNumber: phoneNumber
@@ -12610,9 +12554,7 @@ components:
description: Country specific currency code.
type: string
endUserInfo:
- items:
- $ref: '#/components/schemas/renewalsDetailsResponse_endUserInfo_inner'
- type: array
+ $ref: '#/components/schemas/renewalsDetailsResponse_endUserInfo_inner'
products:
items:
$ref: '#/components/schemas/dealsDetailsResponse_products_inner'
@@ -12624,7 +12566,7 @@ components:
previousPage: previousPage
returnsClaims:
- modifiedOn: modifiedOn
- estimatedTotalValue: 2000-01-23
+ estimatedTotalValue: 5.962133916683182
referenceNumber: referenceNumber
returnReason: returnReason
returnClaimId: returnClaimId
@@ -12637,11 +12579,11 @@ components:
href: href
type: type
type: type
- credit: 5.962133916683182
- createdOn: 2000-01-23
+ credit: 5.637376656633329
+ createdOn: createdOn
status: status
- modifiedOn: modifiedOn
- estimatedTotalValue: 2000-01-23
+ estimatedTotalValue: 5.962133916683182
referenceNumber: referenceNumber
returnReason: returnReason
returnClaimId: returnClaimId
@@ -12654,8 +12596,8 @@ components:
href: href
type: type
type: type
- credit: 5.962133916683182
- createdOn: 2000-01-23
+ credit: 5.637376656633329
+ createdOn: createdOn
status: status
nextPage: nextPage
pageSize: 6
@@ -12684,48 +12626,48 @@ components:
returnsDetailsResponse:
example:
returnWarehouseAddress: returnWarehouseAddress
- tax: 3.616076749251911
- subTotal: 9.301444243932576
+ tax: 7.061401241503109
+ subTotal: 2.3021358869347655
createdOn: 2000-01-23
rmaClaimId: rmaClaimId
products:
- ingramPartNumber: ingramPartNumber
- unitPrice: 5.962133916683182
- quantity: 1
- requestDetails: 6
+ unitPrice: 6.027456183070403
+ quantity: 0.8008281904610115
+ requestDetails: requestDetails
description: description
upc: upc
ingramLineNumber: ingramLineNumber
invoiceDate: 2000-01-23
- customerOrderNumber: 0
- extendedPrice: 5.637376656633329
+ customerOrderNumber: customerOrderNumber
+ extendedPrice: 1.4658129805029452
invoiceNumber: invoiceNumber
- returnBranch: 2
+ returnBranch: 5
vendorPartNumber: vendorPartNumber
- shipFromBranch: 7
+ shipFromBranch: 5
status: status
- ingramPartNumber: ingramPartNumber
- unitPrice: 5.962133916683182
- quantity: 1
- requestDetails: 6
+ unitPrice: 6.027456183070403
+ quantity: 0.8008281904610115
+ requestDetails: requestDetails
description: description
upc: upc
ingramLineNumber: ingramLineNumber
invoiceDate: 2000-01-23
- customerOrderNumber: 0
- extendedPrice: 5.637376656633329
+ customerOrderNumber: customerOrderNumber
+ extendedPrice: 1.4658129805029452
invoiceNumber: invoiceNumber
- returnBranch: 2
+ returnBranch: 5
vendorPartNumber: vendorPartNumber
- shipFromBranch: 7
+ shipFromBranch: 5
status: status
typeOfDetails: typeOfDetails
referenceNumber: referenceNumber
returnReason: returnReason
caseRequestNumber: caseRequestNumber
- estimatedTotal: 4.145608029883936
+ estimatedTotal: 3.616076749251911
status: status
- additionalFees: 2.027123023002322
+ additionalFees: 9.301444243932576
properties:
typeOfDetails:
description: The type of the details. Return or Claim.
@@ -14099,6 +14041,28 @@ components:
x-tags:
- invoices
ErrorResponse:
+ example:
+ errors:
+ - id: id
+ type: type
+ message: message
+ fields:
+ - field: field
+ message: message
+ value: value
+ - field: field
+ message: message
+ value: value
+ - id: id
+ type: type
+ message: message
+ fields:
+ - field: field
+ message: message
+ value: value
+ - field: field
+ message: message
+ value: value
properties:
errors:
items:
@@ -14971,24 +14935,24 @@ components:
totalCount: 6
quoteList:
- totalAmount: totalAmount
- createdDate: 2019-10-08T00:00:00.000+00:00
+ createdDate: 2019-10-08
revisionNumber: 0
- lastModifiedDate: 2019-10-08T00:00:00.000+00:00
+ lastModifiedDate: 2019-10-08
endUserName: endUserName
bidNumber: bidNumber
quoteNumber: quoteNumber
quoteStatus: quoteStatus
- quoteExpiryDate: 2019-10-08T00:00:00.000+00:00
+ quoteExpiryDate: 2019-10-08
quoteName: quoteName
- totalAmount: totalAmount
- createdDate: 2019-10-08T00:00:00.000+00:00
+ createdDate: 2019-10-08
revisionNumber: 0
- lastModifiedDate: 2019-10-08T00:00:00.000+00:00
+ lastModifiedDate: 2019-10-08
endUserName: endUserName
bidNumber: bidNumber
quoteNumber: quoteNumber
quoteStatus: quoteStatus
- quoteExpiryDate: 2019-10-08T00:00:00.000+00:00
+ quoteExpiryDate: 2019-10-08
quoteName: quoteName
properties:
quoteSearchResponse:
@@ -15111,7 +15075,7 @@ components:
contactName: contactName
revisionNumber: revisionNumber
legalTerms: legalTerms
- created: 2019-10-04T00:00:00.000+00:00
+ created: 2019-10-04
priceDeviationExpiryDate: 2000-01-23
solutionProposed: solutionProposed
quoteNumber: quoteNumber
@@ -15131,7 +15095,7 @@ components:
endUserState: endUserState
endUserEmail: endUserEmail
customerNeed: customerNeed
- modified: 2019-10-04T00:00:00.000+00:00
+ modified: 2019-10-04
vendorAttributes:
vendorSettingMessage: vendorSettingMessage
dealId: dealId
@@ -15141,7 +15105,7 @@ components:
priceDeviationId: priceDeviationId
leasingInstructions: leasingInstructions
currencyCode: currencyCode
- quoteExpiryDate: 2020-01-01T00:00:00.000+00:00
+ quoteExpiryDate: 2020-01-01
quoteName: quoteName
status: status
responsePreamble:
@@ -15935,6 +15899,17 @@ components:
type: object
Error:
additionalProperties: false
+ example:
+ id: id
+ type: type
+ message: message
+ fields:
+ - field: field
+ message: message
+ value: value
+ - field: field
+ message: message
+ value: value
properties:
id:
nullable: true
@@ -15953,6 +15928,28 @@ components:
type: object
ErrorResponseDTO:
additionalProperties: false
+ example:
+ errors:
+ - id: id
+ type: type
+ message: message
+ fields:
+ - field: field
+ message: message
+ value: value
+ - field: field
+ message: message
+ value: value
+ - id: id
+ type: type
+ message: message
+ fields:
+ - field: field
+ message: message
+ value: value
+ - field: field
+ message: message
+ value: value
properties:
errors:
items:
@@ -15962,6 +15959,10 @@ components:
type: object
Fields:
additionalProperties: false
+ example:
+ field: field
+ message: message
+ value: value
properties:
field:
nullable: true
@@ -16605,6 +16606,10 @@ components:
type: array
type: object
get_reseller_v6_validateQuote_400_response_fields_inner:
+ example:
+ field: field
+ message: message
+ value: value
properties:
field:
description: Contains the name of the field.
@@ -16617,6 +16622,17 @@ components:
type: string
type: object
get_reseller_v6_validateQuote_400_response:
+ example:
+ traceid: traceid
+ type: type
+ message: message
+ fields:
+ - field: field
+ message: message
+ value: value
+ - field: field
+ message: message
+ value: value
properties:
traceid:
description: Unique Id to identify error.
@@ -16633,6 +16649,13 @@ components:
type: array
type: object
get_reseller_v6_validateQuote_500_response:
+ example:
+ traceid: traceid
+ type: type
+ message: message
+ fields:
+ - "{}"
+ - "{}"
properties:
traceid:
description: Unique Id to identify error.
@@ -16649,6 +16672,10 @@ components:
type: array
type: object
post_QuoteToOrder_v6_400_response_fields_inner:
+ example:
+ field: field
+ message: message
+ value: value
properties:
field:
description: Name of the field.
@@ -16661,6 +16688,17 @@ components:
type: string
type: object
post_QuoteToOrder_v6_400_response:
+ example:
+ traceid: traceid
+ type: type
+ message: message
+ fields:
+ - field: field
+ message: message
+ value: value
+ - field: field
+ message: message
+ value: value
properties:
traceid:
description: A unique trace id to identify the issue.
@@ -16677,6 +16715,16 @@ components:
type: array
type: object
post_renewalssearch_400_response:
+ example:
+ traceid: traceid
+ type: type
+ fields:
+ - field: field
+ message: message
+ value: value
+ - field: field
+ message: message
+ value: value
properties:
traceid:
description: Unique Id to identify error.
@@ -19551,7 +19599,8 @@ components:
search API.
type: string
type: object
- ProductDetailResponse_indicators_inner:
+ ProductDetailResponse_indicators:
+ description: Indicators of the Product
example:
isHeavyWeight: true
isEnduserRequired: true
@@ -19686,7 +19735,8 @@ components:
description: Boolean that indicates whether product is configurable.
type: boolean
type: object
- ProductDetailResponse_ciscoFields_inner:
+ ProductDetailResponse_ciscoFields:
+ description: Cisco product related information.
example:
itemType: itemType
productSubGroup: productSubGroup
@@ -20068,14 +20118,11 @@ components:
dealId: dealId
vendor: vendor
links:
- - topic: topic
- href: href
- type: type
- - topic: topic
+ topic: topic
href: href
type: type
version: version
- dealExpiryDate: 2000-01-23
+ dealExpiryDate: dealExpiryDate
properties:
dealId:
description: Deal/Special bid number.
@@ -20091,12 +20138,9 @@ components:
type: string
dealExpiryDate:
description: Expiration date of the deal/Special bid.
- format: date
type: string
links:
- items:
- $ref: '#/components/schemas/renewalsSearchResponse_renewals_inner_links_inner'
- type: array
+ $ref: '#/components/schemas/renewalsSearchResponse_renewals_inner_links_inner'
type: object
dealsDetailsResponse_products_inner:
example:
@@ -20185,7 +20229,7 @@ components:
returnsSearchResponse_returnsClaims_inner:
example:
modifiedOn: modifiedOn
- estimatedTotalValue: 2000-01-23
+ estimatedTotalValue: 5.962133916683182
referenceNumber: referenceNumber
returnReason: returnReason
returnClaimId: returnClaimId
@@ -20198,8 +20242,8 @@ components:
href: href
type: type
type: type
- credit: 5.962133916683182
- createdOn: 2000-01-23
+ credit: 5.637376656633329
+ createdOn: createdOn
status: status
properties:
returnClaimId:
@@ -20210,7 +20254,6 @@ components:
type: string
createdOn:
description: 'The date on which the return request was created. '
- format: date
type: string
type:
description: Type of request.
@@ -20223,8 +20266,8 @@ components:
type: string
estimatedTotalValue:
description: The estimated total value of the return.
- format: date
- type: string
+ format: double
+ type: number
credit:
description: The amount of credit.
format: decimal
@@ -20243,19 +20286,19 @@ components:
returnsDetailsResponse_products_inner:
example:
ingramPartNumber: ingramPartNumber
- unitPrice: 5.962133916683182
- quantity: 1
- requestDetails: 6
+ unitPrice: 6.027456183070403
+ quantity: 0.8008281904610115
+ requestDetails: requestDetails
description: description
upc: upc
ingramLineNumber: ingramLineNumber
invoiceDate: 2000-01-23
- customerOrderNumber: 0
- extendedPrice: 5.637376656633329
+ customerOrderNumber: customerOrderNumber
+ extendedPrice: 1.4658129805029452
invoiceNumber: invoiceNumber
- returnBranch: 2
+ returnBranch: 5
vendorPartNumber: vendorPartNumber
- shipFromBranch: 7
+ shipFromBranch: 5
status: status
properties:
ingramLineNumber:
@@ -20282,13 +20325,14 @@ components:
type: string
customerOrderNumber:
description: The reseller's order number for reference in their system.
- type: integer
+ type: string
requestDetails:
description: Request details.
- type: integer
+ type: string
quantity:
description: The quantity of the line item.
- type: integer
+ format: decimal
+ type: number
unitPrice:
description: The unit price of the line item.
format: decimal
@@ -22227,6 +22271,10 @@ components:
type: string
type: object
ErrorResponse_errors_inner_fields_inner:
+ example:
+ field: field
+ message: message
+ value: value
properties:
field:
description: Contains the name of the field.
@@ -22239,6 +22287,17 @@ components:
type: string
type: object
ErrorResponse_errors_inner:
+ example:
+ id: id
+ type: type
+ message: message
+ fields:
+ - field: field
+ message: message
+ value: value
+ - field: field
+ message: message
+ value: value
properties:
id:
description: Unique Id to identify error.
@@ -24643,14 +24702,14 @@ components:
quoteListResponse_quoteSearchResponse_quoteList_inner:
example:
totalAmount: totalAmount
- createdDate: 2019-10-08T00:00:00.000+00:00
+ createdDate: 2019-10-08
revisionNumber: 0
- lastModifiedDate: 2019-10-08T00:00:00.000+00:00
+ lastModifiedDate: 2019-10-08
endUserName: endUserName
bidNumber: bidNumber
quoteNumber: quoteNumber
quoteStatus: quoteStatus
- quoteExpiryDate: 2019-10-08T00:00:00.000+00:00
+ quoteExpiryDate: 2019-10-08
quoteName: quoteName
properties:
quoteName:
@@ -24710,24 +24769,24 @@ components:
totalCount: 6
quoteList:
- totalAmount: totalAmount
- createdDate: 2019-10-08T00:00:00.000+00:00
+ createdDate: 2019-10-08
revisionNumber: 0
- lastModifiedDate: 2019-10-08T00:00:00.000+00:00
+ lastModifiedDate: 2019-10-08
endUserName: endUserName
bidNumber: bidNumber
quoteNumber: quoteNumber
quoteStatus: quoteStatus
- quoteExpiryDate: 2019-10-08T00:00:00.000+00:00
+ quoteExpiryDate: 2019-10-08
quoteName: quoteName
- totalAmount: totalAmount
- createdDate: 2019-10-08T00:00:00.000+00:00
+ createdDate: 2019-10-08
revisionNumber: 0
- lastModifiedDate: 2019-10-08T00:00:00.000+00:00
+ lastModifiedDate: 2019-10-08
endUserName: endUserName
bidNumber: bidNumber
quoteNumber: quoteNumber
quoteStatus: quoteStatus
- quoteExpiryDate: 2019-10-08T00:00:00.000+00:00
+ quoteExpiryDate: 2019-10-08
quoteName: quoteName
properties:
responsePreamble:
@@ -24876,7 +24935,7 @@ components:
contactName: contactName
revisionNumber: revisionNumber
legalTerms: legalTerms
- created: 2019-10-04T00:00:00.000+00:00
+ created: 2019-10-04
priceDeviationExpiryDate: 2000-01-23
solutionProposed: solutionProposed
quoteNumber: quoteNumber
@@ -24896,7 +24955,7 @@ components:
endUserState: endUserState
endUserEmail: endUserEmail
customerNeed: customerNeed
- modified: 2019-10-04T00:00:00.000+00:00
+ modified: 2019-10-04
vendorAttributes:
vendorSettingMessage: vendorSettingMessage
dealId: dealId
@@ -24906,7 +24965,7 @@ components:
priceDeviationId: priceDeviationId
leasingInstructions: leasingInstructions
currencyCode: currencyCode
- quoteExpiryDate: 2020-01-01T00:00:00.000+00:00
+ quoteExpiryDate: 2020-01-01
quoteName: quoteName
status: status
properties:
@@ -24981,7 +25040,7 @@ components:
contactName: contactName
revisionNumber: revisionNumber
legalTerms: legalTerms
- created: 2019-10-04T00:00:00.000+00:00
+ created: 2019-10-04
priceDeviationExpiryDate: 2000-01-23
solutionProposed: solutionProposed
quoteNumber: quoteNumber
@@ -25001,7 +25060,7 @@ components:
endUserState: endUserState
endUserEmail: endUserEmail
customerNeed: customerNeed
- modified: 2019-10-04T00:00:00.000+00:00
+ modified: 2019-10-04
vendorAttributes:
vendorSettingMessage: vendorSettingMessage
dealId: dealId
@@ -25011,7 +25070,7 @@ components:
priceDeviationId: priceDeviationId
leasingInstructions: leasingInstructions
currencyCode: currencyCode
- quoteExpiryDate: 2020-01-01T00:00:00.000+00:00
+ quoteExpiryDate: 2020-01-01
quoteName: quoteName
status: status
responsePreamble:
diff --git a/api_deals.go b/api_deals.go
index 134c1b6..f96fd42 100644
--- a/api_deals.go
+++ b/api_deals.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
@@ -29,8 +29,9 @@ type ApiGetResellersV6DealsdetailsRequest struct {
iMCustomerNumber *string
iMCountryCode *string
iMCorrelationID *string
+ iMApplicationId *string
+ iMEnvironment *string
dealId string
- iMSenderID *string
}
// Your unique Ingram Micro customer number.
@@ -52,8 +53,14 @@ func (r ApiGetResellersV6DealsdetailsRequest) IMCorrelationID(iMCorrelationID st
}
// Unique value used to identify the sender of the transaction. Example: MyCompany
-func (r ApiGetResellersV6DealsdetailsRequest) IMSenderID(iMSenderID string) ApiGetResellersV6DealsdetailsRequest {
- r.iMSenderID = &iMSenderID
+func (r ApiGetResellersV6DealsdetailsRequest) IMApplicationId(iMApplicationId string) ApiGetResellersV6DealsdetailsRequest {
+ r.iMApplicationId = &iMApplicationId
+ return r
+}
+
+// Environment name.
+func (r ApiGetResellersV6DealsdetailsRequest) IMEnvironment(iMEnvironment string) ApiGetResellersV6DealsdetailsRequest {
+ r.iMEnvironment = &iMEnvironment
return r
}
@@ -120,6 +127,18 @@ func (a *DealsAPIService) GetResellersV6DealsdetailsExecute(r ApiGetResellersV6D
if strlen(*r.iMCorrelationID) > 32 {
return localVarReturnValue, nil, reportError("iMCorrelationID must have less than 32 elements")
}
+ if r.iMApplicationId == nil {
+ return localVarReturnValue, nil, reportError("iMApplicationId is required and must be specified")
+ }
+ if strlen(*r.iMApplicationId) > 32 {
+ return localVarReturnValue, nil, reportError("iMApplicationId must have less than 32 elements")
+ }
+ if r.iMEnvironment == nil {
+ return localVarReturnValue, nil, reportError("iMEnvironment is required and must be specified")
+ }
+ if strlen(*r.iMEnvironment) > 32 {
+ return localVarReturnValue, nil, reportError("iMEnvironment must have less than 32 elements")
+ }
// to determine the Content-Type header
localVarHTTPContentTypes := []string{}
@@ -141,9 +160,8 @@ func (a *DealsAPIService) GetResellersV6DealsdetailsExecute(r ApiGetResellersV6D
parameterAddToHeaderOrQuery(localVarHeaderParams, "IM-CustomerNumber", r.iMCustomerNumber, "")
parameterAddToHeaderOrQuery(localVarHeaderParams, "IM-CountryCode", r.iMCountryCode, "")
parameterAddToHeaderOrQuery(localVarHeaderParams, "IM-CorrelationID", r.iMCorrelationID, "")
- if r.iMSenderID != nil {
- parameterAddToHeaderOrQuery(localVarHeaderParams, "IM-SenderID", r.iMSenderID, "")
- }
+ parameterAddToHeaderOrQuery(localVarHeaderParams, "IM-ApplicationId", r.iMApplicationId, "")
+ parameterAddToHeaderOrQuery(localVarHeaderParams, "IM-Environment", r.iMEnvironment, "")
req, err := a.client.prepareRequest(r.ctx, localVarPath, localVarHTTPMethod, localVarPostBody, localVarHeaderParams, localVarQueryParams, localVarFormParams, formFiles)
if err != nil {
return localVarReturnValue, nil, err
diff --git a/api_freight_estimate.go b/api_freight_estimate.go
index ce571ea..7da0d13 100644
--- a/api_freight_estimate.go
+++ b/api_freight_estimate.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/api_invoices.go b/api_invoices.go
index 7e0dd50..8ecaad8 100644
--- a/api_invoices.go
+++ b/api_invoices.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
@@ -462,7 +462,7 @@ func (a *InvoicesAPIService) GetResellersV6InvoicesearchExecute(r ApiGetReseller
return localVarReturnValue, nil, &GenericOpenAPIError{error: err.Error()}
}
- localVarPath := localBasePath + "/resellers/v6/invoices/"
+ localVarPath := localBasePath + "/resellers/v6/invoices"
localVarHeaderParams := make(map[string]string)
localVarQueryParams := url.Values{}
@@ -597,7 +597,7 @@ func (a *InvoicesAPIService) GetResellersV6InvoicesearchExecute(r ApiGetReseller
if localVarHTTPHeaderAccept != "" {
localVarHeaderParams["Accept"] = localVarHTTPHeaderAccept
}
- parameterAddToHeaderOrQuery(localVarHeaderParams, "IM-ApplicationID ", r.iMApplicationID, "")
+ parameterAddToHeaderOrQuery(localVarHeaderParams, "IM-ApplicationID", r.iMApplicationID, "")
parameterAddToHeaderOrQuery(localVarHeaderParams, "IM-CustomerNumber", r.iMCustomerNumber, "")
parameterAddToHeaderOrQuery(localVarHeaderParams, "IM-CountryCode", r.iMCountryCode, "")
parameterAddToHeaderOrQuery(localVarHeaderParams, "IM-CorrelationID", r.iMCorrelationID, "")
diff --git a/api_invoices_v4.go b/api_invoices_v4.go
index 7555cf0..0792480 100644
--- a/api_invoices_v4.go
+++ b/api_invoices_v4.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/api_invoices_v5.go b/api_invoices_v5.go
index c5e8cf0..25bb847 100644
--- a/api_invoices_v5.go
+++ b/api_invoices_v5.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/api_invoices_v6.go b/api_invoices_v6.go
index 341ac70..cde27ba 100644
--- a/api_invoices_v6.go
+++ b/api_invoices_v6.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/api_order_status.go b/api_order_status.go
index 5ca5b2c..88a93d3 100644
--- a/api_order_status.go
+++ b/api_order_status.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/api_orders.go b/api_orders.go
index d9b7736..dc6cb39 100644
--- a/api_orders.go
+++ b/api_orders.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/api_orders_v4.go b/api_orders_v4.go
index bbfef0a..4f07301 100644
--- a/api_orders_v4.go
+++ b/api_orders_v4.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/api_orders_v5.go b/api_orders_v5.go
index 0b6225b..5964cc9 100644
--- a/api_orders_v5.go
+++ b/api_orders_v5.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/api_orders_v6.go b/api_orders_v6.go
index 6c2df4c..eff6f40 100644
--- a/api_orders_v6.go
+++ b/api_orders_v6.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/api_product_catalog.go b/api_product_catalog.go
index 85d375d..bb1d014 100644
--- a/api_product_catalog.go
+++ b/api_product_catalog.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
@@ -540,7 +540,7 @@ func (a *ProductCatalogAPIService) GetResellerV6ProductsearchExecute(r ApiGetRes
type ApiPostPriceandavailabilityRequest struct {
ctx context.Context
ApiService *ProductCatalogAPIService
- includeAvailability *[]bool
+ includeAvailability *bool
includePricing *bool
iMCustomerNumber *string
iMCountryCode *string
@@ -551,7 +551,7 @@ type ApiPostPriceandavailabilityRequest struct {
}
// Pass boolean value as input, if true the response will contain warehouse availability details, if false the response will not hold warehouse availability details
-func (r ApiPostPriceandavailabilityRequest) IncludeAvailability(includeAvailability []bool) ApiPostPriceandavailabilityRequest {
+func (r ApiPostPriceandavailabilityRequest) IncludeAvailability(includeAvailability bool) ApiPostPriceandavailabilityRequest {
r.includeAvailability = &includeAvailability
return r
}
@@ -667,17 +667,7 @@ func (a *ProductCatalogAPIService) PostPriceandavailabilityExecute(r ApiPostPric
return localVarReturnValue, nil, reportError("priceAndAvailabilityRequest is required and must be specified")
}
- {
- t := *r.includeAvailability
- if reflect.TypeOf(t).Kind() == reflect.Slice {
- s := reflect.ValueOf(t)
- for i := 0; i < s.Len(); i++ {
- parameterAddToHeaderOrQuery(localVarQueryParams, "includeAvailability", s.Index(i).Interface(), "multi")
- }
- } else {
- parameterAddToHeaderOrQuery(localVarQueryParams, "includeAvailability", t, "multi")
- }
- }
+ parameterAddToHeaderOrQuery(localVarQueryParams, "includeAvailability", r.includeAvailability, "")
parameterAddToHeaderOrQuery(localVarQueryParams, "includePricing", r.includePricing, "")
if r.includeProductAttributes != nil {
parameterAddToHeaderOrQuery(localVarQueryParams, "includeProductAttributes", r.includeProductAttributes, "")
diff --git a/api_product_catalog_v4.go b/api_product_catalog_v4.go
index 927ad26..e338ce6 100644
--- a/api_product_catalog_v4.go
+++ b/api_product_catalog_v4.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/api_product_catalog_v5.go b/api_product_catalog_v5.go
index e0e6fb2..ad067c6 100644
--- a/api_product_catalog_v5.go
+++ b/api_product_catalog_v5.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/api_quote_to_order.go b/api_quote_to_order.go
index 0635675..10d274a 100644
--- a/api_quote_to_order.go
+++ b/api_quote_to_order.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/api_quotes.go b/api_quotes.go
index 98be655..a822d69 100644
--- a/api_quotes.go
+++ b/api_quotes.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/api_quotes_v4.go b/api_quotes_v4.go
index fb0c83d..66e5cfa 100644
--- a/api_quotes_v4.go
+++ b/api_quotes_v4.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/api_quotes_v5.go b/api_quotes_v5.go
index 72285a4..bc87ab7 100644
--- a/api_quotes_v5.go
+++ b/api_quotes_v5.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/api_renewals.go b/api_renewals.go
index a6ee500..732c28b 100644
--- a/api_renewals.go
+++ b/api_renewals.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/api_returns.go b/api_returns.go
index 1515c15..263f034 100644
--- a/api_returns.go
+++ b/api_returns.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/api_stock_update.go b/api_stock_update.go
index dd20c51..4ee4724 100644
--- a/api_stock_update.go
+++ b/api_stock_update.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/client.go b/client.go
index b910f29..1439a78 100644
--- a/client.go
+++ b/client.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
@@ -42,7 +42,7 @@ var (
queryDescape = strings.NewReplacer( "%5B", "[", "%5D", "]" )
)
-// APIClient manages communication with the Reseller API API v6.0
+// APIClient manages communication with the XI Sdk Resellers API v1.0.0
// In most cases there should be only one, shared, APIClient.
type APIClient struct {
cfg *Configuration
diff --git a/configuration.go b/configuration.go
index cc14993..331152d 100644
--- a/configuration.go
+++ b/configuration.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
@@ -93,7 +93,7 @@ func NewConfiguration() *Configuration {
Debug: false,
Servers: ServerConfigurations{
{
- URL: "https://api.ingrammicro.com:443/sandbox",
+ URL: "https://api.ingrammicro.com:443",
Description: "Sandbox",
},
},
diff --git a/docs/DealsAPI.md b/docs/DealsAPI.md
index 63af109..170f620 100644
--- a/docs/DealsAPI.md
+++ b/docs/DealsAPI.md
@@ -1,6 +1,6 @@
# \DealsAPI
-All URIs are relative to *https://api.ingrammicro.com:443/sandbox*
+All URIs are relative to *https://api.ingrammicro.com:443*
Method | HTTP request | Description
------------- | ------------- | -------------
@@ -11,7 +11,7 @@ Method | HTTP request | Description
## GetResellersV6Dealsdetails
-> DealsDetailsResponse GetResellersV6Dealsdetails(ctx, dealId).IMCustomerNumber(iMCustomerNumber).IMCountryCode(iMCountryCode).IMCorrelationID(iMCorrelationID).IMSenderID(iMSenderID).Execute()
+> DealsDetailsResponse GetResellersV6Dealsdetails(ctx, dealId).IMCustomerNumber(iMCustomerNumber).IMCountryCode(iMCountryCode).IMCorrelationID(iMCorrelationID).IMApplicationId(iMApplicationId).IMEnvironment(iMEnvironment).Execute()
Deals Details
@@ -33,12 +33,13 @@ func main() {
iMCustomerNumber := "20-222222" // string | Your unique Ingram Micro customer number.
iMCountryCode := "US" // string | Two-character ISO country code.
iMCorrelationID := "fbac82ba-cf0a-4bcf-fc03-0c5084" // string | Unique transaction number to identify each transaction across all the systems.
+ iMApplicationId := "MyCompany" // string | Unique value used to identify the sender of the transaction. Example: MyCompany
+ iMEnvironment := "prodChicago" // string | Environment name.
dealId := "12345678" // string | Unique deal ID.
- iMSenderID := "MyCompany" // string | Unique value used to identify the sender of the transaction. Example: MyCompany (optional)
configuration := openapiclient.NewConfiguration()
apiClient := openapiclient.NewAPIClient(configuration)
- resp, r, err := apiClient.DealsAPI.GetResellersV6Dealsdetails(context.Background(), dealId).IMCustomerNumber(iMCustomerNumber).IMCountryCode(iMCountryCode).IMCorrelationID(iMCorrelationID).IMSenderID(iMSenderID).Execute()
+ resp, r, err := apiClient.DealsAPI.GetResellersV6Dealsdetails(context.Background(), dealId).IMCustomerNumber(iMCustomerNumber).IMCountryCode(iMCountryCode).IMCorrelationID(iMCorrelationID).IMApplicationId(iMApplicationId).IMEnvironment(iMEnvironment).Execute()
if err != nil {
fmt.Fprintf(os.Stderr, "Error when calling `DealsAPI.GetResellersV6Dealsdetails``: %v\n", err)
fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r)
@@ -66,8 +67,9 @@ Name | Type | Description | Notes
**iMCustomerNumber** | **string** | Your unique Ingram Micro customer number. |
**iMCountryCode** | **string** | Two-character ISO country code. |
**iMCorrelationID** | **string** | Unique transaction number to identify each transaction across all the systems. |
+ **iMApplicationId** | **string** | Unique value used to identify the sender of the transaction. Example: MyCompany |
+ **iMEnvironment** | **string** | Environment name. |
- **iMSenderID** | **string** | Unique value used to identify the sender of the transaction. Example: MyCompany |
### Return type
diff --git a/docs/DealsDetailsResponse.md b/docs/DealsDetailsResponse.md
index e6f0a06..34a1ab7 100644
--- a/docs/DealsDetailsResponse.md
+++ b/docs/DealsDetailsResponse.md
@@ -13,7 +13,7 @@ Name | Type | Description | Notes
**DealExpiryDate** | Pointer to **string** | Expiration date of the deal/Special bid. | [optional]
**PriceProtectionEndDate** | Pointer to **string** | The date on which the price protection will end. | [optional]
**CurrencyCode** | Pointer to **string** | Country specific currency code. | [optional]
-**EndUserInfo** | Pointer to [**[]RenewalsDetailsResponseEndUserInfoInner**](RenewalsDetailsResponseEndUserInfoInner.md) | | [optional]
+**EndUserInfo** | Pointer to [**RenewalsDetailsResponseEndUserInfoInner**](RenewalsDetailsResponseEndUserInfoInner.md) | | [optional]
**Products** | Pointer to [**[]DealsDetailsResponseProductsInner**](DealsDetailsResponseProductsInner.md) | | [optional]
## Methods
@@ -262,20 +262,20 @@ HasCurrencyCode returns a boolean if a field has been set.
### GetEndUserInfo
-`func (o *DealsDetailsResponse) GetEndUserInfo() []RenewalsDetailsResponseEndUserInfoInner`
+`func (o *DealsDetailsResponse) GetEndUserInfo() RenewalsDetailsResponseEndUserInfoInner`
GetEndUserInfo returns the EndUserInfo field if non-nil, zero value otherwise.
### GetEndUserInfoOk
-`func (o *DealsDetailsResponse) GetEndUserInfoOk() (*[]RenewalsDetailsResponseEndUserInfoInner, bool)`
+`func (o *DealsDetailsResponse) GetEndUserInfoOk() (*RenewalsDetailsResponseEndUserInfoInner, bool)`
GetEndUserInfoOk returns a tuple with the EndUserInfo field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetEndUserInfo
-`func (o *DealsDetailsResponse) SetEndUserInfo(v []RenewalsDetailsResponseEndUserInfoInner)`
+`func (o *DealsDetailsResponse) SetEndUserInfo(v RenewalsDetailsResponseEndUserInfoInner)`
SetEndUserInfo sets EndUserInfo field to given value.
diff --git a/docs/DealsSearchResponseDealsInner.md b/docs/DealsSearchResponseDealsInner.md
index ef60d55..09bb304 100644
--- a/docs/DealsSearchResponseDealsInner.md
+++ b/docs/DealsSearchResponseDealsInner.md
@@ -9,7 +9,7 @@ Name | Type | Description | Notes
**EndUser** | Pointer to **string** | The end user/customer's name. | [optional]
**Vendor** | Pointer to **string** | The vendor's name. | [optional]
**DealExpiryDate** | Pointer to **string** | Expiration date of the deal/Special bid. | [optional]
-**Links** | Pointer to [**[]RenewalsSearchResponseRenewalsInnerLinksInner**](RenewalsSearchResponseRenewalsInnerLinksInner.md) | | [optional]
+**Links** | Pointer to [**RenewalsSearchResponseRenewalsInnerLinksInner**](RenewalsSearchResponseRenewalsInnerLinksInner.md) | | [optional]
## Methods
@@ -157,20 +157,20 @@ HasDealExpiryDate returns a boolean if a field has been set.
### GetLinks
-`func (o *DealsSearchResponseDealsInner) GetLinks() []RenewalsSearchResponseRenewalsInnerLinksInner`
+`func (o *DealsSearchResponseDealsInner) GetLinks() RenewalsSearchResponseRenewalsInnerLinksInner`
GetLinks returns the Links field if non-nil, zero value otherwise.
### GetLinksOk
-`func (o *DealsSearchResponseDealsInner) GetLinksOk() (*[]RenewalsSearchResponseRenewalsInnerLinksInner, bool)`
+`func (o *DealsSearchResponseDealsInner) GetLinksOk() (*RenewalsSearchResponseRenewalsInnerLinksInner, bool)`
GetLinksOk returns a tuple with the Links field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetLinks
-`func (o *DealsSearchResponseDealsInner) SetLinks(v []RenewalsSearchResponseRenewalsInnerLinksInner)`
+`func (o *DealsSearchResponseDealsInner) SetLinks(v RenewalsSearchResponseRenewalsInnerLinksInner)`
SetLinks sets Links field to given value.
diff --git a/docs/FreightEstimateAPI.md b/docs/FreightEstimateAPI.md
index 3fe761a..ee939d9 100644
--- a/docs/FreightEstimateAPI.md
+++ b/docs/FreightEstimateAPI.md
@@ -1,6 +1,6 @@
# \FreightEstimateAPI
-All URIs are relative to *https://api.ingrammicro.com:443/sandbox*
+All URIs are relative to *https://api.ingrammicro.com:443*
Method | HTTP request | Description
------------- | ------------- | -------------
diff --git a/docs/InvoicesAPI.md b/docs/InvoicesAPI.md
index cbe95ed..a3885cc 100644
--- a/docs/InvoicesAPI.md
+++ b/docs/InvoicesAPI.md
@@ -1,11 +1,11 @@
# \InvoicesAPI
-All URIs are relative to *https://api.ingrammicro.com:443/sandbox*
+All URIs are relative to *https://api.ingrammicro.com:443*
Method | HTTP request | Description
------------- | ------------- | -------------
[**GetInvoicedetailsV61**](InvoicesAPI.md#GetInvoicedetailsV61) | **Get** /resellers/v6.1/invoices/{invoiceNumber} | Get Invoice Details v6.1
-[**GetResellersV6Invoicesearch**](InvoicesAPI.md#GetResellersV6Invoicesearch) | **Get** /resellers/v6/invoices/ | Search your invoice
+[**GetResellersV6Invoicesearch**](InvoicesAPI.md#GetResellersV6Invoicesearch) | **Get** /resellers/v6/invoices | Search your invoice
diff --git a/docs/InvoicesV4API.md b/docs/InvoicesV4API.md
index 30d1c89..4e89cf6 100644
--- a/docs/InvoicesV4API.md
+++ b/docs/InvoicesV4API.md
@@ -1,6 +1,6 @@
# \InvoicesV4API
-All URIs are relative to *https://api.ingrammicro.com:443/sandbox*
+All URIs are relative to *https://api.ingrammicro.com:443*
Method | HTTP request | Description
------------- | ------------- | -------------
diff --git a/docs/InvoicesV5API.md b/docs/InvoicesV5API.md
index 306768a..92ca88a 100644
--- a/docs/InvoicesV5API.md
+++ b/docs/InvoicesV5API.md
@@ -1,6 +1,6 @@
# \InvoicesV5API
-All URIs are relative to *https://api.ingrammicro.com:443/sandbox*
+All URIs are relative to *https://api.ingrammicro.com:443*
Method | HTTP request | Description
------------- | ------------- | -------------
diff --git a/docs/InvoicesV6API.md b/docs/InvoicesV6API.md
index 9fbd489..58fb6c5 100644
--- a/docs/InvoicesV6API.md
+++ b/docs/InvoicesV6API.md
@@ -1,6 +1,6 @@
# \InvoicesV6API
-All URIs are relative to *https://api.ingrammicro.com:443/sandbox*
+All URIs are relative to *https://api.ingrammicro.com:443*
Method | HTTP request | Description
------------- | ------------- | -------------
diff --git a/docs/OrderStatusAPI.md b/docs/OrderStatusAPI.md
index 03cc114..5ec28dd 100644
--- a/docs/OrderStatusAPI.md
+++ b/docs/OrderStatusAPI.md
@@ -1,6 +1,6 @@
# \OrderStatusAPI
-All URIs are relative to *https://api.ingrammicro.com:443/sandbox*
+All URIs are relative to *https://api.ingrammicro.com:443*
Method | HTTP request | Description
------------- | ------------- | -------------
diff --git a/docs/OrdersAPI.md b/docs/OrdersAPI.md
index b1d9653..e0c4a8f 100644
--- a/docs/OrdersAPI.md
+++ b/docs/OrdersAPI.md
@@ -1,6 +1,6 @@
# \OrdersAPI
-All URIs are relative to *https://api.ingrammicro.com:443/sandbox*
+All URIs are relative to *https://api.ingrammicro.com:443*
Method | HTTP request | Description
------------- | ------------- | -------------
diff --git a/docs/OrdersV4API.md b/docs/OrdersV4API.md
index bb398f8..98f5451 100644
--- a/docs/OrdersV4API.md
+++ b/docs/OrdersV4API.md
@@ -1,6 +1,6 @@
# \OrdersV4API
-All URIs are relative to *https://api.ingrammicro.com:443/sandbox*
+All URIs are relative to *https://api.ingrammicro.com:443*
Method | HTTP request | Description
------------- | ------------- | -------------
diff --git a/docs/OrdersV5API.md b/docs/OrdersV5API.md
index eb0cd32..fd49ea5 100644
--- a/docs/OrdersV5API.md
+++ b/docs/OrdersV5API.md
@@ -1,6 +1,6 @@
# \OrdersV5API
-All URIs are relative to *https://api.ingrammicro.com:443/sandbox*
+All URIs are relative to *https://api.ingrammicro.com:443*
Method | HTTP request | Description
------------- | ------------- | -------------
diff --git a/docs/OrdersV6API.md b/docs/OrdersV6API.md
index 6788c5d..ab7d4da 100644
--- a/docs/OrdersV6API.md
+++ b/docs/OrdersV6API.md
@@ -1,6 +1,6 @@
# \OrdersV6API
-All URIs are relative to *https://api.ingrammicro.com:443/sandbox*
+All URIs are relative to *https://api.ingrammicro.com:443*
Method | HTTP request | Description
------------- | ------------- | -------------
diff --git a/docs/ProductCatalogAPI.md b/docs/ProductCatalogAPI.md
index 842fd79..f0e04e5 100644
--- a/docs/ProductCatalogAPI.md
+++ b/docs/ProductCatalogAPI.md
@@ -1,6 +1,6 @@
# \ProductCatalogAPI
-All URIs are relative to *https://api.ingrammicro.com:443/sandbox*
+All URIs are relative to *https://api.ingrammicro.com:443*
Method | HTTP request | Description
------------- | ------------- | -------------
@@ -203,7 +203,7 @@ import (
)
func main() {
- includeAvailability := []bool{false} // []bool | Pass boolean value as input, if true the response will contain warehouse availability details, if false the response will not hold warehouse availability details
+ includeAvailability := true // bool | Pass boolean value as input, if true the response will contain warehouse availability details, if false the response will not hold warehouse availability details
includePricing := true // bool | Pass boolean value as input, if true the response will contain Pricing details of the Product, if false the response will not hold Pricing details.
iMCustomerNumber := "20-222222" // string | Your unique Ingram Micro customer number.
iMCountryCode := "US" // string | Two-character ISO country code.
@@ -235,7 +235,7 @@ Other parameters are passed through a pointer to a apiPostPriceandavailabilityRe
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
- **includeAvailability** | **[]bool** | Pass boolean value as input, if true the response will contain warehouse availability details, if false the response will not hold warehouse availability details |
+ **includeAvailability** | **bool** | Pass boolean value as input, if true the response will contain warehouse availability details, if false the response will not hold warehouse availability details |
**includePricing** | **bool** | Pass boolean value as input, if true the response will contain Pricing details of the Product, if false the response will not hold Pricing details. |
**iMCustomerNumber** | **string** | Your unique Ingram Micro customer number. |
**iMCountryCode** | **string** | Two-character ISO country code. |
diff --git a/docs/ProductCatalogV4API.md b/docs/ProductCatalogV4API.md
index 45a45f9..6c242ed 100644
--- a/docs/ProductCatalogV4API.md
+++ b/docs/ProductCatalogV4API.md
@@ -1,6 +1,6 @@
# \ProductCatalogV4API
-All URIs are relative to *https://api.ingrammicro.com:443/sandbox*
+All URIs are relative to *https://api.ingrammicro.com:443*
Method | HTTP request | Description
------------- | ------------- | -------------
diff --git a/docs/ProductCatalogV5API.md b/docs/ProductCatalogV5API.md
index c2920d2..174e3ba 100644
--- a/docs/ProductCatalogV5API.md
+++ b/docs/ProductCatalogV5API.md
@@ -1,6 +1,6 @@
# \ProductCatalogV5API
-All URIs are relative to *https://api.ingrammicro.com:443/sandbox*
+All URIs are relative to *https://api.ingrammicro.com:443*
Method | HTTP request | Description
------------- | ------------- | -------------
diff --git a/docs/ProductDetailResponse.md b/docs/ProductDetailResponse.md
index aa7c9f2..bbd0c90 100644
--- a/docs/ProductDetailResponse.md
+++ b/docs/ProductDetailResponse.md
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**IngramPartNumber** | Pointer to **string** | Ingram Micro unique part number for the product. | [optional]
**VendorPartNumber** | Pointer to **string** | Vendor’s part number for the product. | [optional]
+**CustomerPartNumber** | Pointer to **string** | Reseller / end-user’s part number for the product. | [optional]
**ProductAuthorized** | Pointer to **bool** | Boolean that indicates whether a product is authorized. | [optional]
**Description** | Pointer to **string** | The description given for the product. | [optional]
**ProductDetailDescription** | Pointer to **string** | The detailed description given for the product. | [optional]
@@ -16,9 +17,8 @@ Name | Type | Description | Notes
**VendorNumber** | Pointer to **string** | Vendor number that identifies the product. | [optional]
**ProductStatusCode** | Pointer to **string** | Status code of the product. | [optional]
**ProductClass** | Pointer to **string** | Indicates whether the product is directly shipped from the vendor’s warehouse or if the product ships from Ingram Micro’s warehouse. Class Codes are Ingram classifications on how skus are stocked A = Product that is stocked usually in all IM warehouses and replenished on a regular basis. B = Product that is stocked in limited IM warehouses and replenished on a regular basis C = Product that is stocked in fewer IM warehouses and replenished on a regular basis. D = Product that Ingram Micro has elected to discontinue. E = Product that will be phased out later, according to the vendor. You may not want to replenish this product, but instead sell down what is in stock. F = Product that we carry for a specific customer or supplier under a contractual agreement. N = New Sku. Classification before first receipt O = Discontinued product to be liquidated S= Order for Specialized Demand (Order to backorder) X= direct ship from Vendor V = product that vendor has elected to discontinue. | [optional]
-**CustomerPartNumber** | Pointer to **string** | Reseller / end-user’s part number for the product. | [optional]
-**Indicators** | Pointer to [**[]ProductDetailResponseIndicatorsInner**](ProductDetailResponseIndicatorsInner.md) | Indicators of the Product | [optional]
-**CiscoFields** | Pointer to [**[]ProductDetailResponseCiscoFieldsInner**](ProductDetailResponseCiscoFieldsInner.md) | Cisco product related information. | [optional]
+**Indicators** | Pointer to [**ProductDetailResponseIndicators**](ProductDetailResponseIndicators.md) | | [optional]
+**CiscoFields** | Pointer to [**ProductDetailResponseCiscoFields**](ProductDetailResponseCiscoFields.md) | | [optional]
**TechnicalSpecifications** | Pointer to [**[]ProductDetailResponseTechnicalSpecificationsInner**](ProductDetailResponseTechnicalSpecificationsInner.md) | Technical specifications of the product. | [optional]
**WarrantyInformation** | Pointer to **[]map[string]interface{}** | Warranty information related to the product. | [optional]
**AdditionalInformation** | Pointer to [**ProductDetailResponseAdditionalInformation**](ProductDetailResponseAdditionalInformation.md) | | [optional]
@@ -92,6 +92,31 @@ SetVendorPartNumber sets VendorPartNumber field to given value.
HasVendorPartNumber returns a boolean if a field has been set.
+### GetCustomerPartNumber
+
+`func (o *ProductDetailResponse) GetCustomerPartNumber() string`
+
+GetCustomerPartNumber returns the CustomerPartNumber field if non-nil, zero value otherwise.
+
+### GetCustomerPartNumberOk
+
+`func (o *ProductDetailResponse) GetCustomerPartNumberOk() (*string, bool)`
+
+GetCustomerPartNumberOk returns a tuple with the CustomerPartNumber field if it's non-nil, zero value otherwise
+and a boolean to check if the value has been set.
+
+### SetCustomerPartNumber
+
+`func (o *ProductDetailResponse) SetCustomerPartNumber(v string)`
+
+SetCustomerPartNumber sets CustomerPartNumber field to given value.
+
+### HasCustomerPartNumber
+
+`func (o *ProductDetailResponse) HasCustomerPartNumber() bool`
+
+HasCustomerPartNumber returns a boolean if a field has been set.
+
### GetProductAuthorized
`func (o *ProductDetailResponse) GetProductAuthorized() bool`
@@ -342,47 +367,22 @@ SetProductClass sets ProductClass field to given value.
HasProductClass returns a boolean if a field has been set.
-### GetCustomerPartNumber
-
-`func (o *ProductDetailResponse) GetCustomerPartNumber() string`
-
-GetCustomerPartNumber returns the CustomerPartNumber field if non-nil, zero value otherwise.
-
-### GetCustomerPartNumberOk
-
-`func (o *ProductDetailResponse) GetCustomerPartNumberOk() (*string, bool)`
-
-GetCustomerPartNumberOk returns a tuple with the CustomerPartNumber field if it's non-nil, zero value otherwise
-and a boolean to check if the value has been set.
-
-### SetCustomerPartNumber
-
-`func (o *ProductDetailResponse) SetCustomerPartNumber(v string)`
-
-SetCustomerPartNumber sets CustomerPartNumber field to given value.
-
-### HasCustomerPartNumber
-
-`func (o *ProductDetailResponse) HasCustomerPartNumber() bool`
-
-HasCustomerPartNumber returns a boolean if a field has been set.
-
### GetIndicators
-`func (o *ProductDetailResponse) GetIndicators() []ProductDetailResponseIndicatorsInner`
+`func (o *ProductDetailResponse) GetIndicators() ProductDetailResponseIndicators`
GetIndicators returns the Indicators field if non-nil, zero value otherwise.
### GetIndicatorsOk
-`func (o *ProductDetailResponse) GetIndicatorsOk() (*[]ProductDetailResponseIndicatorsInner, bool)`
+`func (o *ProductDetailResponse) GetIndicatorsOk() (*ProductDetailResponseIndicators, bool)`
GetIndicatorsOk returns a tuple with the Indicators field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetIndicators
-`func (o *ProductDetailResponse) SetIndicators(v []ProductDetailResponseIndicatorsInner)`
+`func (o *ProductDetailResponse) SetIndicators(v ProductDetailResponseIndicators)`
SetIndicators sets Indicators field to given value.
@@ -394,20 +394,20 @@ HasIndicators returns a boolean if a field has been set.
### GetCiscoFields
-`func (o *ProductDetailResponse) GetCiscoFields() []ProductDetailResponseCiscoFieldsInner`
+`func (o *ProductDetailResponse) GetCiscoFields() ProductDetailResponseCiscoFields`
GetCiscoFields returns the CiscoFields field if non-nil, zero value otherwise.
### GetCiscoFieldsOk
-`func (o *ProductDetailResponse) GetCiscoFieldsOk() (*[]ProductDetailResponseCiscoFieldsInner, bool)`
+`func (o *ProductDetailResponse) GetCiscoFieldsOk() (*ProductDetailResponseCiscoFields, bool)`
GetCiscoFieldsOk returns a tuple with the CiscoFields field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetCiscoFields
-`func (o *ProductDetailResponse) SetCiscoFields(v []ProductDetailResponseCiscoFieldsInner)`
+`func (o *ProductDetailResponse) SetCiscoFields(v ProductDetailResponseCiscoFields)`
SetCiscoFields sets CiscoFields field to given value.
diff --git a/docs/ProductDetailResponseCiscoFieldsInner.md b/docs/ProductDetailResponseCiscoFields.md
similarity index 62%
rename from docs/ProductDetailResponseCiscoFieldsInner.md
rename to docs/ProductDetailResponseCiscoFields.md
index cef720c..348493f 100644
--- a/docs/ProductDetailResponseCiscoFieldsInner.md
+++ b/docs/ProductDetailResponseCiscoFields.md
@@ -1,4 +1,4 @@
-# ProductDetailResponseCiscoFieldsInner
+# ProductDetailResponseCiscoFields
## Properties
@@ -14,195 +14,195 @@ Name | Type | Description | Notes
## Methods
-### NewProductDetailResponseCiscoFieldsInner
+### NewProductDetailResponseCiscoFields
-`func NewProductDetailResponseCiscoFieldsInner() *ProductDetailResponseCiscoFieldsInner`
+`func NewProductDetailResponseCiscoFields() *ProductDetailResponseCiscoFields`
-NewProductDetailResponseCiscoFieldsInner instantiates a new ProductDetailResponseCiscoFieldsInner object
+NewProductDetailResponseCiscoFields instantiates a new ProductDetailResponseCiscoFields object
This constructor will assign default values to properties that have it defined,
and makes sure properties required by API are set, but the set of arguments
will change when the set of required properties is changed
-### NewProductDetailResponseCiscoFieldsInnerWithDefaults
+### NewProductDetailResponseCiscoFieldsWithDefaults
-`func NewProductDetailResponseCiscoFieldsInnerWithDefaults() *ProductDetailResponseCiscoFieldsInner`
+`func NewProductDetailResponseCiscoFieldsWithDefaults() *ProductDetailResponseCiscoFields`
-NewProductDetailResponseCiscoFieldsInnerWithDefaults instantiates a new ProductDetailResponseCiscoFieldsInner object
+NewProductDetailResponseCiscoFieldsWithDefaults instantiates a new ProductDetailResponseCiscoFields object
This constructor will only assign default values to properties that have it defined,
but it doesn't guarantee that properties required by API are set
### GetProductSubGroup
-`func (o *ProductDetailResponseCiscoFieldsInner) GetProductSubGroup() string`
+`func (o *ProductDetailResponseCiscoFields) GetProductSubGroup() string`
GetProductSubGroup returns the ProductSubGroup field if non-nil, zero value otherwise.
### GetProductSubGroupOk
-`func (o *ProductDetailResponseCiscoFieldsInner) GetProductSubGroupOk() (*string, bool)`
+`func (o *ProductDetailResponseCiscoFields) GetProductSubGroupOk() (*string, bool)`
GetProductSubGroupOk returns a tuple with the ProductSubGroup field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetProductSubGroup
-`func (o *ProductDetailResponseCiscoFieldsInner) SetProductSubGroup(v string)`
+`func (o *ProductDetailResponseCiscoFields) SetProductSubGroup(v string)`
SetProductSubGroup sets ProductSubGroup field to given value.
### HasProductSubGroup
-`func (o *ProductDetailResponseCiscoFieldsInner) HasProductSubGroup() bool`
+`func (o *ProductDetailResponseCiscoFields) HasProductSubGroup() bool`
HasProductSubGroup returns a boolean if a field has been set.
### GetServiceProgramName
-`func (o *ProductDetailResponseCiscoFieldsInner) GetServiceProgramName() string`
+`func (o *ProductDetailResponseCiscoFields) GetServiceProgramName() string`
GetServiceProgramName returns the ServiceProgramName field if non-nil, zero value otherwise.
### GetServiceProgramNameOk
-`func (o *ProductDetailResponseCiscoFieldsInner) GetServiceProgramNameOk() (*string, bool)`
+`func (o *ProductDetailResponseCiscoFields) GetServiceProgramNameOk() (*string, bool)`
GetServiceProgramNameOk returns a tuple with the ServiceProgramName field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetServiceProgramName
-`func (o *ProductDetailResponseCiscoFieldsInner) SetServiceProgramName(v string)`
+`func (o *ProductDetailResponseCiscoFields) SetServiceProgramName(v string)`
SetServiceProgramName sets ServiceProgramName field to given value.
### HasServiceProgramName
-`func (o *ProductDetailResponseCiscoFieldsInner) HasServiceProgramName() bool`
+`func (o *ProductDetailResponseCiscoFields) HasServiceProgramName() bool`
HasServiceProgramName returns a boolean if a field has been set.
### GetItemCatalogCategory
-`func (o *ProductDetailResponseCiscoFieldsInner) GetItemCatalogCategory() string`
+`func (o *ProductDetailResponseCiscoFields) GetItemCatalogCategory() string`
GetItemCatalogCategory returns the ItemCatalogCategory field if non-nil, zero value otherwise.
### GetItemCatalogCategoryOk
-`func (o *ProductDetailResponseCiscoFieldsInner) GetItemCatalogCategoryOk() (*string, bool)`
+`func (o *ProductDetailResponseCiscoFields) GetItemCatalogCategoryOk() (*string, bool)`
GetItemCatalogCategoryOk returns a tuple with the ItemCatalogCategory field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetItemCatalogCategory
-`func (o *ProductDetailResponseCiscoFieldsInner) SetItemCatalogCategory(v string)`
+`func (o *ProductDetailResponseCiscoFields) SetItemCatalogCategory(v string)`
SetItemCatalogCategory sets ItemCatalogCategory field to given value.
### HasItemCatalogCategory
-`func (o *ProductDetailResponseCiscoFieldsInner) HasItemCatalogCategory() bool`
+`func (o *ProductDetailResponseCiscoFields) HasItemCatalogCategory() bool`
HasItemCatalogCategory returns a boolean if a field has been set.
### GetConfigurationIndicator
-`func (o *ProductDetailResponseCiscoFieldsInner) GetConfigurationIndicator() string`
+`func (o *ProductDetailResponseCiscoFields) GetConfigurationIndicator() string`
GetConfigurationIndicator returns the ConfigurationIndicator field if non-nil, zero value otherwise.
### GetConfigurationIndicatorOk
-`func (o *ProductDetailResponseCiscoFieldsInner) GetConfigurationIndicatorOk() (*string, bool)`
+`func (o *ProductDetailResponseCiscoFields) GetConfigurationIndicatorOk() (*string, bool)`
GetConfigurationIndicatorOk returns a tuple with the ConfigurationIndicator field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetConfigurationIndicator
-`func (o *ProductDetailResponseCiscoFieldsInner) SetConfigurationIndicator(v string)`
+`func (o *ProductDetailResponseCiscoFields) SetConfigurationIndicator(v string)`
SetConfigurationIndicator sets ConfigurationIndicator field to given value.
### HasConfigurationIndicator
-`func (o *ProductDetailResponseCiscoFieldsInner) HasConfigurationIndicator() bool`
+`func (o *ProductDetailResponseCiscoFields) HasConfigurationIndicator() bool`
HasConfigurationIndicator returns a boolean if a field has been set.
### GetInternalBusinessEntity
-`func (o *ProductDetailResponseCiscoFieldsInner) GetInternalBusinessEntity() string`
+`func (o *ProductDetailResponseCiscoFields) GetInternalBusinessEntity() string`
GetInternalBusinessEntity returns the InternalBusinessEntity field if non-nil, zero value otherwise.
### GetInternalBusinessEntityOk
-`func (o *ProductDetailResponseCiscoFieldsInner) GetInternalBusinessEntityOk() (*string, bool)`
+`func (o *ProductDetailResponseCiscoFields) GetInternalBusinessEntityOk() (*string, bool)`
GetInternalBusinessEntityOk returns a tuple with the InternalBusinessEntity field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetInternalBusinessEntity
-`func (o *ProductDetailResponseCiscoFieldsInner) SetInternalBusinessEntity(v string)`
+`func (o *ProductDetailResponseCiscoFields) SetInternalBusinessEntity(v string)`
SetInternalBusinessEntity sets InternalBusinessEntity field to given value.
### HasInternalBusinessEntity
-`func (o *ProductDetailResponseCiscoFieldsInner) HasInternalBusinessEntity() bool`
+`func (o *ProductDetailResponseCiscoFields) HasInternalBusinessEntity() bool`
HasInternalBusinessEntity returns a boolean if a field has been set.
### GetItemType
-`func (o *ProductDetailResponseCiscoFieldsInner) GetItemType() string`
+`func (o *ProductDetailResponseCiscoFields) GetItemType() string`
GetItemType returns the ItemType field if non-nil, zero value otherwise.
### GetItemTypeOk
-`func (o *ProductDetailResponseCiscoFieldsInner) GetItemTypeOk() (*string, bool)`
+`func (o *ProductDetailResponseCiscoFields) GetItemTypeOk() (*string, bool)`
GetItemTypeOk returns a tuple with the ItemType field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetItemType
-`func (o *ProductDetailResponseCiscoFieldsInner) SetItemType(v string)`
+`func (o *ProductDetailResponseCiscoFields) SetItemType(v string)`
SetItemType sets ItemType field to given value.
### HasItemType
-`func (o *ProductDetailResponseCiscoFieldsInner) HasItemType() bool`
+`func (o *ProductDetailResponseCiscoFields) HasItemType() bool`
HasItemType returns a boolean if a field has been set.
### GetGlobalListPrice
-`func (o *ProductDetailResponseCiscoFieldsInner) GetGlobalListPrice() string`
+`func (o *ProductDetailResponseCiscoFields) GetGlobalListPrice() string`
GetGlobalListPrice returns the GlobalListPrice field if non-nil, zero value otherwise.
### GetGlobalListPriceOk
-`func (o *ProductDetailResponseCiscoFieldsInner) GetGlobalListPriceOk() (*string, bool)`
+`func (o *ProductDetailResponseCiscoFields) GetGlobalListPriceOk() (*string, bool)`
GetGlobalListPriceOk returns a tuple with the GlobalListPrice field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetGlobalListPrice
-`func (o *ProductDetailResponseCiscoFieldsInner) SetGlobalListPrice(v string)`
+`func (o *ProductDetailResponseCiscoFields) SetGlobalListPrice(v string)`
SetGlobalListPrice sets GlobalListPrice field to given value.
### HasGlobalListPrice
-`func (o *ProductDetailResponseCiscoFieldsInner) HasGlobalListPrice() bool`
+`func (o *ProductDetailResponseCiscoFields) HasGlobalListPrice() bool`
HasGlobalListPrice returns a boolean if a field has been set.
diff --git a/docs/ProductDetailResponseIndicatorsInner.md b/docs/ProductDetailResponseIndicators.md
similarity index 66%
rename from docs/ProductDetailResponseIndicatorsInner.md
rename to docs/ProductDetailResponseIndicators.md
index 61fc872..cb45bbb 100644
--- a/docs/ProductDetailResponseIndicatorsInner.md
+++ b/docs/ProductDetailResponseIndicators.md
@@ -1,4 +1,4 @@
-# ProductDetailResponseIndicatorsInner
+# ProductDetailResponseIndicators
## Properties
@@ -38,795 +38,795 @@ Name | Type | Description | Notes
## Methods
-### NewProductDetailResponseIndicatorsInner
+### NewProductDetailResponseIndicators
-`func NewProductDetailResponseIndicatorsInner() *ProductDetailResponseIndicatorsInner`
+`func NewProductDetailResponseIndicators() *ProductDetailResponseIndicators`
-NewProductDetailResponseIndicatorsInner instantiates a new ProductDetailResponseIndicatorsInner object
+NewProductDetailResponseIndicators instantiates a new ProductDetailResponseIndicators object
This constructor will assign default values to properties that have it defined,
and makes sure properties required by API are set, but the set of arguments
will change when the set of required properties is changed
-### NewProductDetailResponseIndicatorsInnerWithDefaults
+### NewProductDetailResponseIndicatorsWithDefaults
-`func NewProductDetailResponseIndicatorsInnerWithDefaults() *ProductDetailResponseIndicatorsInner`
+`func NewProductDetailResponseIndicatorsWithDefaults() *ProductDetailResponseIndicators`
-NewProductDetailResponseIndicatorsInnerWithDefaults instantiates a new ProductDetailResponseIndicatorsInner object
+NewProductDetailResponseIndicatorsWithDefaults instantiates a new ProductDetailResponseIndicators object
This constructor will only assign default values to properties that have it defined,
but it doesn't guarantee that properties required by API are set
### GetHasWarranty
-`func (o *ProductDetailResponseIndicatorsInner) GetHasWarranty() bool`
+`func (o *ProductDetailResponseIndicators) GetHasWarranty() bool`
GetHasWarranty returns the HasWarranty field if non-nil, zero value otherwise.
### GetHasWarrantyOk
-`func (o *ProductDetailResponseIndicatorsInner) GetHasWarrantyOk() (*bool, bool)`
+`func (o *ProductDetailResponseIndicators) GetHasWarrantyOk() (*bool, bool)`
GetHasWarrantyOk returns a tuple with the HasWarranty field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetHasWarranty
-`func (o *ProductDetailResponseIndicatorsInner) SetHasWarranty(v bool)`
+`func (o *ProductDetailResponseIndicators) SetHasWarranty(v bool)`
SetHasWarranty sets HasWarranty field to given value.
### HasHasWarranty
-`func (o *ProductDetailResponseIndicatorsInner) HasHasWarranty() bool`
+`func (o *ProductDetailResponseIndicators) HasHasWarranty() bool`
HasHasWarranty returns a boolean if a field has been set.
### GetIsNewProduct
-`func (o *ProductDetailResponseIndicatorsInner) GetIsNewProduct() bool`
+`func (o *ProductDetailResponseIndicators) GetIsNewProduct() bool`
GetIsNewProduct returns the IsNewProduct field if non-nil, zero value otherwise.
### GetIsNewProductOk
-`func (o *ProductDetailResponseIndicatorsInner) GetIsNewProductOk() (*bool, bool)`
+`func (o *ProductDetailResponseIndicators) GetIsNewProductOk() (*bool, bool)`
GetIsNewProductOk returns a tuple with the IsNewProduct field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetIsNewProduct
-`func (o *ProductDetailResponseIndicatorsInner) SetIsNewProduct(v bool)`
+`func (o *ProductDetailResponseIndicators) SetIsNewProduct(v bool)`
SetIsNewProduct sets IsNewProduct field to given value.
### HasIsNewProduct
-`func (o *ProductDetailResponseIndicatorsInner) HasIsNewProduct() bool`
+`func (o *ProductDetailResponseIndicators) HasIsNewProduct() bool`
HasIsNewProduct returns a boolean if a field has been set.
### GetHasReturnLimits
-`func (o *ProductDetailResponseIndicatorsInner) GetHasReturnLimits() bool`
+`func (o *ProductDetailResponseIndicators) GetHasReturnLimits() bool`
GetHasReturnLimits returns the HasReturnLimits field if non-nil, zero value otherwise.
### GetHasReturnLimitsOk
-`func (o *ProductDetailResponseIndicatorsInner) GetHasReturnLimitsOk() (*bool, bool)`
+`func (o *ProductDetailResponseIndicators) GetHasReturnLimitsOk() (*bool, bool)`
GetHasReturnLimitsOk returns a tuple with the HasReturnLimits field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetHasReturnLimits
-`func (o *ProductDetailResponseIndicatorsInner) SetHasReturnLimits(v bool)`
+`func (o *ProductDetailResponseIndicators) SetHasReturnLimits(v bool)`
SetHasReturnLimits sets HasReturnLimits field to given value.
### HasHasReturnLimits
-`func (o *ProductDetailResponseIndicatorsInner) HasHasReturnLimits() bool`
+`func (o *ProductDetailResponseIndicators) HasHasReturnLimits() bool`
HasHasReturnLimits returns a boolean if a field has been set.
### GetIsBackOrderAllowed
-`func (o *ProductDetailResponseIndicatorsInner) GetIsBackOrderAllowed() bool`
+`func (o *ProductDetailResponseIndicators) GetIsBackOrderAllowed() bool`
GetIsBackOrderAllowed returns the IsBackOrderAllowed field if non-nil, zero value otherwise.
### GetIsBackOrderAllowedOk
-`func (o *ProductDetailResponseIndicatorsInner) GetIsBackOrderAllowedOk() (*bool, bool)`
+`func (o *ProductDetailResponseIndicators) GetIsBackOrderAllowedOk() (*bool, bool)`
GetIsBackOrderAllowedOk returns a tuple with the IsBackOrderAllowed field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetIsBackOrderAllowed
-`func (o *ProductDetailResponseIndicatorsInner) SetIsBackOrderAllowed(v bool)`
+`func (o *ProductDetailResponseIndicators) SetIsBackOrderAllowed(v bool)`
SetIsBackOrderAllowed sets IsBackOrderAllowed field to given value.
### HasIsBackOrderAllowed
-`func (o *ProductDetailResponseIndicatorsInner) HasIsBackOrderAllowed() bool`
+`func (o *ProductDetailResponseIndicators) HasIsBackOrderAllowed() bool`
HasIsBackOrderAllowed returns a boolean if a field has been set.
### GetIsShippedFromPartner
-`func (o *ProductDetailResponseIndicatorsInner) GetIsShippedFromPartner() bool`
+`func (o *ProductDetailResponseIndicators) GetIsShippedFromPartner() bool`
GetIsShippedFromPartner returns the IsShippedFromPartner field if non-nil, zero value otherwise.
### GetIsShippedFromPartnerOk
-`func (o *ProductDetailResponseIndicatorsInner) GetIsShippedFromPartnerOk() (*bool, bool)`
+`func (o *ProductDetailResponseIndicators) GetIsShippedFromPartnerOk() (*bool, bool)`
GetIsShippedFromPartnerOk returns a tuple with the IsShippedFromPartner field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetIsShippedFromPartner
-`func (o *ProductDetailResponseIndicatorsInner) SetIsShippedFromPartner(v bool)`
+`func (o *ProductDetailResponseIndicators) SetIsShippedFromPartner(v bool)`
SetIsShippedFromPartner sets IsShippedFromPartner field to given value.
### HasIsShippedFromPartner
-`func (o *ProductDetailResponseIndicatorsInner) HasIsShippedFromPartner() bool`
+`func (o *ProductDetailResponseIndicators) HasIsShippedFromPartner() bool`
HasIsShippedFromPartner returns a boolean if a field has been set.
### GetIsReplacementProduct
-`func (o *ProductDetailResponseIndicatorsInner) GetIsReplacementProduct() bool`
+`func (o *ProductDetailResponseIndicators) GetIsReplacementProduct() bool`
GetIsReplacementProduct returns the IsReplacementProduct field if non-nil, zero value otherwise.
### GetIsReplacementProductOk
-`func (o *ProductDetailResponseIndicatorsInner) GetIsReplacementProductOk() (*bool, bool)`
+`func (o *ProductDetailResponseIndicators) GetIsReplacementProductOk() (*bool, bool)`
GetIsReplacementProductOk returns a tuple with the IsReplacementProduct field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetIsReplacementProduct
-`func (o *ProductDetailResponseIndicatorsInner) SetIsReplacementProduct(v bool)`
+`func (o *ProductDetailResponseIndicators) SetIsReplacementProduct(v bool)`
SetIsReplacementProduct sets IsReplacementProduct field to given value.
### HasIsReplacementProduct
-`func (o *ProductDetailResponseIndicatorsInner) HasIsReplacementProduct() bool`
+`func (o *ProductDetailResponseIndicators) HasIsReplacementProduct() bool`
HasIsReplacementProduct returns a boolean if a field has been set.
### GetIsDirectship
-`func (o *ProductDetailResponseIndicatorsInner) GetIsDirectship() bool`
+`func (o *ProductDetailResponseIndicators) GetIsDirectship() bool`
GetIsDirectship returns the IsDirectship field if non-nil, zero value otherwise.
### GetIsDirectshipOk
-`func (o *ProductDetailResponseIndicatorsInner) GetIsDirectshipOk() (*bool, bool)`
+`func (o *ProductDetailResponseIndicators) GetIsDirectshipOk() (*bool, bool)`
GetIsDirectshipOk returns a tuple with the IsDirectship field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetIsDirectship
-`func (o *ProductDetailResponseIndicatorsInner) SetIsDirectship(v bool)`
+`func (o *ProductDetailResponseIndicators) SetIsDirectship(v bool)`
SetIsDirectship sets IsDirectship field to given value.
### HasIsDirectship
-`func (o *ProductDetailResponseIndicatorsInner) HasIsDirectship() bool`
+`func (o *ProductDetailResponseIndicators) HasIsDirectship() bool`
HasIsDirectship returns a boolean if a field has been set.
### GetIsDownloadable
-`func (o *ProductDetailResponseIndicatorsInner) GetIsDownloadable() bool`
+`func (o *ProductDetailResponseIndicators) GetIsDownloadable() bool`
GetIsDownloadable returns the IsDownloadable field if non-nil, zero value otherwise.
### GetIsDownloadableOk
-`func (o *ProductDetailResponseIndicatorsInner) GetIsDownloadableOk() (*bool, bool)`
+`func (o *ProductDetailResponseIndicators) GetIsDownloadableOk() (*bool, bool)`
GetIsDownloadableOk returns a tuple with the IsDownloadable field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetIsDownloadable
-`func (o *ProductDetailResponseIndicatorsInner) SetIsDownloadable(v bool)`
+`func (o *ProductDetailResponseIndicators) SetIsDownloadable(v bool)`
SetIsDownloadable sets IsDownloadable field to given value.
### HasIsDownloadable
-`func (o *ProductDetailResponseIndicatorsInner) HasIsDownloadable() bool`
+`func (o *ProductDetailResponseIndicators) HasIsDownloadable() bool`
HasIsDownloadable returns a boolean if a field has been set.
### GetIsDigitalType
-`func (o *ProductDetailResponseIndicatorsInner) GetIsDigitalType() bool`
+`func (o *ProductDetailResponseIndicators) GetIsDigitalType() bool`
GetIsDigitalType returns the IsDigitalType field if non-nil, zero value otherwise.
### GetIsDigitalTypeOk
-`func (o *ProductDetailResponseIndicatorsInner) GetIsDigitalTypeOk() (*bool, bool)`
+`func (o *ProductDetailResponseIndicators) GetIsDigitalTypeOk() (*bool, bool)`
GetIsDigitalTypeOk returns a tuple with the IsDigitalType field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetIsDigitalType
-`func (o *ProductDetailResponseIndicatorsInner) SetIsDigitalType(v bool)`
+`func (o *ProductDetailResponseIndicators) SetIsDigitalType(v bool)`
SetIsDigitalType sets IsDigitalType field to given value.
### HasIsDigitalType
-`func (o *ProductDetailResponseIndicatorsInner) HasIsDigitalType() bool`
+`func (o *ProductDetailResponseIndicators) HasIsDigitalType() bool`
HasIsDigitalType returns a boolean if a field has been set.
### GetSkuType
-`func (o *ProductDetailResponseIndicatorsInner) GetSkuType() string`
+`func (o *ProductDetailResponseIndicators) GetSkuType() string`
GetSkuType returns the SkuType field if non-nil, zero value otherwise.
### GetSkuTypeOk
-`func (o *ProductDetailResponseIndicatorsInner) GetSkuTypeOk() (*string, bool)`
+`func (o *ProductDetailResponseIndicators) GetSkuTypeOk() (*string, bool)`
GetSkuTypeOk returns a tuple with the SkuType field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetSkuType
-`func (o *ProductDetailResponseIndicatorsInner) SetSkuType(v string)`
+`func (o *ProductDetailResponseIndicators) SetSkuType(v string)`
SetSkuType sets SkuType field to given value.
### HasSkuType
-`func (o *ProductDetailResponseIndicatorsInner) HasSkuType() bool`
+`func (o *ProductDetailResponseIndicators) HasSkuType() bool`
HasSkuType returns a boolean if a field has been set.
### GetHasStdSpecialPrice
-`func (o *ProductDetailResponseIndicatorsInner) GetHasStdSpecialPrice() bool`
+`func (o *ProductDetailResponseIndicators) GetHasStdSpecialPrice() bool`
GetHasStdSpecialPrice returns the HasStdSpecialPrice field if non-nil, zero value otherwise.
### GetHasStdSpecialPriceOk
-`func (o *ProductDetailResponseIndicatorsInner) GetHasStdSpecialPriceOk() (*bool, bool)`
+`func (o *ProductDetailResponseIndicators) GetHasStdSpecialPriceOk() (*bool, bool)`
GetHasStdSpecialPriceOk returns a tuple with the HasStdSpecialPrice field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetHasStdSpecialPrice
-`func (o *ProductDetailResponseIndicatorsInner) SetHasStdSpecialPrice(v bool)`
+`func (o *ProductDetailResponseIndicators) SetHasStdSpecialPrice(v bool)`
SetHasStdSpecialPrice sets HasStdSpecialPrice field to given value.
### HasHasStdSpecialPrice
-`func (o *ProductDetailResponseIndicatorsInner) HasHasStdSpecialPrice() bool`
+`func (o *ProductDetailResponseIndicators) HasHasStdSpecialPrice() bool`
HasHasStdSpecialPrice returns a boolean if a field has been set.
### GetHasAcopSpecialPrice
-`func (o *ProductDetailResponseIndicatorsInner) GetHasAcopSpecialPrice() bool`
+`func (o *ProductDetailResponseIndicators) GetHasAcopSpecialPrice() bool`
GetHasAcopSpecialPrice returns the HasAcopSpecialPrice field if non-nil, zero value otherwise.
### GetHasAcopSpecialPriceOk
-`func (o *ProductDetailResponseIndicatorsInner) GetHasAcopSpecialPriceOk() (*bool, bool)`
+`func (o *ProductDetailResponseIndicators) GetHasAcopSpecialPriceOk() (*bool, bool)`
GetHasAcopSpecialPriceOk returns a tuple with the HasAcopSpecialPrice field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetHasAcopSpecialPrice
-`func (o *ProductDetailResponseIndicatorsInner) SetHasAcopSpecialPrice(v bool)`
+`func (o *ProductDetailResponseIndicators) SetHasAcopSpecialPrice(v bool)`
SetHasAcopSpecialPrice sets HasAcopSpecialPrice field to given value.
### HasHasAcopSpecialPrice
-`func (o *ProductDetailResponseIndicatorsInner) HasHasAcopSpecialPrice() bool`
+`func (o *ProductDetailResponseIndicators) HasHasAcopSpecialPrice() bool`
HasHasAcopSpecialPrice returns a boolean if a field has been set.
### GetHasAcopQuantityBreak
-`func (o *ProductDetailResponseIndicatorsInner) GetHasAcopQuantityBreak() bool`
+`func (o *ProductDetailResponseIndicators) GetHasAcopQuantityBreak() bool`
GetHasAcopQuantityBreak returns the HasAcopQuantityBreak field if non-nil, zero value otherwise.
### GetHasAcopQuantityBreakOk
-`func (o *ProductDetailResponseIndicatorsInner) GetHasAcopQuantityBreakOk() (*bool, bool)`
+`func (o *ProductDetailResponseIndicators) GetHasAcopQuantityBreakOk() (*bool, bool)`
GetHasAcopQuantityBreakOk returns a tuple with the HasAcopQuantityBreak field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetHasAcopQuantityBreak
-`func (o *ProductDetailResponseIndicatorsInner) SetHasAcopQuantityBreak(v bool)`
+`func (o *ProductDetailResponseIndicators) SetHasAcopQuantityBreak(v bool)`
SetHasAcopQuantityBreak sets HasAcopQuantityBreak field to given value.
### HasHasAcopQuantityBreak
-`func (o *ProductDetailResponseIndicatorsInner) HasHasAcopQuantityBreak() bool`
+`func (o *ProductDetailResponseIndicators) HasHasAcopQuantityBreak() bool`
HasHasAcopQuantityBreak returns a boolean if a field has been set.
### GetHasStdWebDiscount
-`func (o *ProductDetailResponseIndicatorsInner) GetHasStdWebDiscount() bool`
+`func (o *ProductDetailResponseIndicators) GetHasStdWebDiscount() bool`
GetHasStdWebDiscount returns the HasStdWebDiscount field if non-nil, zero value otherwise.
### GetHasStdWebDiscountOk
-`func (o *ProductDetailResponseIndicatorsInner) GetHasStdWebDiscountOk() (*bool, bool)`
+`func (o *ProductDetailResponseIndicators) GetHasStdWebDiscountOk() (*bool, bool)`
GetHasStdWebDiscountOk returns a tuple with the HasStdWebDiscount field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetHasStdWebDiscount
-`func (o *ProductDetailResponseIndicatorsInner) SetHasStdWebDiscount(v bool)`
+`func (o *ProductDetailResponseIndicators) SetHasStdWebDiscount(v bool)`
SetHasStdWebDiscount sets HasStdWebDiscount field to given value.
### HasHasStdWebDiscount
-`func (o *ProductDetailResponseIndicatorsInner) HasHasStdWebDiscount() bool`
+`func (o *ProductDetailResponseIndicators) HasHasStdWebDiscount() bool`
HasHasStdWebDiscount returns a boolean if a field has been set.
### GetHasSpecialBid
-`func (o *ProductDetailResponseIndicatorsInner) GetHasSpecialBid() bool`
+`func (o *ProductDetailResponseIndicators) GetHasSpecialBid() bool`
GetHasSpecialBid returns the HasSpecialBid field if non-nil, zero value otherwise.
### GetHasSpecialBidOk
-`func (o *ProductDetailResponseIndicatorsInner) GetHasSpecialBidOk() (*bool, bool)`
+`func (o *ProductDetailResponseIndicators) GetHasSpecialBidOk() (*bool, bool)`
GetHasSpecialBidOk returns a tuple with the HasSpecialBid field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetHasSpecialBid
-`func (o *ProductDetailResponseIndicatorsInner) SetHasSpecialBid(v bool)`
+`func (o *ProductDetailResponseIndicators) SetHasSpecialBid(v bool)`
SetHasSpecialBid sets HasSpecialBid field to given value.
### HasHasSpecialBid
-`func (o *ProductDetailResponseIndicatorsInner) HasHasSpecialBid() bool`
+`func (o *ProductDetailResponseIndicators) HasHasSpecialBid() bool`
HasHasSpecialBid returns a boolean if a field has been set.
### GetIsExportableToCountry
-`func (o *ProductDetailResponseIndicatorsInner) GetIsExportableToCountry() bool`
+`func (o *ProductDetailResponseIndicators) GetIsExportableToCountry() bool`
GetIsExportableToCountry returns the IsExportableToCountry field if non-nil, zero value otherwise.
### GetIsExportableToCountryOk
-`func (o *ProductDetailResponseIndicatorsInner) GetIsExportableToCountryOk() (*bool, bool)`
+`func (o *ProductDetailResponseIndicators) GetIsExportableToCountryOk() (*bool, bool)`
GetIsExportableToCountryOk returns a tuple with the IsExportableToCountry field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetIsExportableToCountry
-`func (o *ProductDetailResponseIndicatorsInner) SetIsExportableToCountry(v bool)`
+`func (o *ProductDetailResponseIndicators) SetIsExportableToCountry(v bool)`
SetIsExportableToCountry sets IsExportableToCountry field to given value.
### HasIsExportableToCountry
-`func (o *ProductDetailResponseIndicatorsInner) HasIsExportableToCountry() bool`
+`func (o *ProductDetailResponseIndicators) HasIsExportableToCountry() bool`
HasIsExportableToCountry returns a boolean if a field has been set.
### GetIsDiscontinuedProduct
-`func (o *ProductDetailResponseIndicatorsInner) GetIsDiscontinuedProduct() bool`
+`func (o *ProductDetailResponseIndicators) GetIsDiscontinuedProduct() bool`
GetIsDiscontinuedProduct returns the IsDiscontinuedProduct field if non-nil, zero value otherwise.
### GetIsDiscontinuedProductOk
-`func (o *ProductDetailResponseIndicatorsInner) GetIsDiscontinuedProductOk() (*bool, bool)`
+`func (o *ProductDetailResponseIndicators) GetIsDiscontinuedProductOk() (*bool, bool)`
GetIsDiscontinuedProductOk returns a tuple with the IsDiscontinuedProduct field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetIsDiscontinuedProduct
-`func (o *ProductDetailResponseIndicatorsInner) SetIsDiscontinuedProduct(v bool)`
+`func (o *ProductDetailResponseIndicators) SetIsDiscontinuedProduct(v bool)`
SetIsDiscontinuedProduct sets IsDiscontinuedProduct field to given value.
### HasIsDiscontinuedProduct
-`func (o *ProductDetailResponseIndicatorsInner) HasIsDiscontinuedProduct() bool`
+`func (o *ProductDetailResponseIndicators) HasIsDiscontinuedProduct() bool`
HasIsDiscontinuedProduct returns a boolean if a field has been set.
### GetIsRefurbishedProduct
-`func (o *ProductDetailResponseIndicatorsInner) GetIsRefurbishedProduct() bool`
+`func (o *ProductDetailResponseIndicators) GetIsRefurbishedProduct() bool`
GetIsRefurbishedProduct returns the IsRefurbishedProduct field if non-nil, zero value otherwise.
### GetIsRefurbishedProductOk
-`func (o *ProductDetailResponseIndicatorsInner) GetIsRefurbishedProductOk() (*bool, bool)`
+`func (o *ProductDetailResponseIndicators) GetIsRefurbishedProductOk() (*bool, bool)`
GetIsRefurbishedProductOk returns a tuple with the IsRefurbishedProduct field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetIsRefurbishedProduct
-`func (o *ProductDetailResponseIndicatorsInner) SetIsRefurbishedProduct(v bool)`
+`func (o *ProductDetailResponseIndicators) SetIsRefurbishedProduct(v bool)`
SetIsRefurbishedProduct sets IsRefurbishedProduct field to given value.
### HasIsRefurbishedProduct
-`func (o *ProductDetailResponseIndicatorsInner) HasIsRefurbishedProduct() bool`
+`func (o *ProductDetailResponseIndicators) HasIsRefurbishedProduct() bool`
HasIsRefurbishedProduct returns a boolean if a field has been set.
### GetIsReturnableProduct
-`func (o *ProductDetailResponseIndicatorsInner) GetIsReturnableProduct() bool`
+`func (o *ProductDetailResponseIndicators) GetIsReturnableProduct() bool`
GetIsReturnableProduct returns the IsReturnableProduct field if non-nil, zero value otherwise.
### GetIsReturnableProductOk
-`func (o *ProductDetailResponseIndicatorsInner) GetIsReturnableProductOk() (*bool, bool)`
+`func (o *ProductDetailResponseIndicators) GetIsReturnableProductOk() (*bool, bool)`
GetIsReturnableProductOk returns a tuple with the IsReturnableProduct field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetIsReturnableProduct
-`func (o *ProductDetailResponseIndicatorsInner) SetIsReturnableProduct(v bool)`
+`func (o *ProductDetailResponseIndicators) SetIsReturnableProduct(v bool)`
SetIsReturnableProduct sets IsReturnableProduct field to given value.
### HasIsReturnableProduct
-`func (o *ProductDetailResponseIndicatorsInner) HasIsReturnableProduct() bool`
+`func (o *ProductDetailResponseIndicators) HasIsReturnableProduct() bool`
HasIsReturnableProduct returns a boolean if a field has been set.
### GetIsIngramShip
-`func (o *ProductDetailResponseIndicatorsInner) GetIsIngramShip() bool`
+`func (o *ProductDetailResponseIndicators) GetIsIngramShip() bool`
GetIsIngramShip returns the IsIngramShip field if non-nil, zero value otherwise.
### GetIsIngramShipOk
-`func (o *ProductDetailResponseIndicatorsInner) GetIsIngramShipOk() (*bool, bool)`
+`func (o *ProductDetailResponseIndicators) GetIsIngramShipOk() (*bool, bool)`
GetIsIngramShipOk returns a tuple with the IsIngramShip field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetIsIngramShip
-`func (o *ProductDetailResponseIndicatorsInner) SetIsIngramShip(v bool)`
+`func (o *ProductDetailResponseIndicators) SetIsIngramShip(v bool)`
SetIsIngramShip sets IsIngramShip field to given value.
### HasIsIngramShip
-`func (o *ProductDetailResponseIndicatorsInner) HasIsIngramShip() bool`
+`func (o *ProductDetailResponseIndicators) HasIsIngramShip() bool`
HasIsIngramShip returns a boolean if a field has been set.
### GetIsEnduserRequired
-`func (o *ProductDetailResponseIndicatorsInner) GetIsEnduserRequired() bool`
+`func (o *ProductDetailResponseIndicators) GetIsEnduserRequired() bool`
GetIsEnduserRequired returns the IsEnduserRequired field if non-nil, zero value otherwise.
### GetIsEnduserRequiredOk
-`func (o *ProductDetailResponseIndicatorsInner) GetIsEnduserRequiredOk() (*bool, bool)`
+`func (o *ProductDetailResponseIndicators) GetIsEnduserRequiredOk() (*bool, bool)`
GetIsEnduserRequiredOk returns a tuple with the IsEnduserRequired field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetIsEnduserRequired
-`func (o *ProductDetailResponseIndicatorsInner) SetIsEnduserRequired(v bool)`
+`func (o *ProductDetailResponseIndicators) SetIsEnduserRequired(v bool)`
SetIsEnduserRequired sets IsEnduserRequired field to given value.
### HasIsEnduserRequired
-`func (o *ProductDetailResponseIndicatorsInner) HasIsEnduserRequired() bool`
+`func (o *ProductDetailResponseIndicators) HasIsEnduserRequired() bool`
HasIsEnduserRequired returns a boolean if a field has been set.
### GetIsHeavyWeight
-`func (o *ProductDetailResponseIndicatorsInner) GetIsHeavyWeight() bool`
+`func (o *ProductDetailResponseIndicators) GetIsHeavyWeight() bool`
GetIsHeavyWeight returns the IsHeavyWeight field if non-nil, zero value otherwise.
### GetIsHeavyWeightOk
-`func (o *ProductDetailResponseIndicatorsInner) GetIsHeavyWeightOk() (*bool, bool)`
+`func (o *ProductDetailResponseIndicators) GetIsHeavyWeightOk() (*bool, bool)`
GetIsHeavyWeightOk returns a tuple with the IsHeavyWeight field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetIsHeavyWeight
-`func (o *ProductDetailResponseIndicatorsInner) SetIsHeavyWeight(v bool)`
+`func (o *ProductDetailResponseIndicators) SetIsHeavyWeight(v bool)`
SetIsHeavyWeight sets IsHeavyWeight field to given value.
### HasIsHeavyWeight
-`func (o *ProductDetailResponseIndicatorsInner) HasIsHeavyWeight() bool`
+`func (o *ProductDetailResponseIndicators) HasIsHeavyWeight() bool`
HasIsHeavyWeight returns a boolean if a field has been set.
### GetHasLtl
-`func (o *ProductDetailResponseIndicatorsInner) GetHasLtl() bool`
+`func (o *ProductDetailResponseIndicators) GetHasLtl() bool`
GetHasLtl returns the HasLtl field if non-nil, zero value otherwise.
### GetHasLtlOk
-`func (o *ProductDetailResponseIndicatorsInner) GetHasLtlOk() (*bool, bool)`
+`func (o *ProductDetailResponseIndicators) GetHasLtlOk() (*bool, bool)`
GetHasLtlOk returns a tuple with the HasLtl field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetHasLtl
-`func (o *ProductDetailResponseIndicatorsInner) SetHasLtl(v bool)`
+`func (o *ProductDetailResponseIndicators) SetHasLtl(v bool)`
SetHasLtl sets HasLtl field to given value.
### HasHasLtl
-`func (o *ProductDetailResponseIndicatorsInner) HasHasLtl() bool`
+`func (o *ProductDetailResponseIndicators) HasHasLtl() bool`
HasHasLtl returns a boolean if a field has been set.
### GetIsClearanceProduct
-`func (o *ProductDetailResponseIndicatorsInner) GetIsClearanceProduct() bool`
+`func (o *ProductDetailResponseIndicators) GetIsClearanceProduct() bool`
GetIsClearanceProduct returns the IsClearanceProduct field if non-nil, zero value otherwise.
### GetIsClearanceProductOk
-`func (o *ProductDetailResponseIndicatorsInner) GetIsClearanceProductOk() (*bool, bool)`
+`func (o *ProductDetailResponseIndicators) GetIsClearanceProductOk() (*bool, bool)`
GetIsClearanceProductOk returns a tuple with the IsClearanceProduct field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetIsClearanceProduct
-`func (o *ProductDetailResponseIndicatorsInner) SetIsClearanceProduct(v bool)`
+`func (o *ProductDetailResponseIndicators) SetIsClearanceProduct(v bool)`
SetIsClearanceProduct sets IsClearanceProduct field to given value.
### HasIsClearanceProduct
-`func (o *ProductDetailResponseIndicatorsInner) HasIsClearanceProduct() bool`
+`func (o *ProductDetailResponseIndicators) HasIsClearanceProduct() bool`
HasIsClearanceProduct returns a boolean if a field has been set.
### GetHasBundle
-`func (o *ProductDetailResponseIndicatorsInner) GetHasBundle() bool`
+`func (o *ProductDetailResponseIndicators) GetHasBundle() bool`
GetHasBundle returns the HasBundle field if non-nil, zero value otherwise.
### GetHasBundleOk
-`func (o *ProductDetailResponseIndicatorsInner) GetHasBundleOk() (*bool, bool)`
+`func (o *ProductDetailResponseIndicators) GetHasBundleOk() (*bool, bool)`
GetHasBundleOk returns a tuple with the HasBundle field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetHasBundle
-`func (o *ProductDetailResponseIndicatorsInner) SetHasBundle(v bool)`
+`func (o *ProductDetailResponseIndicators) SetHasBundle(v bool)`
SetHasBundle sets HasBundle field to given value.
### HasHasBundle
-`func (o *ProductDetailResponseIndicatorsInner) HasHasBundle() bool`
+`func (o *ProductDetailResponseIndicators) HasHasBundle() bool`
HasHasBundle returns a boolean if a field has been set.
### GetIsOversizeProduct
-`func (o *ProductDetailResponseIndicatorsInner) GetIsOversizeProduct() bool`
+`func (o *ProductDetailResponseIndicators) GetIsOversizeProduct() bool`
GetIsOversizeProduct returns the IsOversizeProduct field if non-nil, zero value otherwise.
### GetIsOversizeProductOk
-`func (o *ProductDetailResponseIndicatorsInner) GetIsOversizeProductOk() (*bool, bool)`
+`func (o *ProductDetailResponseIndicators) GetIsOversizeProductOk() (*bool, bool)`
GetIsOversizeProductOk returns a tuple with the IsOversizeProduct field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetIsOversizeProduct
-`func (o *ProductDetailResponseIndicatorsInner) SetIsOversizeProduct(v bool)`
+`func (o *ProductDetailResponseIndicators) SetIsOversizeProduct(v bool)`
SetIsOversizeProduct sets IsOversizeProduct field to given value.
### HasIsOversizeProduct
-`func (o *ProductDetailResponseIndicatorsInner) HasIsOversizeProduct() bool`
+`func (o *ProductDetailResponseIndicators) HasIsOversizeProduct() bool`
HasIsOversizeProduct returns a boolean if a field has been set.
### GetIsPreorderProduct
-`func (o *ProductDetailResponseIndicatorsInner) GetIsPreorderProduct() bool`
+`func (o *ProductDetailResponseIndicators) GetIsPreorderProduct() bool`
GetIsPreorderProduct returns the IsPreorderProduct field if non-nil, zero value otherwise.
### GetIsPreorderProductOk
-`func (o *ProductDetailResponseIndicatorsInner) GetIsPreorderProductOk() (*bool, bool)`
+`func (o *ProductDetailResponseIndicators) GetIsPreorderProductOk() (*bool, bool)`
GetIsPreorderProductOk returns a tuple with the IsPreorderProduct field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetIsPreorderProduct
-`func (o *ProductDetailResponseIndicatorsInner) SetIsPreorderProduct(v bool)`
+`func (o *ProductDetailResponseIndicators) SetIsPreorderProduct(v bool)`
SetIsPreorderProduct sets IsPreorderProduct field to given value.
### HasIsPreorderProduct
-`func (o *ProductDetailResponseIndicatorsInner) HasIsPreorderProduct() bool`
+`func (o *ProductDetailResponseIndicators) HasIsPreorderProduct() bool`
HasIsPreorderProduct returns a boolean if a field has been set.
### GetIsLicenseProduct
-`func (o *ProductDetailResponseIndicatorsInner) GetIsLicenseProduct() bool`
+`func (o *ProductDetailResponseIndicators) GetIsLicenseProduct() bool`
GetIsLicenseProduct returns the IsLicenseProduct field if non-nil, zero value otherwise.
### GetIsLicenseProductOk
-`func (o *ProductDetailResponseIndicatorsInner) GetIsLicenseProductOk() (*bool, bool)`
+`func (o *ProductDetailResponseIndicators) GetIsLicenseProductOk() (*bool, bool)`
GetIsLicenseProductOk returns a tuple with the IsLicenseProduct field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetIsLicenseProduct
-`func (o *ProductDetailResponseIndicatorsInner) SetIsLicenseProduct(v bool)`
+`func (o *ProductDetailResponseIndicators) SetIsLicenseProduct(v bool)`
SetIsLicenseProduct sets IsLicenseProduct field to given value.
### HasIsLicenseProduct
-`func (o *ProductDetailResponseIndicatorsInner) HasIsLicenseProduct() bool`
+`func (o *ProductDetailResponseIndicators) HasIsLicenseProduct() bool`
HasIsLicenseProduct returns a boolean if a field has been set.
### GetIsDirectshipOrderable
-`func (o *ProductDetailResponseIndicatorsInner) GetIsDirectshipOrderable() bool`
+`func (o *ProductDetailResponseIndicators) GetIsDirectshipOrderable() bool`
GetIsDirectshipOrderable returns the IsDirectshipOrderable field if non-nil, zero value otherwise.
### GetIsDirectshipOrderableOk
-`func (o *ProductDetailResponseIndicatorsInner) GetIsDirectshipOrderableOk() (*bool, bool)`
+`func (o *ProductDetailResponseIndicators) GetIsDirectshipOrderableOk() (*bool, bool)`
GetIsDirectshipOrderableOk returns a tuple with the IsDirectshipOrderable field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetIsDirectshipOrderable
-`func (o *ProductDetailResponseIndicatorsInner) SetIsDirectshipOrderable(v bool)`
+`func (o *ProductDetailResponseIndicators) SetIsDirectshipOrderable(v bool)`
SetIsDirectshipOrderable sets IsDirectshipOrderable field to given value.
### HasIsDirectshipOrderable
-`func (o *ProductDetailResponseIndicatorsInner) HasIsDirectshipOrderable() bool`
+`func (o *ProductDetailResponseIndicators) HasIsDirectshipOrderable() bool`
HasIsDirectshipOrderable returns a boolean if a field has been set.
### GetIsServiceSku
-`func (o *ProductDetailResponseIndicatorsInner) GetIsServiceSku() bool`
+`func (o *ProductDetailResponseIndicators) GetIsServiceSku() bool`
GetIsServiceSku returns the IsServiceSku field if non-nil, zero value otherwise.
### GetIsServiceSkuOk
-`func (o *ProductDetailResponseIndicatorsInner) GetIsServiceSkuOk() (*bool, bool)`
+`func (o *ProductDetailResponseIndicators) GetIsServiceSkuOk() (*bool, bool)`
GetIsServiceSkuOk returns a tuple with the IsServiceSku field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetIsServiceSku
-`func (o *ProductDetailResponseIndicatorsInner) SetIsServiceSku(v bool)`
+`func (o *ProductDetailResponseIndicators) SetIsServiceSku(v bool)`
SetIsServiceSku sets IsServiceSku field to given value.
### HasIsServiceSku
-`func (o *ProductDetailResponseIndicatorsInner) HasIsServiceSku() bool`
+`func (o *ProductDetailResponseIndicators) HasIsServiceSku() bool`
HasIsServiceSku returns a boolean if a field has been set.
### GetIsConfigurable
-`func (o *ProductDetailResponseIndicatorsInner) GetIsConfigurable() bool`
+`func (o *ProductDetailResponseIndicators) GetIsConfigurable() bool`
GetIsConfigurable returns the IsConfigurable field if non-nil, zero value otherwise.
### GetIsConfigurableOk
-`func (o *ProductDetailResponseIndicatorsInner) GetIsConfigurableOk() (*bool, bool)`
+`func (o *ProductDetailResponseIndicators) GetIsConfigurableOk() (*bool, bool)`
GetIsConfigurableOk returns a tuple with the IsConfigurable field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetIsConfigurable
-`func (o *ProductDetailResponseIndicatorsInner) SetIsConfigurable(v bool)`
+`func (o *ProductDetailResponseIndicators) SetIsConfigurable(v bool)`
SetIsConfigurable sets IsConfigurable field to given value.
### HasIsConfigurable
-`func (o *ProductDetailResponseIndicatorsInner) HasIsConfigurable() bool`
+`func (o *ProductDetailResponseIndicators) HasIsConfigurable() bool`
HasIsConfigurable returns a boolean if a field has been set.
diff --git a/docs/QuoteToOrderAPI.md b/docs/QuoteToOrderAPI.md
index c49081d..bf76e14 100644
--- a/docs/QuoteToOrderAPI.md
+++ b/docs/QuoteToOrderAPI.md
@@ -1,6 +1,6 @@
# \QuoteToOrderAPI
-All URIs are relative to *https://api.ingrammicro.com:443/sandbox*
+All URIs are relative to *https://api.ingrammicro.com:443*
Method | HTTP request | Description
------------- | ------------- | -------------
diff --git a/docs/QuotesAPI.md b/docs/QuotesAPI.md
index 98b5cba..ac883ea 100644
--- a/docs/QuotesAPI.md
+++ b/docs/QuotesAPI.md
@@ -1,6 +1,6 @@
# \QuotesAPI
-All URIs are relative to *https://api.ingrammicro.com:443/sandbox*
+All URIs are relative to *https://api.ingrammicro.com:443*
Method | HTTP request | Description
------------- | ------------- | -------------
diff --git a/docs/QuotesV4API.md b/docs/QuotesV4API.md
index 7948ae9..6097946 100644
--- a/docs/QuotesV4API.md
+++ b/docs/QuotesV4API.md
@@ -1,6 +1,6 @@
# \QuotesV4API
-All URIs are relative to *https://api.ingrammicro.com:443/sandbox*
+All URIs are relative to *https://api.ingrammicro.com:443*
Method | HTTP request | Description
------------- | ------------- | -------------
diff --git a/docs/QuotesV5API.md b/docs/QuotesV5API.md
index 011e16a..118ee0d 100644
--- a/docs/QuotesV5API.md
+++ b/docs/QuotesV5API.md
@@ -1,6 +1,6 @@
# \QuotesV5API
-All URIs are relative to *https://api.ingrammicro.com:443/sandbox*
+All URIs are relative to *https://api.ingrammicro.com:443*
Method | HTTP request | Description
------------- | ------------- | -------------
diff --git a/docs/RenewalsAPI.md b/docs/RenewalsAPI.md
index ddc4bd5..5a75f79 100644
--- a/docs/RenewalsAPI.md
+++ b/docs/RenewalsAPI.md
@@ -1,6 +1,6 @@
# \RenewalsAPI
-All URIs are relative to *https://api.ingrammicro.com:443/sandbox*
+All URIs are relative to *https://api.ingrammicro.com:443*
Method | HTTP request | Description
------------- | ------------- | -------------
diff --git a/docs/ReturnsAPI.md b/docs/ReturnsAPI.md
index d61e3af..a127ad3 100644
--- a/docs/ReturnsAPI.md
+++ b/docs/ReturnsAPI.md
@@ -1,6 +1,6 @@
# \ReturnsAPI
-All URIs are relative to *https://api.ingrammicro.com:443/sandbox*
+All URIs are relative to *https://api.ingrammicro.com:443*
Method | HTTP request | Description
------------- | ------------- | -------------
diff --git a/docs/ReturnsDetailsResponseProductsInner.md b/docs/ReturnsDetailsResponseProductsInner.md
index 8746774..dce1beb 100644
--- a/docs/ReturnsDetailsResponseProductsInner.md
+++ b/docs/ReturnsDetailsResponseProductsInner.md
@@ -11,9 +11,9 @@ Name | Type | Description | Notes
**Upc** | Pointer to **string** | The UPC code of a product. | [optional]
**InvoiceDate** | Pointer to **string** | The date of the invoice. | [optional]
**InvoiceNumber** | Pointer to **string** | Ingram micro Invoice number. | [optional]
-**CustomerOrderNumber** | Pointer to **int32** | The reseller's order number for reference in their system. | [optional]
-**RequestDetails** | Pointer to **int32** | Request details. | [optional]
-**Quantity** | Pointer to **int32** | The quantity of the line item. | [optional]
+**CustomerOrderNumber** | Pointer to **string** | The reseller's order number for reference in their system. | [optional]
+**RequestDetails** | Pointer to **string** | Request details. | [optional]
+**Quantity** | Pointer to **float32** | The quantity of the line item. | [optional]
**UnitPrice** | Pointer to **float32** | The unit price of the line item. | [optional]
**ExtendedPrice** | Pointer to **float32** | Unit price X quantity for the line item. | [optional]
**Status** | Pointer to **string** | The status of the line item. | [optional]
@@ -216,20 +216,20 @@ HasInvoiceNumber returns a boolean if a field has been set.
### GetCustomerOrderNumber
-`func (o *ReturnsDetailsResponseProductsInner) GetCustomerOrderNumber() int32`
+`func (o *ReturnsDetailsResponseProductsInner) GetCustomerOrderNumber() string`
GetCustomerOrderNumber returns the CustomerOrderNumber field if non-nil, zero value otherwise.
### GetCustomerOrderNumberOk
-`func (o *ReturnsDetailsResponseProductsInner) GetCustomerOrderNumberOk() (*int32, bool)`
+`func (o *ReturnsDetailsResponseProductsInner) GetCustomerOrderNumberOk() (*string, bool)`
GetCustomerOrderNumberOk returns a tuple with the CustomerOrderNumber field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetCustomerOrderNumber
-`func (o *ReturnsDetailsResponseProductsInner) SetCustomerOrderNumber(v int32)`
+`func (o *ReturnsDetailsResponseProductsInner) SetCustomerOrderNumber(v string)`
SetCustomerOrderNumber sets CustomerOrderNumber field to given value.
@@ -241,20 +241,20 @@ HasCustomerOrderNumber returns a boolean if a field has been set.
### GetRequestDetails
-`func (o *ReturnsDetailsResponseProductsInner) GetRequestDetails() int32`
+`func (o *ReturnsDetailsResponseProductsInner) GetRequestDetails() string`
GetRequestDetails returns the RequestDetails field if non-nil, zero value otherwise.
### GetRequestDetailsOk
-`func (o *ReturnsDetailsResponseProductsInner) GetRequestDetailsOk() (*int32, bool)`
+`func (o *ReturnsDetailsResponseProductsInner) GetRequestDetailsOk() (*string, bool)`
GetRequestDetailsOk returns a tuple with the RequestDetails field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetRequestDetails
-`func (o *ReturnsDetailsResponseProductsInner) SetRequestDetails(v int32)`
+`func (o *ReturnsDetailsResponseProductsInner) SetRequestDetails(v string)`
SetRequestDetails sets RequestDetails field to given value.
@@ -266,20 +266,20 @@ HasRequestDetails returns a boolean if a field has been set.
### GetQuantity
-`func (o *ReturnsDetailsResponseProductsInner) GetQuantity() int32`
+`func (o *ReturnsDetailsResponseProductsInner) GetQuantity() float32`
GetQuantity returns the Quantity field if non-nil, zero value otherwise.
### GetQuantityOk
-`func (o *ReturnsDetailsResponseProductsInner) GetQuantityOk() (*int32, bool)`
+`func (o *ReturnsDetailsResponseProductsInner) GetQuantityOk() (*float32, bool)`
GetQuantityOk returns a tuple with the Quantity field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetQuantity
-`func (o *ReturnsDetailsResponseProductsInner) SetQuantity(v int32)`
+`func (o *ReturnsDetailsResponseProductsInner) SetQuantity(v float32)`
SetQuantity sets Quantity field to given value.
diff --git a/docs/ReturnsSearchResponseReturnsClaimsInner.md b/docs/ReturnsSearchResponseReturnsClaimsInner.md
index 4ee7735..bc7ce1f 100644
--- a/docs/ReturnsSearchResponseReturnsClaimsInner.md
+++ b/docs/ReturnsSearchResponseReturnsClaimsInner.md
@@ -10,7 +10,7 @@ Name | Type | Description | Notes
**Type** | Pointer to **string** | Type of request. | [optional]
**ReturnReason** | Pointer to **string** | The reason for the return. | [optional]
**ReferenceNumber** | Pointer to **string** | The reference number for the return. | [optional]
-**EstimatedTotalValue** | Pointer to **string** | The estimated total value of the return. | [optional]
+**EstimatedTotalValue** | Pointer to **float64** | The estimated total value of the return. | [optional]
**Credit** | Pointer to **float32** | The amount of credit. | [optional]
**ModifiedOn** | Pointer to **string** | The date on which the return request was last updated. | [optional]
**Status** | Pointer to **string** | The status of the request. | [optional]
@@ -187,20 +187,20 @@ HasReferenceNumber returns a boolean if a field has been set.
### GetEstimatedTotalValue
-`func (o *ReturnsSearchResponseReturnsClaimsInner) GetEstimatedTotalValue() string`
+`func (o *ReturnsSearchResponseReturnsClaimsInner) GetEstimatedTotalValue() float64`
GetEstimatedTotalValue returns the EstimatedTotalValue field if non-nil, zero value otherwise.
### GetEstimatedTotalValueOk
-`func (o *ReturnsSearchResponseReturnsClaimsInner) GetEstimatedTotalValueOk() (*string, bool)`
+`func (o *ReturnsSearchResponseReturnsClaimsInner) GetEstimatedTotalValueOk() (*float64, bool)`
GetEstimatedTotalValueOk returns a tuple with the EstimatedTotalValue field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetEstimatedTotalValue
-`func (o *ReturnsSearchResponseReturnsClaimsInner) SetEstimatedTotalValue(v string)`
+`func (o *ReturnsSearchResponseReturnsClaimsInner) SetEstimatedTotalValue(v float64)`
SetEstimatedTotalValue sets EstimatedTotalValue field to given value.
diff --git a/docs/StockUpdateAPI.md b/docs/StockUpdateAPI.md
index f4e3c71..fbf967e 100644
--- a/docs/StockUpdateAPI.md
+++ b/docs/StockUpdateAPI.md
@@ -1,6 +1,6 @@
# \StockUpdateAPI
-All URIs are relative to *https://api.ingrammicro.com:443/sandbox*
+All URIs are relative to *https://api.ingrammicro.com:443*
Method | HTTP request | Description
------------- | ------------- | -------------
diff --git a/model_address_type.go b/model_address_type.go
index d13d48b..d446407 100644
--- a/model_address_type.go
+++ b/model_address_type.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_availability_async_notification_request.go b/model_availability_async_notification_request.go
index a83aea7..06f67db 100644
--- a/model_availability_async_notification_request.go
+++ b/model_availability_async_notification_request.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_availability_async_notification_request_resource_inner.go b/model_availability_async_notification_request_resource_inner.go
index a24ca33..65dcff3 100644
--- a/model_availability_async_notification_request_resource_inner.go
+++ b/model_availability_async_notification_request_resource_inner.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_availability_async_notification_request_resource_inner_links_inner.go b/model_availability_async_notification_request_resource_inner_links_inner.go
index 8914175..6fa73ab 100644
--- a/model_availability_async_notification_request_resource_inner_links_inner.go
+++ b/model_availability_async_notification_request_resource_inner_links_inner.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_deals_details_response.go b/model_deals_details_response.go
index 1a9bf84..f78e2cf 100644
--- a/model_deals_details_response.go
+++ b/model_deals_details_response.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
@@ -37,7 +37,7 @@ type DealsDetailsResponse struct {
PriceProtectionEndDate *string `json:"priceProtectionEndDate,omitempty"`
// Country specific currency code.
CurrencyCode *string `json:"currencyCode,omitempty"`
- EndUserInfo []RenewalsDetailsResponseEndUserInfoInner `json:"endUserInfo,omitempty"`
+ EndUserInfo *RenewalsDetailsResponseEndUserInfoInner `json:"endUserInfo,omitempty"`
Products []DealsDetailsResponseProductsInner `json:"products,omitempty"`
}
@@ -347,17 +347,17 @@ func (o *DealsDetailsResponse) SetCurrencyCode(v string) {
}
// GetEndUserInfo returns the EndUserInfo field value if set, zero value otherwise.
-func (o *DealsDetailsResponse) GetEndUserInfo() []RenewalsDetailsResponseEndUserInfoInner {
+func (o *DealsDetailsResponse) GetEndUserInfo() RenewalsDetailsResponseEndUserInfoInner {
if o == nil || IsNil(o.EndUserInfo) {
- var ret []RenewalsDetailsResponseEndUserInfoInner
+ var ret RenewalsDetailsResponseEndUserInfoInner
return ret
}
- return o.EndUserInfo
+ return *o.EndUserInfo
}
// GetEndUserInfoOk returns a tuple with the EndUserInfo field value if set, nil otherwise
// and a boolean to check if the value has been set.
-func (o *DealsDetailsResponse) GetEndUserInfoOk() ([]RenewalsDetailsResponseEndUserInfoInner, bool) {
+func (o *DealsDetailsResponse) GetEndUserInfoOk() (*RenewalsDetailsResponseEndUserInfoInner, bool) {
if o == nil || IsNil(o.EndUserInfo) {
return nil, false
}
@@ -373,9 +373,9 @@ func (o *DealsDetailsResponse) HasEndUserInfo() bool {
return false
}
-// SetEndUserInfo gets a reference to the given []RenewalsDetailsResponseEndUserInfoInner and assigns it to the EndUserInfo field.
-func (o *DealsDetailsResponse) SetEndUserInfo(v []RenewalsDetailsResponseEndUserInfoInner) {
- o.EndUserInfo = v
+// SetEndUserInfo gets a reference to the given RenewalsDetailsResponseEndUserInfoInner and assigns it to the EndUserInfo field.
+func (o *DealsDetailsResponse) SetEndUserInfo(v RenewalsDetailsResponseEndUserInfoInner) {
+ o.EndUserInfo = &v
}
// GetProducts returns the Products field value if set, zero value otherwise.
diff --git a/model_deals_details_response_products_inner.go b/model_deals_details_response_products_inner.go
index f53f2e1..2cb673d 100644
--- a/model_deals_details_response_products_inner.go
+++ b/model_deals_details_response_products_inner.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_deals_search_response.go b/model_deals_search_response.go
index 3f9801f..2112c00 100644
--- a/model_deals_search_response.go
+++ b/model_deals_search_response.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_deals_search_response_deals_inner.go b/model_deals_search_response_deals_inner.go
index a704a37..fea2e4c 100644
--- a/model_deals_search_response_deals_inner.go
+++ b/model_deals_search_response_deals_inner.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
@@ -29,7 +29,7 @@ type DealsSearchResponseDealsInner struct {
Vendor *string `json:"vendor,omitempty"`
// Expiration date of the deal/Special bid.
DealExpiryDate *string `json:"dealExpiryDate,omitempty"`
- Links []RenewalsSearchResponseRenewalsInnerLinksInner `json:"links,omitempty"`
+ Links *RenewalsSearchResponseRenewalsInnerLinksInner `json:"links,omitempty"`
}
// NewDealsSearchResponseDealsInner instantiates a new DealsSearchResponseDealsInner object
@@ -210,17 +210,17 @@ func (o *DealsSearchResponseDealsInner) SetDealExpiryDate(v string) {
}
// GetLinks returns the Links field value if set, zero value otherwise.
-func (o *DealsSearchResponseDealsInner) GetLinks() []RenewalsSearchResponseRenewalsInnerLinksInner {
+func (o *DealsSearchResponseDealsInner) GetLinks() RenewalsSearchResponseRenewalsInnerLinksInner {
if o == nil || IsNil(o.Links) {
- var ret []RenewalsSearchResponseRenewalsInnerLinksInner
+ var ret RenewalsSearchResponseRenewalsInnerLinksInner
return ret
}
- return o.Links
+ return *o.Links
}
// GetLinksOk returns a tuple with the Links field value if set, nil otherwise
// and a boolean to check if the value has been set.
-func (o *DealsSearchResponseDealsInner) GetLinksOk() ([]RenewalsSearchResponseRenewalsInnerLinksInner, bool) {
+func (o *DealsSearchResponseDealsInner) GetLinksOk() (*RenewalsSearchResponseRenewalsInnerLinksInner, bool) {
if o == nil || IsNil(o.Links) {
return nil, false
}
@@ -236,9 +236,9 @@ func (o *DealsSearchResponseDealsInner) HasLinks() bool {
return false
}
-// SetLinks gets a reference to the given []RenewalsSearchResponseRenewalsInnerLinksInner and assigns it to the Links field.
-func (o *DealsSearchResponseDealsInner) SetLinks(v []RenewalsSearchResponseRenewalsInnerLinksInner) {
- o.Links = v
+// SetLinks gets a reference to the given RenewalsSearchResponseRenewalsInnerLinksInner and assigns it to the Links field.
+func (o *DealsSearchResponseDealsInner) SetLinks(v RenewalsSearchResponseRenewalsInnerLinksInner) {
+ o.Links = &v
}
func (o DealsSearchResponseDealsInner) MarshalJSON() ([]byte, error) {
diff --git a/model_error.go b/model_error.go
index baaff66..fb6ab8c 100644
--- a/model_error.go
+++ b/model_error.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_error_response.go b/model_error_response.go
index d1a1483..da10d60 100644
--- a/model_error_response.go
+++ b/model_error_response.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_error_response_dto.go b/model_error_response_dto.go
index 268d74b..1b5e1be 100644
--- a/model_error_response_dto.go
+++ b/model_error_response_dto.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_error_response_errors_inner.go b/model_error_response_errors_inner.go
index 63e4cc8..7b0be1d 100644
--- a/model_error_response_errors_inner.go
+++ b/model_error_response_errors_inner.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_error_response_errors_inner_fields_inner.go b/model_error_response_errors_inner_fields_inner.go
index d84b7a8..f106243 100644
--- a/model_error_response_errors_inner_fields_inner.go
+++ b/model_error_response_errors_inner_fields_inner.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_fields.go b/model_fields.go
index f334b79..ae48937 100644
--- a/model_fields.go
+++ b/model_fields.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_freight_request.go b/model_freight_request.go
index bcfca70..b2d13d5 100644
--- a/model_freight_request.go
+++ b/model_freight_request.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_freight_request_lines_inner.go b/model_freight_request_lines_inner.go
index b541184..74833c7 100644
--- a/model_freight_request_lines_inner.go
+++ b/model_freight_request_lines_inner.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_freight_request_ship_to_address_inner.go b/model_freight_request_ship_to_address_inner.go
index 862621a..1bb5fc4 100644
--- a/model_freight_request_ship_to_address_inner.go
+++ b/model_freight_request_ship_to_address_inner.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_freight_response.go b/model_freight_response.go
index 25f710c..8e61b0d 100644
--- a/model_freight_response.go
+++ b/model_freight_response.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_freight_response_freight_estimate_response.go b/model_freight_response_freight_estimate_response.go
index 559a502..76da77d 100644
--- a/model_freight_response_freight_estimate_response.go
+++ b/model_freight_response_freight_estimate_response.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_freight_response_freight_estimate_response_distribution_inner.go b/model_freight_response_freight_estimate_response_distribution_inner.go
index 17c75e4..830b1b1 100644
--- a/model_freight_response_freight_estimate_response_distribution_inner.go
+++ b/model_freight_response_freight_estimate_response_distribution_inner.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_freight_response_freight_estimate_response_distribution_inner_carrier_list_inner.go b/model_freight_response_freight_estimate_response_distribution_inner_carrier_list_inner.go
index 621d46f..0f58c32 100644
--- a/model_freight_response_freight_estimate_response_distribution_inner_carrier_list_inner.go
+++ b/model_freight_response_freight_estimate_response_distribution_inner_carrier_list_inner.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_freight_response_freight_estimate_response_lines_inner.go b/model_freight_response_freight_estimate_response_lines_inner.go
index 7224423..2f565c1 100644
--- a/model_freight_response_freight_estimate_response_lines_inner.go
+++ b/model_freight_response_freight_estimate_response_lines_inner.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_get_reseller_v6_validate_quote_400_response.go b/model_get_reseller_v6_validate_quote_400_response.go
index 0ba8209..05e56eb 100644
--- a/model_get_reseller_v6_validate_quote_400_response.go
+++ b/model_get_reseller_v6_validate_quote_400_response.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_get_reseller_v6_validate_quote_400_response_fields_inner.go b/model_get_reseller_v6_validate_quote_400_response_fields_inner.go
index 8e7ef1d..f37c2da 100644
--- a/model_get_reseller_v6_validate_quote_400_response_fields_inner.go
+++ b/model_get_reseller_v6_validate_quote_400_response_fields_inner.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_get_reseller_v6_validate_quote_500_response.go b/model_get_reseller_v6_validate_quote_500_response.go
index 47dac01..93abfda 100644
--- a/model_get_reseller_v6_validate_quote_500_response.go
+++ b/model_get_reseller_v6_validate_quote_500_response.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_invoice_detail_request.go b/model_invoice_detail_request.go
index cfd8285..8585088 100644
--- a/model_invoice_detail_request.go
+++ b/model_invoice_detail_request.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_invoice_detail_request_servicerequest.go b/model_invoice_detail_request_servicerequest.go
index d6cb61d..7888f00 100644
--- a/model_invoice_detail_request_servicerequest.go
+++ b/model_invoice_detail_request_servicerequest.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_invoice_detail_request_servicerequest_invoicedetailrequest.go b/model_invoice_detail_request_servicerequest_invoicedetailrequest.go
index e2b2927..99a6f65 100644
--- a/model_invoice_detail_request_servicerequest_invoicedetailrequest.go
+++ b/model_invoice_detail_request_servicerequest_invoicedetailrequest.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_invoice_detail_request_servicerequest_requestpreamble.go b/model_invoice_detail_request_servicerequest_requestpreamble.go
index 99f8e23..e4a69cf 100644
--- a/model_invoice_detail_request_servicerequest_requestpreamble.go
+++ b/model_invoice_detail_request_servicerequest_requestpreamble.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_invoice_detail_response.go b/model_invoice_detail_response.go
index aa2a228..8839074 100644
--- a/model_invoice_detail_response.go
+++ b/model_invoice_detail_response.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_invoice_detail_response_serviceresponse.go b/model_invoice_detail_response_serviceresponse.go
index 4b5e7fd..aa1e1ee 100644
--- a/model_invoice_detail_response_serviceresponse.go
+++ b/model_invoice_detail_response_serviceresponse.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_invoice_detail_response_serviceresponse_invoicedetailresponse.go b/model_invoice_detail_response_serviceresponse_invoicedetailresponse.go
index a427003..0de20d6 100644
--- a/model_invoice_detail_response_serviceresponse_invoicedetailresponse.go
+++ b/model_invoice_detail_response_serviceresponse_invoicedetailresponse.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_invoice_detail_response_serviceresponse_invoicedetailresponse_extendedspecs_inner.go b/model_invoice_detail_response_serviceresponse_invoicedetailresponse_extendedspecs_inner.go
index 8bcac03..cbd61ff 100644
--- a/model_invoice_detail_response_serviceresponse_invoicedetailresponse_extendedspecs_inner.go
+++ b/model_invoice_detail_response_serviceresponse_invoicedetailresponse_extendedspecs_inner.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_invoice_detail_response_serviceresponse_invoicedetailresponse_miscfeeline_inner.go b/model_invoice_detail_response_serviceresponse_invoicedetailresponse_miscfeeline_inner.go
index 1053e7f..f55b3a9 100644
--- a/model_invoice_detail_response_serviceresponse_invoicedetailresponse_miscfeeline_inner.go
+++ b/model_invoice_detail_response_serviceresponse_invoicedetailresponse_miscfeeline_inner.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_invoice_detail_response_serviceresponse_responsepreamble.go b/model_invoice_detail_response_serviceresponse_responsepreamble.go
index 1223c08..3717fee 100644
--- a/model_invoice_detail_response_serviceresponse_responsepreamble.go
+++ b/model_invoice_detail_response_serviceresponse_responsepreamble.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_invoice_details.go b/model_invoice_details.go
index 5f07745..13eb1ec 100644
--- a/model_invoice_details.go
+++ b/model_invoice_details.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_invoice_detailsv6_1_response.go b/model_invoice_detailsv6_1_response.go
index 17465bd..262ff6e 100644
--- a/model_invoice_detailsv6_1_response.go
+++ b/model_invoice_detailsv6_1_response.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_invoice_detailsv6_1_response_bill_to_info.go b/model_invoice_detailsv6_1_response_bill_to_info.go
index 396c1dc..adcc8d4 100644
--- a/model_invoice_detailsv6_1_response_bill_to_info.go
+++ b/model_invoice_detailsv6_1_response_bill_to_info.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_invoice_detailsv6_1_response_fx_rate_info.go b/model_invoice_detailsv6_1_response_fx_rate_info.go
index 9802584..4d74656 100644
--- a/model_invoice_detailsv6_1_response_fx_rate_info.go
+++ b/model_invoice_detailsv6_1_response_fx_rate_info.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_invoice_detailsv6_1_response_lines_inner.go b/model_invoice_detailsv6_1_response_lines_inner.go
index 6f73067..2cde9fd 100644
--- a/model_invoice_detailsv6_1_response_lines_inner.go
+++ b/model_invoice_detailsv6_1_response_lines_inner.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_invoice_detailsv6_1_response_lines_inner_serial_numbers_inner.go b/model_invoice_detailsv6_1_response_lines_inner_serial_numbers_inner.go
index 20fd10d..14fecf2 100644
--- a/model_invoice_detailsv6_1_response_lines_inner_serial_numbers_inner.go
+++ b/model_invoice_detailsv6_1_response_lines_inner_serial_numbers_inner.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_invoice_detailsv6_1_response_payment_terms_info.go b/model_invoice_detailsv6_1_response_payment_terms_info.go
index 0b79170..28a4f0c 100644
--- a/model_invoice_detailsv6_1_response_payment_terms_info.go
+++ b/model_invoice_detailsv6_1_response_payment_terms_info.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_invoice_detailsv6_1_response_ship_to_info.go b/model_invoice_detailsv6_1_response_ship_to_info.go
index 8116f0d..0408312 100644
--- a/model_invoice_detailsv6_1_response_ship_to_info.go
+++ b/model_invoice_detailsv6_1_response_ship_to_info.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_invoice_detailsv6_1_response_summary.go b/model_invoice_detailsv6_1_response_summary.go
index 2afeeb0..68b640c 100644
--- a/model_invoice_detailsv6_1_response_summary.go
+++ b/model_invoice_detailsv6_1_response_summary.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_invoice_detailsv6_1_response_summary_foreign_fx_totals.go b/model_invoice_detailsv6_1_response_summary_foreign_fx_totals.go
index ba9a01e..8a35801 100644
--- a/model_invoice_detailsv6_1_response_summary_foreign_fx_totals.go
+++ b/model_invoice_detailsv6_1_response_summary_foreign_fx_totals.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_invoice_detailsv6_1_response_summary_lines.go b/model_invoice_detailsv6_1_response_summary_lines.go
index 5672a81..ce9c59f 100644
--- a/model_invoice_detailsv6_1_response_summary_lines.go
+++ b/model_invoice_detailsv6_1_response_summary_lines.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_invoice_detailsv6_1_response_summary_misc_charges_inner.go b/model_invoice_detailsv6_1_response_summary_misc_charges_inner.go
index e071613..5446d34 100644
--- a/model_invoice_detailsv6_1_response_summary_misc_charges_inner.go
+++ b/model_invoice_detailsv6_1_response_summary_misc_charges_inner.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_invoice_detailsv6_1_response_summary_totals.go b/model_invoice_detailsv6_1_response_summary_totals.go
index 10a6284..614f1bd 100644
--- a/model_invoice_detailsv6_1_response_summary_totals.go
+++ b/model_invoice_detailsv6_1_response_summary_totals.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_invoice_search_response.go b/model_invoice_search_response.go
index b587a59..e3e6c90 100644
--- a/model_invoice_search_response.go
+++ b/model_invoice_search_response.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_invoice_search_response_invoices_inner.go b/model_invoice_search_response_invoices_inner.go
index ef12b7c..0767669 100644
--- a/model_invoice_search_response_invoices_inner.go
+++ b/model_invoice_search_response_invoices_inner.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_multi_sku_price_and_stock_request.go b/model_multi_sku_price_and_stock_request.go
index 0038466..4365098 100644
--- a/model_multi_sku_price_and_stock_request.go
+++ b/model_multi_sku_price_and_stock_request.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_multi_sku_price_and_stock_request_servicerequest.go b/model_multi_sku_price_and_stock_request_servicerequest.go
index b930a37..07800fd 100644
--- a/model_multi_sku_price_and_stock_request_servicerequest.go
+++ b/model_multi_sku_price_and_stock_request_servicerequest.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_multi_sku_price_and_stock_request_servicerequest_priceandstockrequest.go b/model_multi_sku_price_and_stock_request_servicerequest_priceandstockrequest.go
index 684aca3..ddbd7f6 100644
--- a/model_multi_sku_price_and_stock_request_servicerequest_priceandstockrequest.go
+++ b/model_multi_sku_price_and_stock_request_servicerequest_priceandstockrequest.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_multi_sku_price_and_stock_request_servicerequest_priceandstockrequest_item.go b/model_multi_sku_price_and_stock_request_servicerequest_priceandstockrequest_item.go
index 89b5ba7..5fee7a2 100644
--- a/model_multi_sku_price_and_stock_request_servicerequest_priceandstockrequest_item.go
+++ b/model_multi_sku_price_and_stock_request_servicerequest_priceandstockrequest_item.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_multi_sku_price_and_stock_request_servicerequest_requestpreamble.go b/model_multi_sku_price_and_stock_request_servicerequest_requestpreamble.go
index 4de7894..d8478e2 100644
--- a/model_multi_sku_price_and_stock_request_servicerequest_requestpreamble.go
+++ b/model_multi_sku_price_and_stock_request_servicerequest_requestpreamble.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_multi_sku_price_and_stock_response.go b/model_multi_sku_price_and_stock_response.go
index 05458b7..ffc6a6c 100644
--- a/model_multi_sku_price_and_stock_response.go
+++ b/model_multi_sku_price_and_stock_response.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_multi_sku_price_and_stock_response_serviceresponse.go b/model_multi_sku_price_and_stock_response_serviceresponse.go
index 634615a..4e69a1a 100644
--- a/model_multi_sku_price_and_stock_response_serviceresponse.go
+++ b/model_multi_sku_price_and_stock_response_serviceresponse.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_multi_sku_price_and_stock_response_serviceresponse_priceandstockresponse.go b/model_multi_sku_price_and_stock_response_serviceresponse_priceandstockresponse.go
index 72445d0..9fef9aa 100644
--- a/model_multi_sku_price_and_stock_response_serviceresponse_priceandstockresponse.go
+++ b/model_multi_sku_price_and_stock_response_serviceresponse_priceandstockresponse.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_multi_sku_price_and_stock_response_serviceresponse_priceandstockresponse_details_inner.go b/model_multi_sku_price_and_stock_response_serviceresponse_priceandstockresponse_details_inner.go
index 8697ecb..94c1a15 100644
--- a/model_multi_sku_price_and_stock_response_serviceresponse_priceandstockresponse_details_inner.go
+++ b/model_multi_sku_price_and_stock_response_serviceresponse_priceandstockresponse_details_inner.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_multi_sku_price_and_stock_response_serviceresponse_priceandstockresponse_details_inner_warehousedetails_inner.go b/model_multi_sku_price_and_stock_response_serviceresponse_priceandstockresponse_details_inner_warehousedetails_inner.go
index bbf5ee3..3602465 100644
--- a/model_multi_sku_price_and_stock_response_serviceresponse_priceandstockresponse_details_inner_warehousedetails_inner.go
+++ b/model_multi_sku_price_and_stock_response_serviceresponse_priceandstockresponse_details_inner_warehousedetails_inner.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_order_cancel_response.go b/model_order_cancel_response.go
index 8750150..0238874 100644
--- a/model_order_cancel_response.go
+++ b/model_order_cancel_response.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_order_cancel_response_serviceresponse.go b/model_order_cancel_response_serviceresponse.go
index f29c247..82602e7 100644
--- a/model_order_cancel_response_serviceresponse.go
+++ b/model_order_cancel_response_serviceresponse.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_order_cancel_response_serviceresponse_responsepreamble.go b/model_order_cancel_response_serviceresponse_responsepreamble.go
index ce288b0..def2b66 100644
--- a/model_order_cancel_response_serviceresponse_responsepreamble.go
+++ b/model_order_cancel_response_serviceresponse_responsepreamble.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_order_create_request.go b/model_order_create_request.go
index 1d01fe3..180edc1 100644
--- a/model_order_create_request.go
+++ b/model_order_create_request.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_order_create_request_additional_attributes_inner.go b/model_order_create_request_additional_attributes_inner.go
index 5b588dc..cb7cd52 100644
--- a/model_order_create_request_additional_attributes_inner.go
+++ b/model_order_create_request_additional_attributes_inner.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_order_create_request_end_user_info.go b/model_order_create_request_end_user_info.go
index 2eca530..361a60f 100644
--- a/model_order_create_request_end_user_info.go
+++ b/model_order_create_request_end_user_info.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_order_create_request_lines_inner.go b/model_order_create_request_lines_inner.go
index 474c00a..9071620 100644
--- a/model_order_create_request_lines_inner.go
+++ b/model_order_create_request_lines_inner.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_order_create_request_lines_inner_additional_attributes_inner.go b/model_order_create_request_lines_inner_additional_attributes_inner.go
index 7da853b..8c9c08d 100644
--- a/model_order_create_request_lines_inner_additional_attributes_inner.go
+++ b/model_order_create_request_lines_inner_additional_attributes_inner.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_order_create_request_lines_inner_end_user_info_inner.go b/model_order_create_request_lines_inner_end_user_info_inner.go
index 369a86c..e552b16 100644
--- a/model_order_create_request_lines_inner_end_user_info_inner.go
+++ b/model_order_create_request_lines_inner_end_user_info_inner.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_order_create_request_lines_inner_warranty_info_inner.go b/model_order_create_request_lines_inner_warranty_info_inner.go
index dc8a825..5f83ac7 100644
--- a/model_order_create_request_lines_inner_warranty_info_inner.go
+++ b/model_order_create_request_lines_inner_warranty_info_inner.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_order_create_request_lines_inner_warranty_info_inner_serial_info_inner.go b/model_order_create_request_lines_inner_warranty_info_inner_serial_info_inner.go
index 5339970..2d6c83b 100644
--- a/model_order_create_request_lines_inner_warranty_info_inner_serial_info_inner.go
+++ b/model_order_create_request_lines_inner_warranty_info_inner_serial_info_inner.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_order_create_request_ordercreaterequest.go b/model_order_create_request_ordercreaterequest.go
index 089b824..6154b30 100644
--- a/model_order_create_request_ordercreaterequest.go
+++ b/model_order_create_request_ordercreaterequest.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_order_create_request_ordercreaterequest_ordercreatedetails.go b/model_order_create_request_ordercreaterequest_ordercreatedetails.go
index 101649c..87e97d5 100644
--- a/model_order_create_request_ordercreaterequest_ordercreatedetails.go
+++ b/model_order_create_request_ordercreaterequest_ordercreatedetails.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_order_create_request_ordercreaterequest_ordercreatedetails_extendedspecs_inner.go b/model_order_create_request_ordercreaterequest_ordercreatedetails_extendedspecs_inner.go
index 0759cae..b650b3b 100644
--- a/model_order_create_request_ordercreaterequest_ordercreatedetails_extendedspecs_inner.go
+++ b/model_order_create_request_ordercreaterequest_ordercreatedetails_extendedspecs_inner.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_order_create_request_ordercreaterequest_ordercreatedetails_lines_inner.go b/model_order_create_request_ordercreaterequest_ordercreatedetails_lines_inner.go
index 9806c7b..3c78cf0 100644
--- a/model_order_create_request_ordercreaterequest_ordercreatedetails_lines_inner.go
+++ b/model_order_create_request_ordercreaterequest_ordercreatedetails_lines_inner.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_order_create_request_ordercreaterequest_ordercreatedetails_lines_inner_enduser.go b/model_order_create_request_ordercreaterequest_ordercreatedetails_lines_inner_enduser.go
index d9add08..87ed865 100644
--- a/model_order_create_request_ordercreaterequest_ordercreatedetails_lines_inner_enduser.go
+++ b/model_order_create_request_ordercreaterequest_ordercreatedetails_lines_inner_enduser.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_order_create_request_ordercreaterequest_ordercreatedetails_lines_inner_productextendedspecs_inner.go b/model_order_create_request_ordercreaterequest_ordercreatedetails_lines_inner_productextendedspecs_inner.go
index f3acffa..3a69c86 100644
--- a/model_order_create_request_ordercreaterequest_ordercreatedetails_lines_inner_productextendedspecs_inner.go
+++ b/model_order_create_request_ordercreaterequest_ordercreatedetails_lines_inner_productextendedspecs_inner.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_order_create_request_ordercreaterequest_ordercreatedetails_shiptoaddress.go b/model_order_create_request_ordercreaterequest_ordercreatedetails_shiptoaddress.go
index 9d4e336..4f4cb5a 100644
--- a/model_order_create_request_ordercreaterequest_ordercreatedetails_shiptoaddress.go
+++ b/model_order_create_request_ordercreaterequest_ordercreatedetails_shiptoaddress.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_order_create_request_ordercreaterequest_requestpreamble.go b/model_order_create_request_ordercreaterequest_requestpreamble.go
index 8ea4068..bbc4b9a 100644
--- a/model_order_create_request_ordercreaterequest_requestpreamble.go
+++ b/model_order_create_request_ordercreaterequest_requestpreamble.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_order_create_request_reseller_info.go b/model_order_create_request_reseller_info.go
index acdcdd8..8468589 100644
--- a/model_order_create_request_reseller_info.go
+++ b/model_order_create_request_reseller_info.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_order_create_request_ship_to_info.go b/model_order_create_request_ship_to_info.go
index 2ced417..1b142db 100644
--- a/model_order_create_request_ship_to_info.go
+++ b/model_order_create_request_ship_to_info.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_order_create_request_shipment_details.go b/model_order_create_request_shipment_details.go
index a135b86..4da7c7c 100644
--- a/model_order_create_request_shipment_details.go
+++ b/model_order_create_request_shipment_details.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_order_create_request_vmf.go b/model_order_create_request_vmf.go
index 38bbbff..062d5eb 100644
--- a/model_order_create_request_vmf.go
+++ b/model_order_create_request_vmf.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_order_create_response.go b/model_order_create_response.go
index bb58944..d5a7e83 100644
--- a/model_order_create_response.go
+++ b/model_order_create_response.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_order_create_response_end_user_info.go b/model_order_create_response_end_user_info.go
index e15f1d7..a1aed21 100644
--- a/model_order_create_response_end_user_info.go
+++ b/model_order_create_response_end_user_info.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_order_create_response_orders_inner.go b/model_order_create_response_orders_inner.go
index 58d62fa..36411c5 100644
--- a/model_order_create_response_orders_inner.go
+++ b/model_order_create_response_orders_inner.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_order_create_response_orders_inner_additional_attributes_inner.go b/model_order_create_response_orders_inner_additional_attributes_inner.go
index 19f47f4..5f9ee92 100644
--- a/model_order_create_response_orders_inner_additional_attributes_inner.go
+++ b/model_order_create_response_orders_inner_additional_attributes_inner.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_order_create_response_orders_inner_lines_inner.go b/model_order_create_response_orders_inner_lines_inner.go
index 3c38ab6..2b5dfd0 100644
--- a/model_order_create_response_orders_inner_lines_inner.go
+++ b/model_order_create_response_orders_inner_lines_inner.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_order_create_response_orders_inner_lines_inner_additional_attributes_inner.go b/model_order_create_response_orders_inner_lines_inner_additional_attributes_inner.go
index 766251f..3b3ee14 100644
--- a/model_order_create_response_orders_inner_lines_inner_additional_attributes_inner.go
+++ b/model_order_create_response_orders_inner_lines_inner_additional_attributes_inner.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_order_create_response_orders_inner_lines_inner_shipment_details_inner.go b/model_order_create_response_orders_inner_lines_inner_shipment_details_inner.go
index 645f07f..70957a9 100644
--- a/model_order_create_response_orders_inner_lines_inner_shipment_details_inner.go
+++ b/model_order_create_response_orders_inner_lines_inner_shipment_details_inner.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_order_create_response_orders_inner_links_inner.go b/model_order_create_response_orders_inner_links_inner.go
index 55b974d..c64c881 100644
--- a/model_order_create_response_orders_inner_links_inner.go
+++ b/model_order_create_response_orders_inner_links_inner.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_order_create_response_orders_inner_miscellaneous_charges_inner.go b/model_order_create_response_orders_inner_miscellaneous_charges_inner.go
index 8cc36f3..422d0c5 100644
--- a/model_order_create_response_orders_inner_miscellaneous_charges_inner.go
+++ b/model_order_create_response_orders_inner_miscellaneous_charges_inner.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_order_create_response_orders_inner_rejected_line_items_inner.go b/model_order_create_response_orders_inner_rejected_line_items_inner.go
index e86bf73..179d224 100644
--- a/model_order_create_response_orders_inner_rejected_line_items_inner.go
+++ b/model_order_create_response_orders_inner_rejected_line_items_inner.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_order_create_response_serviceresponse.go b/model_order_create_response_serviceresponse.go
index 30dbc19..dc07978 100644
--- a/model_order_create_response_serviceresponse.go
+++ b/model_order_create_response_serviceresponse.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_order_create_response_serviceresponse_ordercreateresponse_inner.go b/model_order_create_response_serviceresponse_ordercreateresponse_inner.go
index d9548e9..e7d51dc 100644
--- a/model_order_create_response_serviceresponse_ordercreateresponse_inner.go
+++ b/model_order_create_response_serviceresponse_ordercreateresponse_inner.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_order_create_response_serviceresponse_ordercreateresponse_inner_lines_inner.go b/model_order_create_response_serviceresponse_ordercreateresponse_inner_lines_inner.go
index ebb896d..ed34b59 100644
--- a/model_order_create_response_serviceresponse_ordercreateresponse_inner_lines_inner.go
+++ b/model_order_create_response_serviceresponse_ordercreateresponse_inner_lines_inner.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_order_create_response_serviceresponse_ordersummary.go b/model_order_create_response_serviceresponse_ordersummary.go
index 58beb6a..67306d6 100644
--- a/model_order_create_response_serviceresponse_ordersummary.go
+++ b/model_order_create_response_serviceresponse_ordersummary.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_order_create_response_serviceresponse_ordersummary_shiptoaddress.go b/model_order_create_response_serviceresponse_ordersummary_shiptoaddress.go
index e5c5d92..0d77162 100644
--- a/model_order_create_response_serviceresponse_ordersummary_shiptoaddress.go
+++ b/model_order_create_response_serviceresponse_ordersummary_shiptoaddress.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_order_create_response_ship_to_info.go b/model_order_create_response_ship_to_info.go
index 7dcbe11..a256469 100644
--- a/model_order_create_response_ship_to_info.go
+++ b/model_order_create_response_ship_to_info.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_order_delete_request.go b/model_order_delete_request.go
index 85c1dfd..6f587f6 100644
--- a/model_order_delete_request.go
+++ b/model_order_delete_request.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_order_delete_request_servicerequest.go b/model_order_delete_request_servicerequest.go
index 2d6b8bd..7e49655 100644
--- a/model_order_delete_request_servicerequest.go
+++ b/model_order_delete_request_servicerequest.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_order_delete_request_servicerequest_order_delete_request_details.go b/model_order_delete_request_servicerequest_order_delete_request_details.go
index 6c110bf..a5f4940 100644
--- a/model_order_delete_request_servicerequest_order_delete_request_details.go
+++ b/model_order_delete_request_servicerequest_order_delete_request_details.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_order_delete_request_servicerequest_requestpreamble.go b/model_order_delete_request_servicerequest_requestpreamble.go
index f7a8004..3f7a700 100644
--- a/model_order_delete_request_servicerequest_requestpreamble.go
+++ b/model_order_delete_request_servicerequest_requestpreamble.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_order_delete_response.go b/model_order_delete_response.go
index f79185d..57ab536 100644
--- a/model_order_delete_response.go
+++ b/model_order_delete_response.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_order_detail_b2_b.go b/model_order_detail_b2_b.go
index cd0d2aa..d74e871 100644
--- a/model_order_detail_b2_b.go
+++ b/model_order_detail_b2_b.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_order_detail_b2_b_additional_attributes_inner.go b/model_order_detail_b2_b_additional_attributes_inner.go
index 11fc58e..1686344 100644
--- a/model_order_detail_b2_b_additional_attributes_inner.go
+++ b/model_order_detail_b2_b_additional_attributes_inner.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_order_detail_b2_b_bill_to_info.go b/model_order_detail_b2_b_bill_to_info.go
index c4d679c..edb67f4 100644
--- a/model_order_detail_b2_b_bill_to_info.go
+++ b/model_order_detail_b2_b_bill_to_info.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_order_detail_b2_b_end_user_info.go b/model_order_detail_b2_b_end_user_info.go
index 403abc1..b28d20a 100644
--- a/model_order_detail_b2_b_end_user_info.go
+++ b/model_order_detail_b2_b_end_user_info.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_order_detail_b2_b_lines_inner.go b/model_order_detail_b2_b_lines_inner.go
index 59a5ec5..726bee3 100644
--- a/model_order_detail_b2_b_lines_inner.go
+++ b/model_order_detail_b2_b_lines_inner.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_order_detail_b2_b_lines_inner_additional_attributes_inner.go b/model_order_detail_b2_b_lines_inner_additional_attributes_inner.go
index 556199f..0bfe9b6 100644
--- a/model_order_detail_b2_b_lines_inner_additional_attributes_inner.go
+++ b/model_order_detail_b2_b_lines_inner_additional_attributes_inner.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_order_detail_b2_b_lines_inner_estimated_dates_inner.go b/model_order_detail_b2_b_lines_inner_estimated_dates_inner.go
index 02df36c..a2ddd30 100644
--- a/model_order_detail_b2_b_lines_inner_estimated_dates_inner.go
+++ b/model_order_detail_b2_b_lines_inner_estimated_dates_inner.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_order_detail_b2_b_lines_inner_estimated_dates_inner_delivery.go b/model_order_detail_b2_b_lines_inner_estimated_dates_inner_delivery.go
index 1a30a7f..2bf08ed 100644
--- a/model_order_detail_b2_b_lines_inner_estimated_dates_inner_delivery.go
+++ b/model_order_detail_b2_b_lines_inner_estimated_dates_inner_delivery.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_order_detail_b2_b_lines_inner_estimated_dates_inner_delivery_delivery_date_range.go b/model_order_detail_b2_b_lines_inner_estimated_dates_inner_delivery_delivery_date_range.go
index 950cd9c..484f51a 100644
--- a/model_order_detail_b2_b_lines_inner_estimated_dates_inner_delivery_delivery_date_range.go
+++ b/model_order_detail_b2_b_lines_inner_estimated_dates_inner_delivery_delivery_date_range.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_order_detail_b2_b_lines_inner_estimated_dates_inner_ship.go b/model_order_detail_b2_b_lines_inner_estimated_dates_inner_ship.go
index 513a411..f18b406 100644
--- a/model_order_detail_b2_b_lines_inner_estimated_dates_inner_ship.go
+++ b/model_order_detail_b2_b_lines_inner_estimated_dates_inner_ship.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_order_detail_b2_b_lines_inner_estimated_dates_inner_ship_ship_date_range.go b/model_order_detail_b2_b_lines_inner_estimated_dates_inner_ship_ship_date_range.go
index 07710ac..1f36054 100644
--- a/model_order_detail_b2_b_lines_inner_estimated_dates_inner_ship_ship_date_range.go
+++ b/model_order_detail_b2_b_lines_inner_estimated_dates_inner_ship_ship_date_range.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_order_detail_b2_b_lines_inner_links_inner.go b/model_order_detail_b2_b_lines_inner_links_inner.go
index cf8be5b..8e2828d 100644
--- a/model_order_detail_b2_b_lines_inner_links_inner.go
+++ b/model_order_detail_b2_b_lines_inner_links_inner.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_order_detail_b2_b_lines_inner_multiple_shipments_inner.go b/model_order_detail_b2_b_lines_inner_multiple_shipments_inner.go
index 0d9d755..e465418 100644
--- a/model_order_detail_b2_b_lines_inner_multiple_shipments_inner.go
+++ b/model_order_detail_b2_b_lines_inner_multiple_shipments_inner.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_order_detail_b2_b_lines_inner_schedule_lines_inner.go b/model_order_detail_b2_b_lines_inner_schedule_lines_inner.go
index 65d1c76..7096df9 100644
--- a/model_order_detail_b2_b_lines_inner_schedule_lines_inner.go
+++ b/model_order_detail_b2_b_lines_inner_schedule_lines_inner.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_order_detail_b2_b_lines_inner_service_contract_info.go b/model_order_detail_b2_b_lines_inner_service_contract_info.go
index be2cab3..4aa8a01 100644
--- a/model_order_detail_b2_b_lines_inner_service_contract_info.go
+++ b/model_order_detail_b2_b_lines_inner_service_contract_info.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_order_detail_b2_b_lines_inner_service_contract_info_contract_info.go b/model_order_detail_b2_b_lines_inner_service_contract_info_contract_info.go
index cf4594a..3d30019 100644
--- a/model_order_detail_b2_b_lines_inner_service_contract_info_contract_info.go
+++ b/model_order_detail_b2_b_lines_inner_service_contract_info_contract_info.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_order_detail_b2_b_lines_inner_service_contract_info_license_info.go b/model_order_detail_b2_b_lines_inner_service_contract_info_license_info.go
index afbd1c8..463fcf3 100644
--- a/model_order_detail_b2_b_lines_inner_service_contract_info_license_info.go
+++ b/model_order_detail_b2_b_lines_inner_service_contract_info_license_info.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_order_detail_b2_b_lines_inner_service_contract_info_subscriptions.go b/model_order_detail_b2_b_lines_inner_service_contract_info_subscriptions.go
index da9fab9..b2f0cd9 100644
--- a/model_order_detail_b2_b_lines_inner_service_contract_info_subscriptions.go
+++ b/model_order_detail_b2_b_lines_inner_service_contract_info_subscriptions.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_order_detail_b2_b_lines_inner_shipment_details_inner.go b/model_order_detail_b2_b_lines_inner_shipment_details_inner.go
index f0b7267..0d2b317 100644
--- a/model_order_detail_b2_b_lines_inner_shipment_details_inner.go
+++ b/model_order_detail_b2_b_lines_inner_shipment_details_inner.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_order_detail_b2_b_lines_inner_shipment_details_inner_carrier_details_inner.go b/model_order_detail_b2_b_lines_inner_shipment_details_inner_carrier_details_inner.go
index 81b2cda..31b90c5 100644
--- a/model_order_detail_b2_b_lines_inner_shipment_details_inner_carrier_details_inner.go
+++ b/model_order_detail_b2_b_lines_inner_shipment_details_inner_carrier_details_inner.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_order_detail_b2_b_lines_inner_shipment_details_inner_carrier_details_inner_tracking_details_inner.go b/model_order_detail_b2_b_lines_inner_shipment_details_inner_carrier_details_inner_tracking_details_inner.go
index 2f8a76e..1f530c8 100644
--- a/model_order_detail_b2_b_lines_inner_shipment_details_inner_carrier_details_inner_tracking_details_inner.go
+++ b/model_order_detail_b2_b_lines_inner_shipment_details_inner_carrier_details_inner_tracking_details_inner.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_order_detail_b2_b_lines_inner_shipment_details_inner_carrier_details_inner_tracking_details_inner_serial_numbers_inner.go b/model_order_detail_b2_b_lines_inner_shipment_details_inner_carrier_details_inner_tracking_details_inner_serial_numbers_inner.go
index 499dc89..4ed308e 100644
--- a/model_order_detail_b2_b_lines_inner_shipment_details_inner_carrier_details_inner_tracking_details_inner_serial_numbers_inner.go
+++ b/model_order_detail_b2_b_lines_inner_shipment_details_inner_carrier_details_inner_tracking_details_inner_serial_numbers_inner.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_order_detail_b2_b_miscellaneous_charges_inner.go b/model_order_detail_b2_b_miscellaneous_charges_inner.go
index b1485ed..e13fb37 100644
--- a/model_order_detail_b2_b_miscellaneous_charges_inner.go
+++ b/model_order_detail_b2_b_miscellaneous_charges_inner.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_order_detail_b2_b_ship_to_info.go b/model_order_detail_b2_b_ship_to_info.go
index 46850d9..efe3c09 100644
--- a/model_order_detail_b2_b_ship_to_info.go
+++ b/model_order_detail_b2_b_ship_to_info.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_order_detail_request.go b/model_order_detail_request.go
index d39a37c..51ba77e 100644
--- a/model_order_detail_request.go
+++ b/model_order_detail_request.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_order_detail_request_servicerequest.go b/model_order_detail_request_servicerequest.go
index d57e9e9..9dd4ed7 100644
--- a/model_order_detail_request_servicerequest.go
+++ b/model_order_detail_request_servicerequest.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_order_detail_request_servicerequest_orderdetailrequest.go b/model_order_detail_request_servicerequest_orderdetailrequest.go
index e39dc07..306df07 100644
--- a/model_order_detail_request_servicerequest_orderdetailrequest.go
+++ b/model_order_detail_request_servicerequest_orderdetailrequest.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_order_detail_response.go b/model_order_detail_response.go
index 74f6432..147f66c 100644
--- a/model_order_detail_response.go
+++ b/model_order_detail_response.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_order_detail_response_bill_to_info.go b/model_order_detail_response_bill_to_info.go
index b1e77f9..d7986bc 100644
--- a/model_order_detail_response_bill_to_info.go
+++ b/model_order_detail_response_bill_to_info.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_order_detail_response_end_user_info.go b/model_order_detail_response_end_user_info.go
index 7095290..cdaf10c 100644
--- a/model_order_detail_response_end_user_info.go
+++ b/model_order_detail_response_end_user_info.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_order_detail_response_lines_inner.go b/model_order_detail_response_lines_inner.go
index 3756e42..567b024 100644
--- a/model_order_detail_response_lines_inner.go
+++ b/model_order_detail_response_lines_inner.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_order_detail_response_lines_inner_additional_attributes_inner.go b/model_order_detail_response_lines_inner_additional_attributes_inner.go
index 2af0e44..2ba955a 100644
--- a/model_order_detail_response_lines_inner_additional_attributes_inner.go
+++ b/model_order_detail_response_lines_inner_additional_attributes_inner.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_order_detail_response_lines_inner_links_inner.go b/model_order_detail_response_lines_inner_links_inner.go
index b9b1a7c..c45cd82 100644
--- a/model_order_detail_response_lines_inner_links_inner.go
+++ b/model_order_detail_response_lines_inner_links_inner.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_order_detail_response_lines_inner_shipment_details_inner.go b/model_order_detail_response_lines_inner_shipment_details_inner.go
index 7c77581..53aee92 100644
--- a/model_order_detail_response_lines_inner_shipment_details_inner.go
+++ b/model_order_detail_response_lines_inner_shipment_details_inner.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_order_detail_response_lines_inner_shipment_details_inner_carrier_details.go b/model_order_detail_response_lines_inner_shipment_details_inner_carrier_details.go
index 08b690a..adab730 100644
--- a/model_order_detail_response_lines_inner_shipment_details_inner_carrier_details.go
+++ b/model_order_detail_response_lines_inner_shipment_details_inner_carrier_details.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_order_detail_response_lines_inner_shipment_details_inner_carrier_details_tracking_details_inner.go b/model_order_detail_response_lines_inner_shipment_details_inner_carrier_details_tracking_details_inner.go
index de9f9dd..3a4011b 100644
--- a/model_order_detail_response_lines_inner_shipment_details_inner_carrier_details_tracking_details_inner.go
+++ b/model_order_detail_response_lines_inner_shipment_details_inner_carrier_details_tracking_details_inner.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_order_detail_response_lines_inner_shipment_details_inner_carrier_details_tracking_details_inner_serial_numbers_inner.go b/model_order_detail_response_lines_inner_shipment_details_inner_carrier_details_tracking_details_inner_serial_numbers_inner.go
index 26e8b4e..00c9685 100644
--- a/model_order_detail_response_lines_inner_shipment_details_inner_carrier_details_tracking_details_inner_serial_numbers_inner.go
+++ b/model_order_detail_response_lines_inner_shipment_details_inner_carrier_details_tracking_details_inner_serial_numbers_inner.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_order_detail_response_miscellaneous_charges_inner.go b/model_order_detail_response_miscellaneous_charges_inner.go
index ee4dd1a..f20b362 100644
--- a/model_order_detail_response_miscellaneous_charges_inner.go
+++ b/model_order_detail_response_miscellaneous_charges_inner.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_order_detail_response_serviceresponse.go b/model_order_detail_response_serviceresponse.go
index 059d699..3137f72 100644
--- a/model_order_detail_response_serviceresponse.go
+++ b/model_order_detail_response_serviceresponse.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_order_detail_response_serviceresponse_orderdetailresponse.go b/model_order_detail_response_serviceresponse_orderdetailresponse.go
index 061a5c1..95e3a22 100644
--- a/model_order_detail_response_serviceresponse_orderdetailresponse.go
+++ b/model_order_detail_response_serviceresponse_orderdetailresponse.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_order_detail_response_serviceresponse_orderdetailresponse_billtoaddress.go b/model_order_detail_response_serviceresponse_orderdetailresponse_billtoaddress.go
index d12c384..3496715 100644
--- a/model_order_detail_response_serviceresponse_orderdetailresponse_billtoaddress.go
+++ b/model_order_detail_response_serviceresponse_orderdetailresponse_billtoaddress.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_order_detail_response_serviceresponse_orderdetailresponse_commentlines_inner.go b/model_order_detail_response_serviceresponse_orderdetailresponse_commentlines_inner.go
index 8a8a05c..d63d08c 100644
--- a/model_order_detail_response_serviceresponse_orderdetailresponse_commentlines_inner.go
+++ b/model_order_detail_response_serviceresponse_orderdetailresponse_commentlines_inner.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_order_detail_response_serviceresponse_orderdetailresponse_enduserinfo.go b/model_order_detail_response_serviceresponse_orderdetailresponse_enduserinfo.go
index 4ed0102..c572912 100644
--- a/model_order_detail_response_serviceresponse_orderdetailresponse_enduserinfo.go
+++ b/model_order_detail_response_serviceresponse_orderdetailresponse_enduserinfo.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_order_detail_response_serviceresponse_orderdetailresponse_extendedspecs_inner.go b/model_order_detail_response_serviceresponse_orderdetailresponse_extendedspecs_inner.go
index fcccadb..f2ee488 100644
--- a/model_order_detail_response_serviceresponse_orderdetailresponse_extendedspecs_inner.go
+++ b/model_order_detail_response_serviceresponse_orderdetailresponse_extendedspecs_inner.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_order_detail_response_serviceresponse_orderdetailresponse_lines_inner.go b/model_order_detail_response_serviceresponse_orderdetailresponse_lines_inner.go
index 0751192..b235024 100644
--- a/model_order_detail_response_serviceresponse_orderdetailresponse_lines_inner.go
+++ b/model_order_detail_response_serviceresponse_orderdetailresponse_lines_inner.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_order_detail_response_serviceresponse_orderdetailresponse_lines_inner_serialnumberdetails_inner.go b/model_order_detail_response_serviceresponse_orderdetailresponse_lines_inner_serialnumberdetails_inner.go
index 1c563b8..e60e1f0 100644
--- a/model_order_detail_response_serviceresponse_orderdetailresponse_lines_inner_serialnumberdetails_inner.go
+++ b/model_order_detail_response_serviceresponse_orderdetailresponse_lines_inner_serialnumberdetails_inner.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_order_detail_response_serviceresponse_orderdetailresponse_lines_inner_shipmentdetails_inner.go b/model_order_detail_response_serviceresponse_orderdetailresponse_lines_inner_shipmentdetails_inner.go
index d7ab1cf..c1000ba 100644
--- a/model_order_detail_response_serviceresponse_orderdetailresponse_lines_inner_shipmentdetails_inner.go
+++ b/model_order_detail_response_serviceresponse_orderdetailresponse_lines_inner_shipmentdetails_inner.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_order_detail_response_serviceresponse_orderdetailresponse_lines_inner_shipmentdetails_inner_packagedetails.go b/model_order_detail_response_serviceresponse_orderdetailresponse_lines_inner_shipmentdetails_inner_packagedetails.go
index a82c5bc..929cc7f 100644
--- a/model_order_detail_response_serviceresponse_orderdetailresponse_lines_inner_shipmentdetails_inner_packagedetails.go
+++ b/model_order_detail_response_serviceresponse_orderdetailresponse_lines_inner_shipmentdetails_inner_packagedetails.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_order_detail_response_serviceresponse_orderdetailresponse_miscfeeline_inner.go b/model_order_detail_response_serviceresponse_orderdetailresponse_miscfeeline_inner.go
index 0c8d14c..ce185d8 100644
--- a/model_order_detail_response_serviceresponse_orderdetailresponse_miscfeeline_inner.go
+++ b/model_order_detail_response_serviceresponse_orderdetailresponse_miscfeeline_inner.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_order_detail_response_serviceresponse_orderdetailresponse_shiptoaddress.go b/model_order_detail_response_serviceresponse_orderdetailresponse_shiptoaddress.go
index 9fdc59e..4ccdbcb 100644
--- a/model_order_detail_response_serviceresponse_orderdetailresponse_shiptoaddress.go
+++ b/model_order_detail_response_serviceresponse_orderdetailresponse_shiptoaddress.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_order_detail_response_ship_to_info.go b/model_order_detail_response_ship_to_info.go
index a77914a..8bcd895 100644
--- a/model_order_detail_response_ship_to_info.go
+++ b/model_order_detail_response_ship_to_info.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_order_modify_request.go b/model_order_modify_request.go
index 400b46e..d78f956 100644
--- a/model_order_modify_request.go
+++ b/model_order_modify_request.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_order_modify_request_additional_attributes_inner.go b/model_order_modify_request_additional_attributes_inner.go
index b3d7694..ae4fb4f 100644
--- a/model_order_modify_request_additional_attributes_inner.go
+++ b/model_order_modify_request_additional_attributes_inner.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_order_modify_request_lines_inner.go b/model_order_modify_request_lines_inner.go
index 7e11892..d6e93b3 100644
--- a/model_order_modify_request_lines_inner.go
+++ b/model_order_modify_request_lines_inner.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_order_modify_request_servicerequest.go b/model_order_modify_request_servicerequest.go
index 8836d82..2de9e58 100644
--- a/model_order_modify_request_servicerequest.go
+++ b/model_order_modify_request_servicerequest.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_order_modify_request_servicerequest_ordermodifyrequest.go b/model_order_modify_request_servicerequest_ordermodifyrequest.go
index a4b4604..116355a 100644
--- a/model_order_modify_request_servicerequest_ordermodifyrequest.go
+++ b/model_order_modify_request_servicerequest_ordermodifyrequest.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_order_modify_request_servicerequest_ordermodifyrequest_headerdata.go b/model_order_modify_request_servicerequest_ordermodifyrequest_headerdata.go
index 12722b9..cfa6a9a 100644
--- a/model_order_modify_request_servicerequest_ordermodifyrequest_headerdata.go
+++ b/model_order_modify_request_servicerequest_ordermodifyrequest_headerdata.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_order_modify_request_servicerequest_ordermodifyrequest_linedata_inner.go b/model_order_modify_request_servicerequest_ordermodifyrequest_linedata_inner.go
index 417387a..3eac4b9 100644
--- a/model_order_modify_request_servicerequest_ordermodifyrequest_linedata_inner.go
+++ b/model_order_modify_request_servicerequest_ordermodifyrequest_linedata_inner.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_order_modify_request_servicerequest_ordermodifyrequest_shipto.go b/model_order_modify_request_servicerequest_ordermodifyrequest_shipto.go
index 2026260..6af7a7e 100644
--- a/model_order_modify_request_servicerequest_ordermodifyrequest_shipto.go
+++ b/model_order_modify_request_servicerequest_ordermodifyrequest_shipto.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_order_modify_request_servicerequest_requestpreamble.go b/model_order_modify_request_servicerequest_requestpreamble.go
index 1bd6127..a2ee792 100644
--- a/model_order_modify_request_servicerequest_requestpreamble.go
+++ b/model_order_modify_request_servicerequest_requestpreamble.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_order_modify_request_ship_to_info.go b/model_order_modify_request_ship_to_info.go
index 1d39d13..af0870d 100644
--- a/model_order_modify_request_ship_to_info.go
+++ b/model_order_modify_request_ship_to_info.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_order_modify_response.go b/model_order_modify_response.go
index d10ac18..c4b8cbc 100644
--- a/model_order_modify_response.go
+++ b/model_order_modify_response.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_order_modify_response_lines_inner.go b/model_order_modify_response_lines_inner.go
index fe25986..e2e07a6 100644
--- a/model_order_modify_response_lines_inner.go
+++ b/model_order_modify_response_lines_inner.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_order_modify_response_lines_inner_additional_attributes_inner.go b/model_order_modify_response_lines_inner_additional_attributes_inner.go
index 93b83c4..894f0e8 100644
--- a/model_order_modify_response_lines_inner_additional_attributes_inner.go
+++ b/model_order_modify_response_lines_inner_additional_attributes_inner.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_order_modify_response_lines_inner_shipment_details.go b/model_order_modify_response_lines_inner_shipment_details.go
index ab52669..f86cebc 100644
--- a/model_order_modify_response_lines_inner_shipment_details.go
+++ b/model_order_modify_response_lines_inner_shipment_details.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_order_modify_response_rejected_line_items_inner.go b/model_order_modify_response_rejected_line_items_inner.go
index 471155b..481f094 100644
--- a/model_order_modify_response_rejected_line_items_inner.go
+++ b/model_order_modify_response_rejected_line_items_inner.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_order_modify_response_serviceresponse.go b/model_order_modify_response_serviceresponse.go
index a1728fc..7de2fd9 100644
--- a/model_order_modify_response_serviceresponse.go
+++ b/model_order_modify_response_serviceresponse.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_order_modify_response_serviceresponse_ordermodifyresponse.go b/model_order_modify_response_serviceresponse_ordermodifyresponse.go
index 020a6d7..e3a0819 100644
--- a/model_order_modify_response_serviceresponse_ordermodifyresponse.go
+++ b/model_order_modify_response_serviceresponse_ordermodifyresponse.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_order_modify_response_serviceresponse_responsepreamble.go b/model_order_modify_response_serviceresponse_responsepreamble.go
index 7720d78..3aa97fa 100644
--- a/model_order_modify_response_serviceresponse_responsepreamble.go
+++ b/model_order_modify_response_serviceresponse_responsepreamble.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_order_modify_response_ship_to_info.go b/model_order_modify_response_ship_to_info.go
index 3ad67ed..6b8dd34 100644
--- a/model_order_modify_response_ship_to_info.go
+++ b/model_order_modify_response_ship_to_info.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_order_search_request.go b/model_order_search_request.go
index 4077210..d817280 100644
--- a/model_order_search_request.go
+++ b/model_order_search_request.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_order_search_request_servicerequest.go b/model_order_search_request_servicerequest.go
index 9aa8acd..51df6e7 100644
--- a/model_order_search_request_servicerequest.go
+++ b/model_order_search_request_servicerequest.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_order_search_request_servicerequest_order_lookup_request.go b/model_order_search_request_servicerequest_order_lookup_request.go
index 6481da8..5c9ef84 100644
--- a/model_order_search_request_servicerequest_order_lookup_request.go
+++ b/model_order_search_request_servicerequest_order_lookup_request.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_order_search_request_servicerequest_order_lookup_request_customer_order_number.go b/model_order_search_request_servicerequest_order_lookup_request_customer_order_number.go
index 0ad760d..17db88e 100644
--- a/model_order_search_request_servicerequest_order_lookup_request_customer_order_number.go
+++ b/model_order_search_request_servicerequest_order_lookup_request_customer_order_number.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_order_search_request_servicerequest_order_lookup_request_order_number.go b/model_order_search_request_servicerequest_order_lookup_request_order_number.go
index 3e9f536..f7e9f14 100644
--- a/model_order_search_request_servicerequest_order_lookup_request_order_number.go
+++ b/model_order_search_request_servicerequest_order_lookup_request_order_number.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_order_search_request_servicerequest_requestpreamble.go b/model_order_search_request_servicerequest_requestpreamble.go
index 95b317c..3efbb24 100644
--- a/model_order_search_request_servicerequest_requestpreamble.go
+++ b/model_order_search_request_servicerequest_requestpreamble.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_order_search_response.go b/model_order_search_response.go
index 59e4493..0e8366c 100644
--- a/model_order_search_response.go
+++ b/model_order_search_response.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_order_search_response_orders_inner.go b/model_order_search_response_orders_inner.go
index 0a641b6..56a00c0 100644
--- a/model_order_search_response_orders_inner.go
+++ b/model_order_search_response_orders_inner.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_order_search_response_orders_inner_links.go b/model_order_search_response_orders_inner_links.go
index 22cc316..4b52bd3 100644
--- a/model_order_search_response_orders_inner_links.go
+++ b/model_order_search_response_orders_inner_links.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_order_search_response_orders_inner_sub_orders_inner.go b/model_order_search_response_orders_inner_sub_orders_inner.go
index df83cef..f7230dd 100644
--- a/model_order_search_response_orders_inner_sub_orders_inner.go
+++ b/model_order_search_response_orders_inner_sub_orders_inner.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_order_search_response_orders_inner_sub_orders_inner_links_inner.go b/model_order_search_response_orders_inner_sub_orders_inner_links_inner.go
index a211e2a..d9da886 100644
--- a/model_order_search_response_orders_inner_sub_orders_inner_links_inner.go
+++ b/model_order_search_response_orders_inner_sub_orders_inner_links_inner.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_order_search_response_service_response.go b/model_order_search_response_service_response.go
index 72a9cbc..a8d0131 100644
--- a/model_order_search_response_service_response.go
+++ b/model_order_search_response_service_response.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_order_search_response_service_response_ordersearchresponse.go b/model_order_search_response_service_response_ordersearchresponse.go
index 700c11d..c53e5b7 100644
--- a/model_order_search_response_service_response_ordersearchresponse.go
+++ b/model_order_search_response_service_response_ordersearchresponse.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_order_search_response_service_response_ordersearchresponse_orders_inner.go b/model_order_search_response_service_response_ordersearchresponse_orders_inner.go
index 4d3fc3e..5cf3f8d 100644
--- a/model_order_search_response_service_response_ordersearchresponse_orders_inner.go
+++ b/model_order_search_response_service_response_ordersearchresponse_orders_inner.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_order_search_response_service_response_ordersearchresponse_orders_inner_links.go b/model_order_search_response_service_response_ordersearchresponse_orders_inner_links.go
index 691acf0..7b1e812 100644
--- a/model_order_search_response_service_response_ordersearchresponse_orders_inner_links.go
+++ b/model_order_search_response_service_response_ordersearchresponse_orders_inner_links.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_order_search_response_service_response_ordersearchresponse_orders_inner_suborders_inner.go b/model_order_search_response_service_response_ordersearchresponse_orders_inner_suborders_inner.go
index 6901a99..e250b22 100644
--- a/model_order_search_response_service_response_ordersearchresponse_orders_inner_suborders_inner.go
+++ b/model_order_search_response_service_response_ordersearchresponse_orders_inner_suborders_inner.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_order_search_response_service_response_ordersearchresponse_orders_inner_suborders_inner_links_inner.go b/model_order_search_response_service_response_ordersearchresponse_orders_inner_suborders_inner_links_inner.go
index 4261993..0920698 100644
--- a/model_order_search_response_service_response_ordersearchresponse_orders_inner_suborders_inner_links_inner.go
+++ b/model_order_search_response_service_response_ordersearchresponse_orders_inner_suborders_inner_links_inner.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_order_search_response_service_response_responsepreamble.go b/model_order_search_response_service_response_responsepreamble.go
index be11e0a..25e6cc5 100644
--- a/model_order_search_response_service_response_responsepreamble.go
+++ b/model_order_search_response_service_response_responsepreamble.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_order_status_async_notification_request.go b/model_order_status_async_notification_request.go
index cedd822..faef780 100644
--- a/model_order_status_async_notification_request.go
+++ b/model_order_status_async_notification_request.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_order_status_async_notification_request_resource_inner.go b/model_order_status_async_notification_request_resource_inner.go
index 59c7b84..07e52a1 100644
--- a/model_order_status_async_notification_request_resource_inner.go
+++ b/model_order_status_async_notification_request_resource_inner.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_order_status_async_notification_request_resource_inner_lines_inner.go b/model_order_status_async_notification_request_resource_inner_lines_inner.go
index 6c8b64f..24bcaae 100644
--- a/model_order_status_async_notification_request_resource_inner_lines_inner.go
+++ b/model_order_status_async_notification_request_resource_inner_lines_inner.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_order_status_async_notification_request_resource_inner_lines_inner_serial_number_details_inner.go b/model_order_status_async_notification_request_resource_inner_lines_inner_serial_number_details_inner.go
index 21b0693..01c25fa 100644
--- a/model_order_status_async_notification_request_resource_inner_lines_inner_serial_number_details_inner.go
+++ b/model_order_status_async_notification_request_resource_inner_lines_inner_serial_number_details_inner.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_order_status_async_notification_request_resource_inner_lines_inner_shipment_details_inner.go b/model_order_status_async_notification_request_resource_inner_lines_inner_shipment_details_inner.go
index 1c48385..a9edf41 100644
--- a/model_order_status_async_notification_request_resource_inner_lines_inner_shipment_details_inner.go
+++ b/model_order_status_async_notification_request_resource_inner_lines_inner_shipment_details_inner.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_order_status_async_notification_request_resource_inner_lines_inner_shipment_details_inner_package_details_inner.go b/model_order_status_async_notification_request_resource_inner_lines_inner_shipment_details_inner_package_details_inner.go
index 831a400..89c1127 100644
--- a/model_order_status_async_notification_request_resource_inner_lines_inner_shipment_details_inner_package_details_inner.go
+++ b/model_order_status_async_notification_request_resource_inner_lines_inner_shipment_details_inner_package_details_inner.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_order_status_async_notification_request_resource_inner_links_inner.go b/model_order_status_async_notification_request_resource_inner_links_inner.go
index 79d21df..0cea1bc 100644
--- a/model_order_status_async_notification_request_resource_inner_links_inner.go
+++ b/model_order_status_async_notification_request_resource_inner_links_inner.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_post_quote_to_order_v6_400_response.go b/model_post_quote_to_order_v6_400_response.go
index cedb384..476a45e 100644
--- a/model_post_quote_to_order_v6_400_response.go
+++ b/model_post_quote_to_order_v6_400_response.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_post_quote_to_order_v6_400_response_fields_inner.go b/model_post_quote_to_order_v6_400_response_fields_inner.go
index 63bea7b..5f8ac52 100644
--- a/model_post_quote_to_order_v6_400_response_fields_inner.go
+++ b/model_post_quote_to_order_v6_400_response_fields_inner.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_post_renewalssearch_400_response.go b/model_post_renewalssearch_400_response.go
index 29372bf..61f03c9 100644
--- a/model_post_renewalssearch_400_response.go
+++ b/model_post_renewalssearch_400_response.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_price_and_availability_request.go b/model_price_and_availability_request.go
index b693ae2..ff6607e 100644
--- a/model_price_and_availability_request.go
+++ b/model_price_and_availability_request.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_price_and_availability_request_additional_attributes_inner.go b/model_price_and_availability_request_additional_attributes_inner.go
index 6485204..f14f9c4 100644
--- a/model_price_and_availability_request_additional_attributes_inner.go
+++ b/model_price_and_availability_request_additional_attributes_inner.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_price_and_availability_request_availability_by_warehouse_inner.go b/model_price_and_availability_request_availability_by_warehouse_inner.go
index 20ddc4a..c888373 100644
--- a/model_price_and_availability_request_availability_by_warehouse_inner.go
+++ b/model_price_and_availability_request_availability_by_warehouse_inner.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_price_and_availability_request_products_inner.go b/model_price_and_availability_request_products_inner.go
index 255dce1..654ac23 100644
--- a/model_price_and_availability_request_products_inner.go
+++ b/model_price_and_availability_request_products_inner.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_price_and_availability_request_products_inner_additional_attributes_inner.go b/model_price_and_availability_request_products_inner_additional_attributes_inner.go
index d3df99c..6b112e9 100644
--- a/model_price_and_availability_request_products_inner_additional_attributes_inner.go
+++ b/model_price_and_availability_request_products_inner_additional_attributes_inner.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_price_and_availability_request_servicerequest.go b/model_price_and_availability_request_servicerequest.go
index 1f12ad1..5bb6ade 100644
--- a/model_price_and_availability_request_servicerequest.go
+++ b/model_price_and_availability_request_servicerequest.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_price_and_availability_request_servicerequest_priceandstockrequest.go b/model_price_and_availability_request_servicerequest_priceandstockrequest.go
index 91624d0..053a0bd 100644
--- a/model_price_and_availability_request_servicerequest_priceandstockrequest.go
+++ b/model_price_and_availability_request_servicerequest_priceandstockrequest.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_price_and_availability_request_servicerequest_priceandstockrequest_item_inner.go b/model_price_and_availability_request_servicerequest_priceandstockrequest_item_inner.go
index 886bb42..ffcda93 100644
--- a/model_price_and_availability_request_servicerequest_priceandstockrequest_item_inner.go
+++ b/model_price_and_availability_request_servicerequest_priceandstockrequest_item_inner.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_price_and_availability_request_servicerequest_requestpreamble.go b/model_price_and_availability_request_servicerequest_requestpreamble.go
index 944d9d5..8c45d27 100644
--- a/model_price_and_availability_request_servicerequest_requestpreamble.go
+++ b/model_price_and_availability_request_servicerequest_requestpreamble.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_price_and_availability_response.go b/model_price_and_availability_response.go
index 2bc067d..2fe3150 100644
--- a/model_price_and_availability_response.go
+++ b/model_price_and_availability_response.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_price_and_availability_response_inner.go b/model_price_and_availability_response_inner.go
index d9d57d1..2261923 100644
--- a/model_price_and_availability_response_inner.go
+++ b/model_price_and_availability_response_inner.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_price_and_availability_response_inner_availability.go b/model_price_and_availability_response_inner_availability.go
index ddd021e..9f1cc0e 100644
--- a/model_price_and_availability_response_inner_availability.go
+++ b/model_price_and_availability_response_inner_availability.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_price_and_availability_response_inner_availability_availability_by_warehouse_inner.go b/model_price_and_availability_response_inner_availability_availability_by_warehouse_inner.go
index 24fb8ed..0e05e2b 100644
--- a/model_price_and_availability_response_inner_availability_availability_by_warehouse_inner.go
+++ b/model_price_and_availability_response_inner_availability_availability_by_warehouse_inner.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_price_and_availability_response_inner_availability_availability_by_warehouse_inner_back_order_info_inner.go b/model_price_and_availability_response_inner_availability_availability_by_warehouse_inner_back_order_info_inner.go
index 1b506d8..0ebd1f5 100644
--- a/model_price_and_availability_response_inner_availability_availability_by_warehouse_inner_back_order_info_inner.go
+++ b/model_price_and_availability_response_inner_availability_availability_by_warehouse_inner_back_order_info_inner.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_price_and_availability_response_inner_discounts_inner.go b/model_price_and_availability_response_inner_discounts_inner.go
index 21b6dae..a8eaaf0 100644
--- a/model_price_and_availability_response_inner_discounts_inner.go
+++ b/model_price_and_availability_response_inner_discounts_inner.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_price_and_availability_response_inner_discounts_inner_quantity_discounts_inner.go b/model_price_and_availability_response_inner_discounts_inner_quantity_discounts_inner.go
index ecda05c..b498108 100644
--- a/model_price_and_availability_response_inner_discounts_inner_quantity_discounts_inner.go
+++ b/model_price_and_availability_response_inner_discounts_inner_quantity_discounts_inner.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_price_and_availability_response_inner_discounts_inner_special_pricing_inner.go b/model_price_and_availability_response_inner_discounts_inner_special_pricing_inner.go
index 72d806b..54f4c91 100644
--- a/model_price_and_availability_response_inner_discounts_inner_special_pricing_inner.go
+++ b/model_price_and_availability_response_inner_discounts_inner_special_pricing_inner.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_price_and_availability_response_inner_pricing.go b/model_price_and_availability_response_inner_pricing.go
index d4443f6..e835a9b 100644
--- a/model_price_and_availability_response_inner_pricing.go
+++ b/model_price_and_availability_response_inner_pricing.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_price_and_availability_response_inner_reserve_inventory_details_inner.go b/model_price_and_availability_response_inner_reserve_inventory_details_inner.go
index fbd0b3b..cbc6864 100644
--- a/model_price_and_availability_response_inner_reserve_inventory_details_inner.go
+++ b/model_price_and_availability_response_inner_reserve_inventory_details_inner.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_price_and_availability_response_inner_service_fees_inner.go b/model_price_and_availability_response_inner_service_fees_inner.go
index fc0e471..1a3c0cb 100644
--- a/model_price_and_availability_response_inner_service_fees_inner.go
+++ b/model_price_and_availability_response_inner_service_fees_inner.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_price_and_availability_response_serviceresponse.go b/model_price_and_availability_response_serviceresponse.go
index 8a54456..11d10d6 100644
--- a/model_price_and_availability_response_serviceresponse.go
+++ b/model_price_and_availability_response_serviceresponse.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_price_and_availability_response_serviceresponse_priceandstockresponse.go b/model_price_and_availability_response_serviceresponse_priceandstockresponse.go
index 370aab9..4f25a5f 100644
--- a/model_price_and_availability_response_serviceresponse_priceandstockresponse.go
+++ b/model_price_and_availability_response_serviceresponse_priceandstockresponse.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_price_and_availability_response_serviceresponse_priceandstockresponse_details_inner.go b/model_price_and_availability_response_serviceresponse_priceandstockresponse_details_inner.go
index cdd87e3..a2105d4 100644
--- a/model_price_and_availability_response_serviceresponse_priceandstockresponse_details_inner.go
+++ b/model_price_and_availability_response_serviceresponse_priceandstockresponse_details_inner.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_price_and_availability_response_serviceresponse_responsepreamble.go b/model_price_and_availability_response_serviceresponse_responsepreamble.go
index 71702c7..451c9cc 100644
--- a/model_price_and_availability_response_serviceresponse_responsepreamble.go
+++ b/model_price_and_availability_response_serviceresponse_responsepreamble.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_product_detail_response.go b/model_product_detail_response.go
index d50e3ee..dc1e752 100644
--- a/model_product_detail_response.go
+++ b/model_product_detail_response.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
@@ -23,6 +23,8 @@ type ProductDetailResponse struct {
IngramPartNumber *string `json:"ingramPartNumber,omitempty"`
// Vendor’s part number for the product.
VendorPartNumber *string `json:"vendorPartNumber,omitempty"`
+ // Reseller / end-user’s part number for the product.
+ CustomerPartNumber *string `json:"customerPartNumber,omitempty"`
// Boolean that indicates whether a product is authorized.
ProductAuthorized *bool `json:"productAuthorized,omitempty"`
// The description given for the product.
@@ -43,12 +45,8 @@ type ProductDetailResponse struct {
ProductStatusCode *string `json:"productStatusCode,omitempty"`
// Indicates whether the product is directly shipped from the vendor’s warehouse or if the product ships from Ingram Micro’s warehouse. Class Codes are Ingram classifications on how skus are stocked A = Product that is stocked usually in all IM warehouses and replenished on a regular basis. B = Product that is stocked in limited IM warehouses and replenished on a regular basis C = Product that is stocked in fewer IM warehouses and replenished on a regular basis. D = Product that Ingram Micro has elected to discontinue. E = Product that will be phased out later, according to the vendor. You may not want to replenish this product, but instead sell down what is in stock. F = Product that we carry for a specific customer or supplier under a contractual agreement. N = New Sku. Classification before first receipt O = Discontinued product to be liquidated S= Order for Specialized Demand (Order to backorder) X= direct ship from Vendor V = product that vendor has elected to discontinue.
ProductClass *string `json:"productClass,omitempty"`
- // Reseller / end-user’s part number for the product.
- CustomerPartNumber *string `json:"customerPartNumber,omitempty"`
- // Indicators of the Product
- Indicators []ProductDetailResponseIndicatorsInner `json:"indicators,omitempty"`
- // Cisco product related information.
- CiscoFields []ProductDetailResponseCiscoFieldsInner `json:"ciscoFields,omitempty"`
+ Indicators *ProductDetailResponseIndicators `json:"indicators,omitempty"`
+ CiscoFields *ProductDetailResponseCiscoFields `json:"ciscoFields,omitempty"`
// Technical specifications of the product.
TechnicalSpecifications []ProductDetailResponseTechnicalSpecificationsInner `json:"technicalSpecifications,omitempty"`
// Warranty information related to the product.
@@ -137,6 +135,38 @@ func (o *ProductDetailResponse) SetVendorPartNumber(v string) {
o.VendorPartNumber = &v
}
+// GetCustomerPartNumber returns the CustomerPartNumber field value if set, zero value otherwise.
+func (o *ProductDetailResponse) GetCustomerPartNumber() string {
+ if o == nil || IsNil(o.CustomerPartNumber) {
+ var ret string
+ return ret
+ }
+ return *o.CustomerPartNumber
+}
+
+// GetCustomerPartNumberOk returns a tuple with the CustomerPartNumber field value if set, nil otherwise
+// and a boolean to check if the value has been set.
+func (o *ProductDetailResponse) GetCustomerPartNumberOk() (*string, bool) {
+ if o == nil || IsNil(o.CustomerPartNumber) {
+ return nil, false
+ }
+ return o.CustomerPartNumber, true
+}
+
+// HasCustomerPartNumber returns a boolean if a field has been set.
+func (o *ProductDetailResponse) HasCustomerPartNumber() bool {
+ if o != nil && !IsNil(o.CustomerPartNumber) {
+ return true
+ }
+
+ return false
+}
+
+// SetCustomerPartNumber gets a reference to the given string and assigns it to the CustomerPartNumber field.
+func (o *ProductDetailResponse) SetCustomerPartNumber(v string) {
+ o.CustomerPartNumber = &v
+}
+
// GetProductAuthorized returns the ProductAuthorized field value if set, zero value otherwise.
func (o *ProductDetailResponse) GetProductAuthorized() bool {
if o == nil || IsNil(o.ProductAuthorized) {
@@ -457,50 +487,18 @@ func (o *ProductDetailResponse) SetProductClass(v string) {
o.ProductClass = &v
}
-// GetCustomerPartNumber returns the CustomerPartNumber field value if set, zero value otherwise.
-func (o *ProductDetailResponse) GetCustomerPartNumber() string {
- if o == nil || IsNil(o.CustomerPartNumber) {
- var ret string
- return ret
- }
- return *o.CustomerPartNumber
-}
-
-// GetCustomerPartNumberOk returns a tuple with the CustomerPartNumber field value if set, nil otherwise
-// and a boolean to check if the value has been set.
-func (o *ProductDetailResponse) GetCustomerPartNumberOk() (*string, bool) {
- if o == nil || IsNil(o.CustomerPartNumber) {
- return nil, false
- }
- return o.CustomerPartNumber, true
-}
-
-// HasCustomerPartNumber returns a boolean if a field has been set.
-func (o *ProductDetailResponse) HasCustomerPartNumber() bool {
- if o != nil && !IsNil(o.CustomerPartNumber) {
- return true
- }
-
- return false
-}
-
-// SetCustomerPartNumber gets a reference to the given string and assigns it to the CustomerPartNumber field.
-func (o *ProductDetailResponse) SetCustomerPartNumber(v string) {
- o.CustomerPartNumber = &v
-}
-
// GetIndicators returns the Indicators field value if set, zero value otherwise.
-func (o *ProductDetailResponse) GetIndicators() []ProductDetailResponseIndicatorsInner {
+func (o *ProductDetailResponse) GetIndicators() ProductDetailResponseIndicators {
if o == nil || IsNil(o.Indicators) {
- var ret []ProductDetailResponseIndicatorsInner
+ var ret ProductDetailResponseIndicators
return ret
}
- return o.Indicators
+ return *o.Indicators
}
// GetIndicatorsOk returns a tuple with the Indicators field value if set, nil otherwise
// and a boolean to check if the value has been set.
-func (o *ProductDetailResponse) GetIndicatorsOk() ([]ProductDetailResponseIndicatorsInner, bool) {
+func (o *ProductDetailResponse) GetIndicatorsOk() (*ProductDetailResponseIndicators, bool) {
if o == nil || IsNil(o.Indicators) {
return nil, false
}
@@ -516,23 +514,23 @@ func (o *ProductDetailResponse) HasIndicators() bool {
return false
}
-// SetIndicators gets a reference to the given []ProductDetailResponseIndicatorsInner and assigns it to the Indicators field.
-func (o *ProductDetailResponse) SetIndicators(v []ProductDetailResponseIndicatorsInner) {
- o.Indicators = v
+// SetIndicators gets a reference to the given ProductDetailResponseIndicators and assigns it to the Indicators field.
+func (o *ProductDetailResponse) SetIndicators(v ProductDetailResponseIndicators) {
+ o.Indicators = &v
}
// GetCiscoFields returns the CiscoFields field value if set, zero value otherwise.
-func (o *ProductDetailResponse) GetCiscoFields() []ProductDetailResponseCiscoFieldsInner {
+func (o *ProductDetailResponse) GetCiscoFields() ProductDetailResponseCiscoFields {
if o == nil || IsNil(o.CiscoFields) {
- var ret []ProductDetailResponseCiscoFieldsInner
+ var ret ProductDetailResponseCiscoFields
return ret
}
- return o.CiscoFields
+ return *o.CiscoFields
}
// GetCiscoFieldsOk returns a tuple with the CiscoFields field value if set, nil otherwise
// and a boolean to check if the value has been set.
-func (o *ProductDetailResponse) GetCiscoFieldsOk() ([]ProductDetailResponseCiscoFieldsInner, bool) {
+func (o *ProductDetailResponse) GetCiscoFieldsOk() (*ProductDetailResponseCiscoFields, bool) {
if o == nil || IsNil(o.CiscoFields) {
return nil, false
}
@@ -548,9 +546,9 @@ func (o *ProductDetailResponse) HasCiscoFields() bool {
return false
}
-// SetCiscoFields gets a reference to the given []ProductDetailResponseCiscoFieldsInner and assigns it to the CiscoFields field.
-func (o *ProductDetailResponse) SetCiscoFields(v []ProductDetailResponseCiscoFieldsInner) {
- o.CiscoFields = v
+// SetCiscoFields gets a reference to the given ProductDetailResponseCiscoFields and assigns it to the CiscoFields field.
+func (o *ProductDetailResponse) SetCiscoFields(v ProductDetailResponseCiscoFields) {
+ o.CiscoFields = &v
}
// GetTechnicalSpecifications returns the TechnicalSpecifications field value if set, zero value otherwise.
@@ -665,6 +663,9 @@ func (o ProductDetailResponse) ToMap() (map[string]interface{}, error) {
if !IsNil(o.VendorPartNumber) {
toSerialize["vendorPartNumber"] = o.VendorPartNumber
}
+ if !IsNil(o.CustomerPartNumber) {
+ toSerialize["customerPartNumber"] = o.CustomerPartNumber
+ }
if !IsNil(o.ProductAuthorized) {
toSerialize["productAuthorized"] = o.ProductAuthorized
}
@@ -695,9 +696,6 @@ func (o ProductDetailResponse) ToMap() (map[string]interface{}, error) {
if !IsNil(o.ProductClass) {
toSerialize["productClass"] = o.ProductClass
}
- if !IsNil(o.CustomerPartNumber) {
- toSerialize["customerPartNumber"] = o.CustomerPartNumber
- }
if !IsNil(o.Indicators) {
toSerialize["indicators"] = o.Indicators
}
diff --git a/model_product_detail_response_additional_information.go b/model_product_detail_response_additional_information.go
index 584cd72..c3d20bb 100644
--- a/model_product_detail_response_additional_information.go
+++ b/model_product_detail_response_additional_information.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_product_detail_response_additional_information_product_weight_inner.go b/model_product_detail_response_additional_information_product_weight_inner.go
index bd1923f..96753a1 100644
--- a/model_product_detail_response_additional_information_product_weight_inner.go
+++ b/model_product_detail_response_additional_information_product_weight_inner.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_product_detail_response_cisco_fields_inner.go b/model_product_detail_response_cisco_fields.go
similarity index 63%
rename from model_product_detail_response_cisco_fields_inner.go
rename to model_product_detail_response_cisco_fields.go
index cb1ca65..afe222b 100644
--- a/model_product_detail_response_cisco_fields_inner.go
+++ b/model_product_detail_response_cisco_fields.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
@@ -14,11 +14,11 @@ import (
"encoding/json"
)
-// checks if the ProductDetailResponseCiscoFieldsInner type satisfies the MappedNullable interface at compile time
-var _ MappedNullable = &ProductDetailResponseCiscoFieldsInner{}
+// checks if the ProductDetailResponseCiscoFields type satisfies the MappedNullable interface at compile time
+var _ MappedNullable = &ProductDetailResponseCiscoFields{}
-// ProductDetailResponseCiscoFieldsInner struct for ProductDetailResponseCiscoFieldsInner
-type ProductDetailResponseCiscoFieldsInner struct {
+// ProductDetailResponseCiscoFields Cisco product related information.
+type ProductDetailResponseCiscoFields struct {
// Cisco product sub-group
ProductSubGroup *string `json:"productSubGroup,omitempty"`
// Cisco service program name
@@ -35,25 +35,25 @@ type ProductDetailResponseCiscoFieldsInner struct {
GlobalListPrice *string `json:"globalListPrice,omitempty"`
}
-// NewProductDetailResponseCiscoFieldsInner instantiates a new ProductDetailResponseCiscoFieldsInner object
+// NewProductDetailResponseCiscoFields instantiates a new ProductDetailResponseCiscoFields object
// This constructor will assign default values to properties that have it defined,
// and makes sure properties required by API are set, but the set of arguments
// will change when the set of required properties is changed
-func NewProductDetailResponseCiscoFieldsInner() *ProductDetailResponseCiscoFieldsInner {
- this := ProductDetailResponseCiscoFieldsInner{}
+func NewProductDetailResponseCiscoFields() *ProductDetailResponseCiscoFields {
+ this := ProductDetailResponseCiscoFields{}
return &this
}
-// NewProductDetailResponseCiscoFieldsInnerWithDefaults instantiates a new ProductDetailResponseCiscoFieldsInner object
+// NewProductDetailResponseCiscoFieldsWithDefaults instantiates a new ProductDetailResponseCiscoFields object
// This constructor will only assign default values to properties that have it defined,
// but it doesn't guarantee that properties required by API are set
-func NewProductDetailResponseCiscoFieldsInnerWithDefaults() *ProductDetailResponseCiscoFieldsInner {
- this := ProductDetailResponseCiscoFieldsInner{}
+func NewProductDetailResponseCiscoFieldsWithDefaults() *ProductDetailResponseCiscoFields {
+ this := ProductDetailResponseCiscoFields{}
return &this
}
// GetProductSubGroup returns the ProductSubGroup field value if set, zero value otherwise.
-func (o *ProductDetailResponseCiscoFieldsInner) GetProductSubGroup() string {
+func (o *ProductDetailResponseCiscoFields) GetProductSubGroup() string {
if o == nil || IsNil(o.ProductSubGroup) {
var ret string
return ret
@@ -63,7 +63,7 @@ func (o *ProductDetailResponseCiscoFieldsInner) GetProductSubGroup() string {
// GetProductSubGroupOk returns a tuple with the ProductSubGroup field value if set, nil otherwise
// and a boolean to check if the value has been set.
-func (o *ProductDetailResponseCiscoFieldsInner) GetProductSubGroupOk() (*string, bool) {
+func (o *ProductDetailResponseCiscoFields) GetProductSubGroupOk() (*string, bool) {
if o == nil || IsNil(o.ProductSubGroup) {
return nil, false
}
@@ -71,7 +71,7 @@ func (o *ProductDetailResponseCiscoFieldsInner) GetProductSubGroupOk() (*string,
}
// HasProductSubGroup returns a boolean if a field has been set.
-func (o *ProductDetailResponseCiscoFieldsInner) HasProductSubGroup() bool {
+func (o *ProductDetailResponseCiscoFields) HasProductSubGroup() bool {
if o != nil && !IsNil(o.ProductSubGroup) {
return true
}
@@ -80,12 +80,12 @@ func (o *ProductDetailResponseCiscoFieldsInner) HasProductSubGroup() bool {
}
// SetProductSubGroup gets a reference to the given string and assigns it to the ProductSubGroup field.
-func (o *ProductDetailResponseCiscoFieldsInner) SetProductSubGroup(v string) {
+func (o *ProductDetailResponseCiscoFields) SetProductSubGroup(v string) {
o.ProductSubGroup = &v
}
// GetServiceProgramName returns the ServiceProgramName field value if set, zero value otherwise.
-func (o *ProductDetailResponseCiscoFieldsInner) GetServiceProgramName() string {
+func (o *ProductDetailResponseCiscoFields) GetServiceProgramName() string {
if o == nil || IsNil(o.ServiceProgramName) {
var ret string
return ret
@@ -95,7 +95,7 @@ func (o *ProductDetailResponseCiscoFieldsInner) GetServiceProgramName() string {
// GetServiceProgramNameOk returns a tuple with the ServiceProgramName field value if set, nil otherwise
// and a boolean to check if the value has been set.
-func (o *ProductDetailResponseCiscoFieldsInner) GetServiceProgramNameOk() (*string, bool) {
+func (o *ProductDetailResponseCiscoFields) GetServiceProgramNameOk() (*string, bool) {
if o == nil || IsNil(o.ServiceProgramName) {
return nil, false
}
@@ -103,7 +103,7 @@ func (o *ProductDetailResponseCiscoFieldsInner) GetServiceProgramNameOk() (*stri
}
// HasServiceProgramName returns a boolean if a field has been set.
-func (o *ProductDetailResponseCiscoFieldsInner) HasServiceProgramName() bool {
+func (o *ProductDetailResponseCiscoFields) HasServiceProgramName() bool {
if o != nil && !IsNil(o.ServiceProgramName) {
return true
}
@@ -112,12 +112,12 @@ func (o *ProductDetailResponseCiscoFieldsInner) HasServiceProgramName() bool {
}
// SetServiceProgramName gets a reference to the given string and assigns it to the ServiceProgramName field.
-func (o *ProductDetailResponseCiscoFieldsInner) SetServiceProgramName(v string) {
+func (o *ProductDetailResponseCiscoFields) SetServiceProgramName(v string) {
o.ServiceProgramName = &v
}
// GetItemCatalogCategory returns the ItemCatalogCategory field value if set, zero value otherwise.
-func (o *ProductDetailResponseCiscoFieldsInner) GetItemCatalogCategory() string {
+func (o *ProductDetailResponseCiscoFields) GetItemCatalogCategory() string {
if o == nil || IsNil(o.ItemCatalogCategory) {
var ret string
return ret
@@ -127,7 +127,7 @@ func (o *ProductDetailResponseCiscoFieldsInner) GetItemCatalogCategory() string
// GetItemCatalogCategoryOk returns a tuple with the ItemCatalogCategory field value if set, nil otherwise
// and a boolean to check if the value has been set.
-func (o *ProductDetailResponseCiscoFieldsInner) GetItemCatalogCategoryOk() (*string, bool) {
+func (o *ProductDetailResponseCiscoFields) GetItemCatalogCategoryOk() (*string, bool) {
if o == nil || IsNil(o.ItemCatalogCategory) {
return nil, false
}
@@ -135,7 +135,7 @@ func (o *ProductDetailResponseCiscoFieldsInner) GetItemCatalogCategoryOk() (*str
}
// HasItemCatalogCategory returns a boolean if a field has been set.
-func (o *ProductDetailResponseCiscoFieldsInner) HasItemCatalogCategory() bool {
+func (o *ProductDetailResponseCiscoFields) HasItemCatalogCategory() bool {
if o != nil && !IsNil(o.ItemCatalogCategory) {
return true
}
@@ -144,12 +144,12 @@ func (o *ProductDetailResponseCiscoFieldsInner) HasItemCatalogCategory() bool {
}
// SetItemCatalogCategory gets a reference to the given string and assigns it to the ItemCatalogCategory field.
-func (o *ProductDetailResponseCiscoFieldsInner) SetItemCatalogCategory(v string) {
+func (o *ProductDetailResponseCiscoFields) SetItemCatalogCategory(v string) {
o.ItemCatalogCategory = &v
}
// GetConfigurationIndicator returns the ConfigurationIndicator field value if set, zero value otherwise.
-func (o *ProductDetailResponseCiscoFieldsInner) GetConfigurationIndicator() string {
+func (o *ProductDetailResponseCiscoFields) GetConfigurationIndicator() string {
if o == nil || IsNil(o.ConfigurationIndicator) {
var ret string
return ret
@@ -159,7 +159,7 @@ func (o *ProductDetailResponseCiscoFieldsInner) GetConfigurationIndicator() stri
// GetConfigurationIndicatorOk returns a tuple with the ConfigurationIndicator field value if set, nil otherwise
// and a boolean to check if the value has been set.
-func (o *ProductDetailResponseCiscoFieldsInner) GetConfigurationIndicatorOk() (*string, bool) {
+func (o *ProductDetailResponseCiscoFields) GetConfigurationIndicatorOk() (*string, bool) {
if o == nil || IsNil(o.ConfigurationIndicator) {
return nil, false
}
@@ -167,7 +167,7 @@ func (o *ProductDetailResponseCiscoFieldsInner) GetConfigurationIndicatorOk() (*
}
// HasConfigurationIndicator returns a boolean if a field has been set.
-func (o *ProductDetailResponseCiscoFieldsInner) HasConfigurationIndicator() bool {
+func (o *ProductDetailResponseCiscoFields) HasConfigurationIndicator() bool {
if o != nil && !IsNil(o.ConfigurationIndicator) {
return true
}
@@ -176,12 +176,12 @@ func (o *ProductDetailResponseCiscoFieldsInner) HasConfigurationIndicator() bool
}
// SetConfigurationIndicator gets a reference to the given string and assigns it to the ConfigurationIndicator field.
-func (o *ProductDetailResponseCiscoFieldsInner) SetConfigurationIndicator(v string) {
+func (o *ProductDetailResponseCiscoFields) SetConfigurationIndicator(v string) {
o.ConfigurationIndicator = &v
}
// GetInternalBusinessEntity returns the InternalBusinessEntity field value if set, zero value otherwise.
-func (o *ProductDetailResponseCiscoFieldsInner) GetInternalBusinessEntity() string {
+func (o *ProductDetailResponseCiscoFields) GetInternalBusinessEntity() string {
if o == nil || IsNil(o.InternalBusinessEntity) {
var ret string
return ret
@@ -191,7 +191,7 @@ func (o *ProductDetailResponseCiscoFieldsInner) GetInternalBusinessEntity() stri
// GetInternalBusinessEntityOk returns a tuple with the InternalBusinessEntity field value if set, nil otherwise
// and a boolean to check if the value has been set.
-func (o *ProductDetailResponseCiscoFieldsInner) GetInternalBusinessEntityOk() (*string, bool) {
+func (o *ProductDetailResponseCiscoFields) GetInternalBusinessEntityOk() (*string, bool) {
if o == nil || IsNil(o.InternalBusinessEntity) {
return nil, false
}
@@ -199,7 +199,7 @@ func (o *ProductDetailResponseCiscoFieldsInner) GetInternalBusinessEntityOk() (*
}
// HasInternalBusinessEntity returns a boolean if a field has been set.
-func (o *ProductDetailResponseCiscoFieldsInner) HasInternalBusinessEntity() bool {
+func (o *ProductDetailResponseCiscoFields) HasInternalBusinessEntity() bool {
if o != nil && !IsNil(o.InternalBusinessEntity) {
return true
}
@@ -208,12 +208,12 @@ func (o *ProductDetailResponseCiscoFieldsInner) HasInternalBusinessEntity() bool
}
// SetInternalBusinessEntity gets a reference to the given string and assigns it to the InternalBusinessEntity field.
-func (o *ProductDetailResponseCiscoFieldsInner) SetInternalBusinessEntity(v string) {
+func (o *ProductDetailResponseCiscoFields) SetInternalBusinessEntity(v string) {
o.InternalBusinessEntity = &v
}
// GetItemType returns the ItemType field value if set, zero value otherwise.
-func (o *ProductDetailResponseCiscoFieldsInner) GetItemType() string {
+func (o *ProductDetailResponseCiscoFields) GetItemType() string {
if o == nil || IsNil(o.ItemType) {
var ret string
return ret
@@ -223,7 +223,7 @@ func (o *ProductDetailResponseCiscoFieldsInner) GetItemType() string {
// GetItemTypeOk returns a tuple with the ItemType field value if set, nil otherwise
// and a boolean to check if the value has been set.
-func (o *ProductDetailResponseCiscoFieldsInner) GetItemTypeOk() (*string, bool) {
+func (o *ProductDetailResponseCiscoFields) GetItemTypeOk() (*string, bool) {
if o == nil || IsNil(o.ItemType) {
return nil, false
}
@@ -231,7 +231,7 @@ func (o *ProductDetailResponseCiscoFieldsInner) GetItemTypeOk() (*string, bool)
}
// HasItemType returns a boolean if a field has been set.
-func (o *ProductDetailResponseCiscoFieldsInner) HasItemType() bool {
+func (o *ProductDetailResponseCiscoFields) HasItemType() bool {
if o != nil && !IsNil(o.ItemType) {
return true
}
@@ -240,12 +240,12 @@ func (o *ProductDetailResponseCiscoFieldsInner) HasItemType() bool {
}
// SetItemType gets a reference to the given string and assigns it to the ItemType field.
-func (o *ProductDetailResponseCiscoFieldsInner) SetItemType(v string) {
+func (o *ProductDetailResponseCiscoFields) SetItemType(v string) {
o.ItemType = &v
}
// GetGlobalListPrice returns the GlobalListPrice field value if set, zero value otherwise.
-func (o *ProductDetailResponseCiscoFieldsInner) GetGlobalListPrice() string {
+func (o *ProductDetailResponseCiscoFields) GetGlobalListPrice() string {
if o == nil || IsNil(o.GlobalListPrice) {
var ret string
return ret
@@ -255,7 +255,7 @@ func (o *ProductDetailResponseCiscoFieldsInner) GetGlobalListPrice() string {
// GetGlobalListPriceOk returns a tuple with the GlobalListPrice field value if set, nil otherwise
// and a boolean to check if the value has been set.
-func (o *ProductDetailResponseCiscoFieldsInner) GetGlobalListPriceOk() (*string, bool) {
+func (o *ProductDetailResponseCiscoFields) GetGlobalListPriceOk() (*string, bool) {
if o == nil || IsNil(o.GlobalListPrice) {
return nil, false
}
@@ -263,7 +263,7 @@ func (o *ProductDetailResponseCiscoFieldsInner) GetGlobalListPriceOk() (*string,
}
// HasGlobalListPrice returns a boolean if a field has been set.
-func (o *ProductDetailResponseCiscoFieldsInner) HasGlobalListPrice() bool {
+func (o *ProductDetailResponseCiscoFields) HasGlobalListPrice() bool {
if o != nil && !IsNil(o.GlobalListPrice) {
return true
}
@@ -272,11 +272,11 @@ func (o *ProductDetailResponseCiscoFieldsInner) HasGlobalListPrice() bool {
}
// SetGlobalListPrice gets a reference to the given string and assigns it to the GlobalListPrice field.
-func (o *ProductDetailResponseCiscoFieldsInner) SetGlobalListPrice(v string) {
+func (o *ProductDetailResponseCiscoFields) SetGlobalListPrice(v string) {
o.GlobalListPrice = &v
}
-func (o ProductDetailResponseCiscoFieldsInner) MarshalJSON() ([]byte, error) {
+func (o ProductDetailResponseCiscoFields) MarshalJSON() ([]byte, error) {
toSerialize,err := o.ToMap()
if err != nil {
return []byte{}, err
@@ -284,7 +284,7 @@ func (o ProductDetailResponseCiscoFieldsInner) MarshalJSON() ([]byte, error) {
return json.Marshal(toSerialize)
}
-func (o ProductDetailResponseCiscoFieldsInner) ToMap() (map[string]interface{}, error) {
+func (o ProductDetailResponseCiscoFields) ToMap() (map[string]interface{}, error) {
toSerialize := map[string]interface{}{}
if !IsNil(o.ProductSubGroup) {
toSerialize["productSubGroup"] = o.ProductSubGroup
@@ -310,38 +310,38 @@ func (o ProductDetailResponseCiscoFieldsInner) ToMap() (map[string]interface{},
return toSerialize, nil
}
-type NullableProductDetailResponseCiscoFieldsInner struct {
- value *ProductDetailResponseCiscoFieldsInner
+type NullableProductDetailResponseCiscoFields struct {
+ value *ProductDetailResponseCiscoFields
isSet bool
}
-func (v NullableProductDetailResponseCiscoFieldsInner) Get() *ProductDetailResponseCiscoFieldsInner {
+func (v NullableProductDetailResponseCiscoFields) Get() *ProductDetailResponseCiscoFields {
return v.value
}
-func (v *NullableProductDetailResponseCiscoFieldsInner) Set(val *ProductDetailResponseCiscoFieldsInner) {
+func (v *NullableProductDetailResponseCiscoFields) Set(val *ProductDetailResponseCiscoFields) {
v.value = val
v.isSet = true
}
-func (v NullableProductDetailResponseCiscoFieldsInner) IsSet() bool {
+func (v NullableProductDetailResponseCiscoFields) IsSet() bool {
return v.isSet
}
-func (v *NullableProductDetailResponseCiscoFieldsInner) Unset() {
+func (v *NullableProductDetailResponseCiscoFields) Unset() {
v.value = nil
v.isSet = false
}
-func NewNullableProductDetailResponseCiscoFieldsInner(val *ProductDetailResponseCiscoFieldsInner) *NullableProductDetailResponseCiscoFieldsInner {
- return &NullableProductDetailResponseCiscoFieldsInner{value: val, isSet: true}
+func NewNullableProductDetailResponseCiscoFields(val *ProductDetailResponseCiscoFields) *NullableProductDetailResponseCiscoFields {
+ return &NullableProductDetailResponseCiscoFields{value: val, isSet: true}
}
-func (v NullableProductDetailResponseCiscoFieldsInner) MarshalJSON() ([]byte, error) {
+func (v NullableProductDetailResponseCiscoFields) MarshalJSON() ([]byte, error) {
return json.Marshal(v.value)
}
-func (v *NullableProductDetailResponseCiscoFieldsInner) UnmarshalJSON(src []byte) error {
+func (v *NullableProductDetailResponseCiscoFields) UnmarshalJSON(src []byte) error {
v.isSet = true
return json.Unmarshal(src, &v.value)
}
diff --git a/model_product_detail_response_indicators_inner.go b/model_product_detail_response_indicators.go
similarity index 73%
rename from model_product_detail_response_indicators_inner.go
rename to model_product_detail_response_indicators.go
index 05bd742..6cc56c5 100644
--- a/model_product_detail_response_indicators_inner.go
+++ b/model_product_detail_response_indicators.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
@@ -14,11 +14,11 @@ import (
"encoding/json"
)
-// checks if the ProductDetailResponseIndicatorsInner type satisfies the MappedNullable interface at compile time
-var _ MappedNullable = &ProductDetailResponseIndicatorsInner{}
+// checks if the ProductDetailResponseIndicators type satisfies the MappedNullable interface at compile time
+var _ MappedNullable = &ProductDetailResponseIndicators{}
-// ProductDetailResponseIndicatorsInner struct for ProductDetailResponseIndicatorsInner
-type ProductDetailResponseIndicatorsInner struct {
+// ProductDetailResponseIndicators Indicators of the Product
+type ProductDetailResponseIndicators struct {
// Boolean that indicates whether product has a warranty.
HasWarranty *bool `json:"hasWarranty,omitempty"`
// Boolean that indicates whether it’s a new product.
@@ -83,25 +83,25 @@ type ProductDetailResponseIndicatorsInner struct {
IsConfigurable *bool `json:"isConfigurable,omitempty"`
}
-// NewProductDetailResponseIndicatorsInner instantiates a new ProductDetailResponseIndicatorsInner object
+// NewProductDetailResponseIndicators instantiates a new ProductDetailResponseIndicators object
// This constructor will assign default values to properties that have it defined,
// and makes sure properties required by API are set, but the set of arguments
// will change when the set of required properties is changed
-func NewProductDetailResponseIndicatorsInner() *ProductDetailResponseIndicatorsInner {
- this := ProductDetailResponseIndicatorsInner{}
+func NewProductDetailResponseIndicators() *ProductDetailResponseIndicators {
+ this := ProductDetailResponseIndicators{}
return &this
}
-// NewProductDetailResponseIndicatorsInnerWithDefaults instantiates a new ProductDetailResponseIndicatorsInner object
+// NewProductDetailResponseIndicatorsWithDefaults instantiates a new ProductDetailResponseIndicators object
// This constructor will only assign default values to properties that have it defined,
// but it doesn't guarantee that properties required by API are set
-func NewProductDetailResponseIndicatorsInnerWithDefaults() *ProductDetailResponseIndicatorsInner {
- this := ProductDetailResponseIndicatorsInner{}
+func NewProductDetailResponseIndicatorsWithDefaults() *ProductDetailResponseIndicators {
+ this := ProductDetailResponseIndicators{}
return &this
}
// GetHasWarranty returns the HasWarranty field value if set, zero value otherwise.
-func (o *ProductDetailResponseIndicatorsInner) GetHasWarranty() bool {
+func (o *ProductDetailResponseIndicators) GetHasWarranty() bool {
if o == nil || IsNil(o.HasWarranty) {
var ret bool
return ret
@@ -111,7 +111,7 @@ func (o *ProductDetailResponseIndicatorsInner) GetHasWarranty() bool {
// GetHasWarrantyOk returns a tuple with the HasWarranty field value if set, nil otherwise
// and a boolean to check if the value has been set.
-func (o *ProductDetailResponseIndicatorsInner) GetHasWarrantyOk() (*bool, bool) {
+func (o *ProductDetailResponseIndicators) GetHasWarrantyOk() (*bool, bool) {
if o == nil || IsNil(o.HasWarranty) {
return nil, false
}
@@ -119,7 +119,7 @@ func (o *ProductDetailResponseIndicatorsInner) GetHasWarrantyOk() (*bool, bool)
}
// HasHasWarranty returns a boolean if a field has been set.
-func (o *ProductDetailResponseIndicatorsInner) HasHasWarranty() bool {
+func (o *ProductDetailResponseIndicators) HasHasWarranty() bool {
if o != nil && !IsNil(o.HasWarranty) {
return true
}
@@ -128,12 +128,12 @@ func (o *ProductDetailResponseIndicatorsInner) HasHasWarranty() bool {
}
// SetHasWarranty gets a reference to the given bool and assigns it to the HasWarranty field.
-func (o *ProductDetailResponseIndicatorsInner) SetHasWarranty(v bool) {
+func (o *ProductDetailResponseIndicators) SetHasWarranty(v bool) {
o.HasWarranty = &v
}
// GetIsNewProduct returns the IsNewProduct field value if set, zero value otherwise.
-func (o *ProductDetailResponseIndicatorsInner) GetIsNewProduct() bool {
+func (o *ProductDetailResponseIndicators) GetIsNewProduct() bool {
if o == nil || IsNil(o.IsNewProduct) {
var ret bool
return ret
@@ -143,7 +143,7 @@ func (o *ProductDetailResponseIndicatorsInner) GetIsNewProduct() bool {
// GetIsNewProductOk returns a tuple with the IsNewProduct field value if set, nil otherwise
// and a boolean to check if the value has been set.
-func (o *ProductDetailResponseIndicatorsInner) GetIsNewProductOk() (*bool, bool) {
+func (o *ProductDetailResponseIndicators) GetIsNewProductOk() (*bool, bool) {
if o == nil || IsNil(o.IsNewProduct) {
return nil, false
}
@@ -151,7 +151,7 @@ func (o *ProductDetailResponseIndicatorsInner) GetIsNewProductOk() (*bool, bool)
}
// HasIsNewProduct returns a boolean if a field has been set.
-func (o *ProductDetailResponseIndicatorsInner) HasIsNewProduct() bool {
+func (o *ProductDetailResponseIndicators) HasIsNewProduct() bool {
if o != nil && !IsNil(o.IsNewProduct) {
return true
}
@@ -160,12 +160,12 @@ func (o *ProductDetailResponseIndicatorsInner) HasIsNewProduct() bool {
}
// SetIsNewProduct gets a reference to the given bool and assigns it to the IsNewProduct field.
-func (o *ProductDetailResponseIndicatorsInner) SetIsNewProduct(v bool) {
+func (o *ProductDetailResponseIndicators) SetIsNewProduct(v bool) {
o.IsNewProduct = &v
}
// GetHasReturnLimits returns the HasReturnLimits field value if set, zero value otherwise.
-func (o *ProductDetailResponseIndicatorsInner) GetHasReturnLimits() bool {
+func (o *ProductDetailResponseIndicators) GetHasReturnLimits() bool {
if o == nil || IsNil(o.HasReturnLimits) {
var ret bool
return ret
@@ -175,7 +175,7 @@ func (o *ProductDetailResponseIndicatorsInner) GetHasReturnLimits() bool {
// GetHasReturnLimitsOk returns a tuple with the HasReturnLimits field value if set, nil otherwise
// and a boolean to check if the value has been set.
-func (o *ProductDetailResponseIndicatorsInner) GetHasReturnLimitsOk() (*bool, bool) {
+func (o *ProductDetailResponseIndicators) GetHasReturnLimitsOk() (*bool, bool) {
if o == nil || IsNil(o.HasReturnLimits) {
return nil, false
}
@@ -183,7 +183,7 @@ func (o *ProductDetailResponseIndicatorsInner) GetHasReturnLimitsOk() (*bool, bo
}
// HasHasReturnLimits returns a boolean if a field has been set.
-func (o *ProductDetailResponseIndicatorsInner) HasHasReturnLimits() bool {
+func (o *ProductDetailResponseIndicators) HasHasReturnLimits() bool {
if o != nil && !IsNil(o.HasReturnLimits) {
return true
}
@@ -192,12 +192,12 @@ func (o *ProductDetailResponseIndicatorsInner) HasHasReturnLimits() bool {
}
// SetHasReturnLimits gets a reference to the given bool and assigns it to the HasReturnLimits field.
-func (o *ProductDetailResponseIndicatorsInner) SetHasReturnLimits(v bool) {
+func (o *ProductDetailResponseIndicators) SetHasReturnLimits(v bool) {
o.HasReturnLimits = &v
}
// GetIsBackOrderAllowed returns the IsBackOrderAllowed field value if set, zero value otherwise.
-func (o *ProductDetailResponseIndicatorsInner) GetIsBackOrderAllowed() bool {
+func (o *ProductDetailResponseIndicators) GetIsBackOrderAllowed() bool {
if o == nil || IsNil(o.IsBackOrderAllowed) {
var ret bool
return ret
@@ -207,7 +207,7 @@ func (o *ProductDetailResponseIndicatorsInner) GetIsBackOrderAllowed() bool {
// GetIsBackOrderAllowedOk returns a tuple with the IsBackOrderAllowed field value if set, nil otherwise
// and a boolean to check if the value has been set.
-func (o *ProductDetailResponseIndicatorsInner) GetIsBackOrderAllowedOk() (*bool, bool) {
+func (o *ProductDetailResponseIndicators) GetIsBackOrderAllowedOk() (*bool, bool) {
if o == nil || IsNil(o.IsBackOrderAllowed) {
return nil, false
}
@@ -215,7 +215,7 @@ func (o *ProductDetailResponseIndicatorsInner) GetIsBackOrderAllowedOk() (*bool,
}
// HasIsBackOrderAllowed returns a boolean if a field has been set.
-func (o *ProductDetailResponseIndicatorsInner) HasIsBackOrderAllowed() bool {
+func (o *ProductDetailResponseIndicators) HasIsBackOrderAllowed() bool {
if o != nil && !IsNil(o.IsBackOrderAllowed) {
return true
}
@@ -224,12 +224,12 @@ func (o *ProductDetailResponseIndicatorsInner) HasIsBackOrderAllowed() bool {
}
// SetIsBackOrderAllowed gets a reference to the given bool and assigns it to the IsBackOrderAllowed field.
-func (o *ProductDetailResponseIndicatorsInner) SetIsBackOrderAllowed(v bool) {
+func (o *ProductDetailResponseIndicators) SetIsBackOrderAllowed(v bool) {
o.IsBackOrderAllowed = &v
}
// GetIsShippedFromPartner returns the IsShippedFromPartner field value if set, zero value otherwise.
-func (o *ProductDetailResponseIndicatorsInner) GetIsShippedFromPartner() bool {
+func (o *ProductDetailResponseIndicators) GetIsShippedFromPartner() bool {
if o == nil || IsNil(o.IsShippedFromPartner) {
var ret bool
return ret
@@ -239,7 +239,7 @@ func (o *ProductDetailResponseIndicatorsInner) GetIsShippedFromPartner() bool {
// GetIsShippedFromPartnerOk returns a tuple with the IsShippedFromPartner field value if set, nil otherwise
// and a boolean to check if the value has been set.
-func (o *ProductDetailResponseIndicatorsInner) GetIsShippedFromPartnerOk() (*bool, bool) {
+func (o *ProductDetailResponseIndicators) GetIsShippedFromPartnerOk() (*bool, bool) {
if o == nil || IsNil(o.IsShippedFromPartner) {
return nil, false
}
@@ -247,7 +247,7 @@ func (o *ProductDetailResponseIndicatorsInner) GetIsShippedFromPartnerOk() (*boo
}
// HasIsShippedFromPartner returns a boolean if a field has been set.
-func (o *ProductDetailResponseIndicatorsInner) HasIsShippedFromPartner() bool {
+func (o *ProductDetailResponseIndicators) HasIsShippedFromPartner() bool {
if o != nil && !IsNil(o.IsShippedFromPartner) {
return true
}
@@ -256,12 +256,12 @@ func (o *ProductDetailResponseIndicatorsInner) HasIsShippedFromPartner() bool {
}
// SetIsShippedFromPartner gets a reference to the given bool and assigns it to the IsShippedFromPartner field.
-func (o *ProductDetailResponseIndicatorsInner) SetIsShippedFromPartner(v bool) {
+func (o *ProductDetailResponseIndicators) SetIsShippedFromPartner(v bool) {
o.IsShippedFromPartner = &v
}
// GetIsReplacementProduct returns the IsReplacementProduct field value if set, zero value otherwise.
-func (o *ProductDetailResponseIndicatorsInner) GetIsReplacementProduct() bool {
+func (o *ProductDetailResponseIndicators) GetIsReplacementProduct() bool {
if o == nil || IsNil(o.IsReplacementProduct) {
var ret bool
return ret
@@ -271,7 +271,7 @@ func (o *ProductDetailResponseIndicatorsInner) GetIsReplacementProduct() bool {
// GetIsReplacementProductOk returns a tuple with the IsReplacementProduct field value if set, nil otherwise
// and a boolean to check if the value has been set.
-func (o *ProductDetailResponseIndicatorsInner) GetIsReplacementProductOk() (*bool, bool) {
+func (o *ProductDetailResponseIndicators) GetIsReplacementProductOk() (*bool, bool) {
if o == nil || IsNil(o.IsReplacementProduct) {
return nil, false
}
@@ -279,7 +279,7 @@ func (o *ProductDetailResponseIndicatorsInner) GetIsReplacementProductOk() (*boo
}
// HasIsReplacementProduct returns a boolean if a field has been set.
-func (o *ProductDetailResponseIndicatorsInner) HasIsReplacementProduct() bool {
+func (o *ProductDetailResponseIndicators) HasIsReplacementProduct() bool {
if o != nil && !IsNil(o.IsReplacementProduct) {
return true
}
@@ -288,12 +288,12 @@ func (o *ProductDetailResponseIndicatorsInner) HasIsReplacementProduct() bool {
}
// SetIsReplacementProduct gets a reference to the given bool and assigns it to the IsReplacementProduct field.
-func (o *ProductDetailResponseIndicatorsInner) SetIsReplacementProduct(v bool) {
+func (o *ProductDetailResponseIndicators) SetIsReplacementProduct(v bool) {
o.IsReplacementProduct = &v
}
// GetIsDirectship returns the IsDirectship field value if set, zero value otherwise.
-func (o *ProductDetailResponseIndicatorsInner) GetIsDirectship() bool {
+func (o *ProductDetailResponseIndicators) GetIsDirectship() bool {
if o == nil || IsNil(o.IsDirectship) {
var ret bool
return ret
@@ -303,7 +303,7 @@ func (o *ProductDetailResponseIndicatorsInner) GetIsDirectship() bool {
// GetIsDirectshipOk returns a tuple with the IsDirectship field value if set, nil otherwise
// and a boolean to check if the value has been set.
-func (o *ProductDetailResponseIndicatorsInner) GetIsDirectshipOk() (*bool, bool) {
+func (o *ProductDetailResponseIndicators) GetIsDirectshipOk() (*bool, bool) {
if o == nil || IsNil(o.IsDirectship) {
return nil, false
}
@@ -311,7 +311,7 @@ func (o *ProductDetailResponseIndicatorsInner) GetIsDirectshipOk() (*bool, bool)
}
// HasIsDirectship returns a boolean if a field has been set.
-func (o *ProductDetailResponseIndicatorsInner) HasIsDirectship() bool {
+func (o *ProductDetailResponseIndicators) HasIsDirectship() bool {
if o != nil && !IsNil(o.IsDirectship) {
return true
}
@@ -320,12 +320,12 @@ func (o *ProductDetailResponseIndicatorsInner) HasIsDirectship() bool {
}
// SetIsDirectship gets a reference to the given bool and assigns it to the IsDirectship field.
-func (o *ProductDetailResponseIndicatorsInner) SetIsDirectship(v bool) {
+func (o *ProductDetailResponseIndicators) SetIsDirectship(v bool) {
o.IsDirectship = &v
}
// GetIsDownloadable returns the IsDownloadable field value if set, zero value otherwise.
-func (o *ProductDetailResponseIndicatorsInner) GetIsDownloadable() bool {
+func (o *ProductDetailResponseIndicators) GetIsDownloadable() bool {
if o == nil || IsNil(o.IsDownloadable) {
var ret bool
return ret
@@ -335,7 +335,7 @@ func (o *ProductDetailResponseIndicatorsInner) GetIsDownloadable() bool {
// GetIsDownloadableOk returns a tuple with the IsDownloadable field value if set, nil otherwise
// and a boolean to check if the value has been set.
-func (o *ProductDetailResponseIndicatorsInner) GetIsDownloadableOk() (*bool, bool) {
+func (o *ProductDetailResponseIndicators) GetIsDownloadableOk() (*bool, bool) {
if o == nil || IsNil(o.IsDownloadable) {
return nil, false
}
@@ -343,7 +343,7 @@ func (o *ProductDetailResponseIndicatorsInner) GetIsDownloadableOk() (*bool, boo
}
// HasIsDownloadable returns a boolean if a field has been set.
-func (o *ProductDetailResponseIndicatorsInner) HasIsDownloadable() bool {
+func (o *ProductDetailResponseIndicators) HasIsDownloadable() bool {
if o != nil && !IsNil(o.IsDownloadable) {
return true
}
@@ -352,12 +352,12 @@ func (o *ProductDetailResponseIndicatorsInner) HasIsDownloadable() bool {
}
// SetIsDownloadable gets a reference to the given bool and assigns it to the IsDownloadable field.
-func (o *ProductDetailResponseIndicatorsInner) SetIsDownloadable(v bool) {
+func (o *ProductDetailResponseIndicators) SetIsDownloadable(v bool) {
o.IsDownloadable = &v
}
// GetIsDigitalType returns the IsDigitalType field value if set, zero value otherwise.
-func (o *ProductDetailResponseIndicatorsInner) GetIsDigitalType() bool {
+func (o *ProductDetailResponseIndicators) GetIsDigitalType() bool {
if o == nil || IsNil(o.IsDigitalType) {
var ret bool
return ret
@@ -367,7 +367,7 @@ func (o *ProductDetailResponseIndicatorsInner) GetIsDigitalType() bool {
// GetIsDigitalTypeOk returns a tuple with the IsDigitalType field value if set, nil otherwise
// and a boolean to check if the value has been set.
-func (o *ProductDetailResponseIndicatorsInner) GetIsDigitalTypeOk() (*bool, bool) {
+func (o *ProductDetailResponseIndicators) GetIsDigitalTypeOk() (*bool, bool) {
if o == nil || IsNil(o.IsDigitalType) {
return nil, false
}
@@ -375,7 +375,7 @@ func (o *ProductDetailResponseIndicatorsInner) GetIsDigitalTypeOk() (*bool, bool
}
// HasIsDigitalType returns a boolean if a field has been set.
-func (o *ProductDetailResponseIndicatorsInner) HasIsDigitalType() bool {
+func (o *ProductDetailResponseIndicators) HasIsDigitalType() bool {
if o != nil && !IsNil(o.IsDigitalType) {
return true
}
@@ -384,12 +384,12 @@ func (o *ProductDetailResponseIndicatorsInner) HasIsDigitalType() bool {
}
// SetIsDigitalType gets a reference to the given bool and assigns it to the IsDigitalType field.
-func (o *ProductDetailResponseIndicatorsInner) SetIsDigitalType(v bool) {
+func (o *ProductDetailResponseIndicators) SetIsDigitalType(v bool) {
o.IsDigitalType = &v
}
// GetSkuType returns the SkuType field value if set, zero value otherwise.
-func (o *ProductDetailResponseIndicatorsInner) GetSkuType() string {
+func (o *ProductDetailResponseIndicators) GetSkuType() string {
if o == nil || IsNil(o.SkuType) {
var ret string
return ret
@@ -399,7 +399,7 @@ func (o *ProductDetailResponseIndicatorsInner) GetSkuType() string {
// GetSkuTypeOk returns a tuple with the SkuType field value if set, nil otherwise
// and a boolean to check if the value has been set.
-func (o *ProductDetailResponseIndicatorsInner) GetSkuTypeOk() (*string, bool) {
+func (o *ProductDetailResponseIndicators) GetSkuTypeOk() (*string, bool) {
if o == nil || IsNil(o.SkuType) {
return nil, false
}
@@ -407,7 +407,7 @@ func (o *ProductDetailResponseIndicatorsInner) GetSkuTypeOk() (*string, bool) {
}
// HasSkuType returns a boolean if a field has been set.
-func (o *ProductDetailResponseIndicatorsInner) HasSkuType() bool {
+func (o *ProductDetailResponseIndicators) HasSkuType() bool {
if o != nil && !IsNil(o.SkuType) {
return true
}
@@ -416,12 +416,12 @@ func (o *ProductDetailResponseIndicatorsInner) HasSkuType() bool {
}
// SetSkuType gets a reference to the given string and assigns it to the SkuType field.
-func (o *ProductDetailResponseIndicatorsInner) SetSkuType(v string) {
+func (o *ProductDetailResponseIndicators) SetSkuType(v string) {
o.SkuType = &v
}
// GetHasStdSpecialPrice returns the HasStdSpecialPrice field value if set, zero value otherwise.
-func (o *ProductDetailResponseIndicatorsInner) GetHasStdSpecialPrice() bool {
+func (o *ProductDetailResponseIndicators) GetHasStdSpecialPrice() bool {
if o == nil || IsNil(o.HasStdSpecialPrice) {
var ret bool
return ret
@@ -431,7 +431,7 @@ func (o *ProductDetailResponseIndicatorsInner) GetHasStdSpecialPrice() bool {
// GetHasStdSpecialPriceOk returns a tuple with the HasStdSpecialPrice field value if set, nil otherwise
// and a boolean to check if the value has been set.
-func (o *ProductDetailResponseIndicatorsInner) GetHasStdSpecialPriceOk() (*bool, bool) {
+func (o *ProductDetailResponseIndicators) GetHasStdSpecialPriceOk() (*bool, bool) {
if o == nil || IsNil(o.HasStdSpecialPrice) {
return nil, false
}
@@ -439,7 +439,7 @@ func (o *ProductDetailResponseIndicatorsInner) GetHasStdSpecialPriceOk() (*bool,
}
// HasHasStdSpecialPrice returns a boolean if a field has been set.
-func (o *ProductDetailResponseIndicatorsInner) HasHasStdSpecialPrice() bool {
+func (o *ProductDetailResponseIndicators) HasHasStdSpecialPrice() bool {
if o != nil && !IsNil(o.HasStdSpecialPrice) {
return true
}
@@ -448,12 +448,12 @@ func (o *ProductDetailResponseIndicatorsInner) HasHasStdSpecialPrice() bool {
}
// SetHasStdSpecialPrice gets a reference to the given bool and assigns it to the HasStdSpecialPrice field.
-func (o *ProductDetailResponseIndicatorsInner) SetHasStdSpecialPrice(v bool) {
+func (o *ProductDetailResponseIndicators) SetHasStdSpecialPrice(v bool) {
o.HasStdSpecialPrice = &v
}
// GetHasAcopSpecialPrice returns the HasAcopSpecialPrice field value if set, zero value otherwise.
-func (o *ProductDetailResponseIndicatorsInner) GetHasAcopSpecialPrice() bool {
+func (o *ProductDetailResponseIndicators) GetHasAcopSpecialPrice() bool {
if o == nil || IsNil(o.HasAcopSpecialPrice) {
var ret bool
return ret
@@ -463,7 +463,7 @@ func (o *ProductDetailResponseIndicatorsInner) GetHasAcopSpecialPrice() bool {
// GetHasAcopSpecialPriceOk returns a tuple with the HasAcopSpecialPrice field value if set, nil otherwise
// and a boolean to check if the value has been set.
-func (o *ProductDetailResponseIndicatorsInner) GetHasAcopSpecialPriceOk() (*bool, bool) {
+func (o *ProductDetailResponseIndicators) GetHasAcopSpecialPriceOk() (*bool, bool) {
if o == nil || IsNil(o.HasAcopSpecialPrice) {
return nil, false
}
@@ -471,7 +471,7 @@ func (o *ProductDetailResponseIndicatorsInner) GetHasAcopSpecialPriceOk() (*bool
}
// HasHasAcopSpecialPrice returns a boolean if a field has been set.
-func (o *ProductDetailResponseIndicatorsInner) HasHasAcopSpecialPrice() bool {
+func (o *ProductDetailResponseIndicators) HasHasAcopSpecialPrice() bool {
if o != nil && !IsNil(o.HasAcopSpecialPrice) {
return true
}
@@ -480,12 +480,12 @@ func (o *ProductDetailResponseIndicatorsInner) HasHasAcopSpecialPrice() bool {
}
// SetHasAcopSpecialPrice gets a reference to the given bool and assigns it to the HasAcopSpecialPrice field.
-func (o *ProductDetailResponseIndicatorsInner) SetHasAcopSpecialPrice(v bool) {
+func (o *ProductDetailResponseIndicators) SetHasAcopSpecialPrice(v bool) {
o.HasAcopSpecialPrice = &v
}
// GetHasAcopQuantityBreak returns the HasAcopQuantityBreak field value if set, zero value otherwise.
-func (o *ProductDetailResponseIndicatorsInner) GetHasAcopQuantityBreak() bool {
+func (o *ProductDetailResponseIndicators) GetHasAcopQuantityBreak() bool {
if o == nil || IsNil(o.HasAcopQuantityBreak) {
var ret bool
return ret
@@ -495,7 +495,7 @@ func (o *ProductDetailResponseIndicatorsInner) GetHasAcopQuantityBreak() bool {
// GetHasAcopQuantityBreakOk returns a tuple with the HasAcopQuantityBreak field value if set, nil otherwise
// and a boolean to check if the value has been set.
-func (o *ProductDetailResponseIndicatorsInner) GetHasAcopQuantityBreakOk() (*bool, bool) {
+func (o *ProductDetailResponseIndicators) GetHasAcopQuantityBreakOk() (*bool, bool) {
if o == nil || IsNil(o.HasAcopQuantityBreak) {
return nil, false
}
@@ -503,7 +503,7 @@ func (o *ProductDetailResponseIndicatorsInner) GetHasAcopQuantityBreakOk() (*boo
}
// HasHasAcopQuantityBreak returns a boolean if a field has been set.
-func (o *ProductDetailResponseIndicatorsInner) HasHasAcopQuantityBreak() bool {
+func (o *ProductDetailResponseIndicators) HasHasAcopQuantityBreak() bool {
if o != nil && !IsNil(o.HasAcopQuantityBreak) {
return true
}
@@ -512,12 +512,12 @@ func (o *ProductDetailResponseIndicatorsInner) HasHasAcopQuantityBreak() bool {
}
// SetHasAcopQuantityBreak gets a reference to the given bool and assigns it to the HasAcopQuantityBreak field.
-func (o *ProductDetailResponseIndicatorsInner) SetHasAcopQuantityBreak(v bool) {
+func (o *ProductDetailResponseIndicators) SetHasAcopQuantityBreak(v bool) {
o.HasAcopQuantityBreak = &v
}
// GetHasStdWebDiscount returns the HasStdWebDiscount field value if set, zero value otherwise.
-func (o *ProductDetailResponseIndicatorsInner) GetHasStdWebDiscount() bool {
+func (o *ProductDetailResponseIndicators) GetHasStdWebDiscount() bool {
if o == nil || IsNil(o.HasStdWebDiscount) {
var ret bool
return ret
@@ -527,7 +527,7 @@ func (o *ProductDetailResponseIndicatorsInner) GetHasStdWebDiscount() bool {
// GetHasStdWebDiscountOk returns a tuple with the HasStdWebDiscount field value if set, nil otherwise
// and a boolean to check if the value has been set.
-func (o *ProductDetailResponseIndicatorsInner) GetHasStdWebDiscountOk() (*bool, bool) {
+func (o *ProductDetailResponseIndicators) GetHasStdWebDiscountOk() (*bool, bool) {
if o == nil || IsNil(o.HasStdWebDiscount) {
return nil, false
}
@@ -535,7 +535,7 @@ func (o *ProductDetailResponseIndicatorsInner) GetHasStdWebDiscountOk() (*bool,
}
// HasHasStdWebDiscount returns a boolean if a field has been set.
-func (o *ProductDetailResponseIndicatorsInner) HasHasStdWebDiscount() bool {
+func (o *ProductDetailResponseIndicators) HasHasStdWebDiscount() bool {
if o != nil && !IsNil(o.HasStdWebDiscount) {
return true
}
@@ -544,12 +544,12 @@ func (o *ProductDetailResponseIndicatorsInner) HasHasStdWebDiscount() bool {
}
// SetHasStdWebDiscount gets a reference to the given bool and assigns it to the HasStdWebDiscount field.
-func (o *ProductDetailResponseIndicatorsInner) SetHasStdWebDiscount(v bool) {
+func (o *ProductDetailResponseIndicators) SetHasStdWebDiscount(v bool) {
o.HasStdWebDiscount = &v
}
// GetHasSpecialBid returns the HasSpecialBid field value if set, zero value otherwise.
-func (o *ProductDetailResponseIndicatorsInner) GetHasSpecialBid() bool {
+func (o *ProductDetailResponseIndicators) GetHasSpecialBid() bool {
if o == nil || IsNil(o.HasSpecialBid) {
var ret bool
return ret
@@ -559,7 +559,7 @@ func (o *ProductDetailResponseIndicatorsInner) GetHasSpecialBid() bool {
// GetHasSpecialBidOk returns a tuple with the HasSpecialBid field value if set, nil otherwise
// and a boolean to check if the value has been set.
-func (o *ProductDetailResponseIndicatorsInner) GetHasSpecialBidOk() (*bool, bool) {
+func (o *ProductDetailResponseIndicators) GetHasSpecialBidOk() (*bool, bool) {
if o == nil || IsNil(o.HasSpecialBid) {
return nil, false
}
@@ -567,7 +567,7 @@ func (o *ProductDetailResponseIndicatorsInner) GetHasSpecialBidOk() (*bool, bool
}
// HasHasSpecialBid returns a boolean if a field has been set.
-func (o *ProductDetailResponseIndicatorsInner) HasHasSpecialBid() bool {
+func (o *ProductDetailResponseIndicators) HasHasSpecialBid() bool {
if o != nil && !IsNil(o.HasSpecialBid) {
return true
}
@@ -576,12 +576,12 @@ func (o *ProductDetailResponseIndicatorsInner) HasHasSpecialBid() bool {
}
// SetHasSpecialBid gets a reference to the given bool and assigns it to the HasSpecialBid field.
-func (o *ProductDetailResponseIndicatorsInner) SetHasSpecialBid(v bool) {
+func (o *ProductDetailResponseIndicators) SetHasSpecialBid(v bool) {
o.HasSpecialBid = &v
}
// GetIsExportableToCountry returns the IsExportableToCountry field value if set, zero value otherwise.
-func (o *ProductDetailResponseIndicatorsInner) GetIsExportableToCountry() bool {
+func (o *ProductDetailResponseIndicators) GetIsExportableToCountry() bool {
if o == nil || IsNil(o.IsExportableToCountry) {
var ret bool
return ret
@@ -591,7 +591,7 @@ func (o *ProductDetailResponseIndicatorsInner) GetIsExportableToCountry() bool {
// GetIsExportableToCountryOk returns a tuple with the IsExportableToCountry field value if set, nil otherwise
// and a boolean to check if the value has been set.
-func (o *ProductDetailResponseIndicatorsInner) GetIsExportableToCountryOk() (*bool, bool) {
+func (o *ProductDetailResponseIndicators) GetIsExportableToCountryOk() (*bool, bool) {
if o == nil || IsNil(o.IsExportableToCountry) {
return nil, false
}
@@ -599,7 +599,7 @@ func (o *ProductDetailResponseIndicatorsInner) GetIsExportableToCountryOk() (*bo
}
// HasIsExportableToCountry returns a boolean if a field has been set.
-func (o *ProductDetailResponseIndicatorsInner) HasIsExportableToCountry() bool {
+func (o *ProductDetailResponseIndicators) HasIsExportableToCountry() bool {
if o != nil && !IsNil(o.IsExportableToCountry) {
return true
}
@@ -608,12 +608,12 @@ func (o *ProductDetailResponseIndicatorsInner) HasIsExportableToCountry() bool {
}
// SetIsExportableToCountry gets a reference to the given bool and assigns it to the IsExportableToCountry field.
-func (o *ProductDetailResponseIndicatorsInner) SetIsExportableToCountry(v bool) {
+func (o *ProductDetailResponseIndicators) SetIsExportableToCountry(v bool) {
o.IsExportableToCountry = &v
}
// GetIsDiscontinuedProduct returns the IsDiscontinuedProduct field value if set, zero value otherwise.
-func (o *ProductDetailResponseIndicatorsInner) GetIsDiscontinuedProduct() bool {
+func (o *ProductDetailResponseIndicators) GetIsDiscontinuedProduct() bool {
if o == nil || IsNil(o.IsDiscontinuedProduct) {
var ret bool
return ret
@@ -623,7 +623,7 @@ func (o *ProductDetailResponseIndicatorsInner) GetIsDiscontinuedProduct() bool {
// GetIsDiscontinuedProductOk returns a tuple with the IsDiscontinuedProduct field value if set, nil otherwise
// and a boolean to check if the value has been set.
-func (o *ProductDetailResponseIndicatorsInner) GetIsDiscontinuedProductOk() (*bool, bool) {
+func (o *ProductDetailResponseIndicators) GetIsDiscontinuedProductOk() (*bool, bool) {
if o == nil || IsNil(o.IsDiscontinuedProduct) {
return nil, false
}
@@ -631,7 +631,7 @@ func (o *ProductDetailResponseIndicatorsInner) GetIsDiscontinuedProductOk() (*bo
}
// HasIsDiscontinuedProduct returns a boolean if a field has been set.
-func (o *ProductDetailResponseIndicatorsInner) HasIsDiscontinuedProduct() bool {
+func (o *ProductDetailResponseIndicators) HasIsDiscontinuedProduct() bool {
if o != nil && !IsNil(o.IsDiscontinuedProduct) {
return true
}
@@ -640,12 +640,12 @@ func (o *ProductDetailResponseIndicatorsInner) HasIsDiscontinuedProduct() bool {
}
// SetIsDiscontinuedProduct gets a reference to the given bool and assigns it to the IsDiscontinuedProduct field.
-func (o *ProductDetailResponseIndicatorsInner) SetIsDiscontinuedProduct(v bool) {
+func (o *ProductDetailResponseIndicators) SetIsDiscontinuedProduct(v bool) {
o.IsDiscontinuedProduct = &v
}
// GetIsRefurbishedProduct returns the IsRefurbishedProduct field value if set, zero value otherwise.
-func (o *ProductDetailResponseIndicatorsInner) GetIsRefurbishedProduct() bool {
+func (o *ProductDetailResponseIndicators) GetIsRefurbishedProduct() bool {
if o == nil || IsNil(o.IsRefurbishedProduct) {
var ret bool
return ret
@@ -655,7 +655,7 @@ func (o *ProductDetailResponseIndicatorsInner) GetIsRefurbishedProduct() bool {
// GetIsRefurbishedProductOk returns a tuple with the IsRefurbishedProduct field value if set, nil otherwise
// and a boolean to check if the value has been set.
-func (o *ProductDetailResponseIndicatorsInner) GetIsRefurbishedProductOk() (*bool, bool) {
+func (o *ProductDetailResponseIndicators) GetIsRefurbishedProductOk() (*bool, bool) {
if o == nil || IsNil(o.IsRefurbishedProduct) {
return nil, false
}
@@ -663,7 +663,7 @@ func (o *ProductDetailResponseIndicatorsInner) GetIsRefurbishedProductOk() (*boo
}
// HasIsRefurbishedProduct returns a boolean if a field has been set.
-func (o *ProductDetailResponseIndicatorsInner) HasIsRefurbishedProduct() bool {
+func (o *ProductDetailResponseIndicators) HasIsRefurbishedProduct() bool {
if o != nil && !IsNil(o.IsRefurbishedProduct) {
return true
}
@@ -672,12 +672,12 @@ func (o *ProductDetailResponseIndicatorsInner) HasIsRefurbishedProduct() bool {
}
// SetIsRefurbishedProduct gets a reference to the given bool and assigns it to the IsRefurbishedProduct field.
-func (o *ProductDetailResponseIndicatorsInner) SetIsRefurbishedProduct(v bool) {
+func (o *ProductDetailResponseIndicators) SetIsRefurbishedProduct(v bool) {
o.IsRefurbishedProduct = &v
}
// GetIsReturnableProduct returns the IsReturnableProduct field value if set, zero value otherwise.
-func (o *ProductDetailResponseIndicatorsInner) GetIsReturnableProduct() bool {
+func (o *ProductDetailResponseIndicators) GetIsReturnableProduct() bool {
if o == nil || IsNil(o.IsReturnableProduct) {
var ret bool
return ret
@@ -687,7 +687,7 @@ func (o *ProductDetailResponseIndicatorsInner) GetIsReturnableProduct() bool {
// GetIsReturnableProductOk returns a tuple with the IsReturnableProduct field value if set, nil otherwise
// and a boolean to check if the value has been set.
-func (o *ProductDetailResponseIndicatorsInner) GetIsReturnableProductOk() (*bool, bool) {
+func (o *ProductDetailResponseIndicators) GetIsReturnableProductOk() (*bool, bool) {
if o == nil || IsNil(o.IsReturnableProduct) {
return nil, false
}
@@ -695,7 +695,7 @@ func (o *ProductDetailResponseIndicatorsInner) GetIsReturnableProductOk() (*bool
}
// HasIsReturnableProduct returns a boolean if a field has been set.
-func (o *ProductDetailResponseIndicatorsInner) HasIsReturnableProduct() bool {
+func (o *ProductDetailResponseIndicators) HasIsReturnableProduct() bool {
if o != nil && !IsNil(o.IsReturnableProduct) {
return true
}
@@ -704,12 +704,12 @@ func (o *ProductDetailResponseIndicatorsInner) HasIsReturnableProduct() bool {
}
// SetIsReturnableProduct gets a reference to the given bool and assigns it to the IsReturnableProduct field.
-func (o *ProductDetailResponseIndicatorsInner) SetIsReturnableProduct(v bool) {
+func (o *ProductDetailResponseIndicators) SetIsReturnableProduct(v bool) {
o.IsReturnableProduct = &v
}
// GetIsIngramShip returns the IsIngramShip field value if set, zero value otherwise.
-func (o *ProductDetailResponseIndicatorsInner) GetIsIngramShip() bool {
+func (o *ProductDetailResponseIndicators) GetIsIngramShip() bool {
if o == nil || IsNil(o.IsIngramShip) {
var ret bool
return ret
@@ -719,7 +719,7 @@ func (o *ProductDetailResponseIndicatorsInner) GetIsIngramShip() bool {
// GetIsIngramShipOk returns a tuple with the IsIngramShip field value if set, nil otherwise
// and a boolean to check if the value has been set.
-func (o *ProductDetailResponseIndicatorsInner) GetIsIngramShipOk() (*bool, bool) {
+func (o *ProductDetailResponseIndicators) GetIsIngramShipOk() (*bool, bool) {
if o == nil || IsNil(o.IsIngramShip) {
return nil, false
}
@@ -727,7 +727,7 @@ func (o *ProductDetailResponseIndicatorsInner) GetIsIngramShipOk() (*bool, bool)
}
// HasIsIngramShip returns a boolean if a field has been set.
-func (o *ProductDetailResponseIndicatorsInner) HasIsIngramShip() bool {
+func (o *ProductDetailResponseIndicators) HasIsIngramShip() bool {
if o != nil && !IsNil(o.IsIngramShip) {
return true
}
@@ -736,12 +736,12 @@ func (o *ProductDetailResponseIndicatorsInner) HasIsIngramShip() bool {
}
// SetIsIngramShip gets a reference to the given bool and assigns it to the IsIngramShip field.
-func (o *ProductDetailResponseIndicatorsInner) SetIsIngramShip(v bool) {
+func (o *ProductDetailResponseIndicators) SetIsIngramShip(v bool) {
o.IsIngramShip = &v
}
// GetIsEnduserRequired returns the IsEnduserRequired field value if set, zero value otherwise.
-func (o *ProductDetailResponseIndicatorsInner) GetIsEnduserRequired() bool {
+func (o *ProductDetailResponseIndicators) GetIsEnduserRequired() bool {
if o == nil || IsNil(o.IsEnduserRequired) {
var ret bool
return ret
@@ -751,7 +751,7 @@ func (o *ProductDetailResponseIndicatorsInner) GetIsEnduserRequired() bool {
// GetIsEnduserRequiredOk returns a tuple with the IsEnduserRequired field value if set, nil otherwise
// and a boolean to check if the value has been set.
-func (o *ProductDetailResponseIndicatorsInner) GetIsEnduserRequiredOk() (*bool, bool) {
+func (o *ProductDetailResponseIndicators) GetIsEnduserRequiredOk() (*bool, bool) {
if o == nil || IsNil(o.IsEnduserRequired) {
return nil, false
}
@@ -759,7 +759,7 @@ func (o *ProductDetailResponseIndicatorsInner) GetIsEnduserRequiredOk() (*bool,
}
// HasIsEnduserRequired returns a boolean if a field has been set.
-func (o *ProductDetailResponseIndicatorsInner) HasIsEnduserRequired() bool {
+func (o *ProductDetailResponseIndicators) HasIsEnduserRequired() bool {
if o != nil && !IsNil(o.IsEnduserRequired) {
return true
}
@@ -768,12 +768,12 @@ func (o *ProductDetailResponseIndicatorsInner) HasIsEnduserRequired() bool {
}
// SetIsEnduserRequired gets a reference to the given bool and assigns it to the IsEnduserRequired field.
-func (o *ProductDetailResponseIndicatorsInner) SetIsEnduserRequired(v bool) {
+func (o *ProductDetailResponseIndicators) SetIsEnduserRequired(v bool) {
o.IsEnduserRequired = &v
}
// GetIsHeavyWeight returns the IsHeavyWeight field value if set, zero value otherwise.
-func (o *ProductDetailResponseIndicatorsInner) GetIsHeavyWeight() bool {
+func (o *ProductDetailResponseIndicators) GetIsHeavyWeight() bool {
if o == nil || IsNil(o.IsHeavyWeight) {
var ret bool
return ret
@@ -783,7 +783,7 @@ func (o *ProductDetailResponseIndicatorsInner) GetIsHeavyWeight() bool {
// GetIsHeavyWeightOk returns a tuple with the IsHeavyWeight field value if set, nil otherwise
// and a boolean to check if the value has been set.
-func (o *ProductDetailResponseIndicatorsInner) GetIsHeavyWeightOk() (*bool, bool) {
+func (o *ProductDetailResponseIndicators) GetIsHeavyWeightOk() (*bool, bool) {
if o == nil || IsNil(o.IsHeavyWeight) {
return nil, false
}
@@ -791,7 +791,7 @@ func (o *ProductDetailResponseIndicatorsInner) GetIsHeavyWeightOk() (*bool, bool
}
// HasIsHeavyWeight returns a boolean if a field has been set.
-func (o *ProductDetailResponseIndicatorsInner) HasIsHeavyWeight() bool {
+func (o *ProductDetailResponseIndicators) HasIsHeavyWeight() bool {
if o != nil && !IsNil(o.IsHeavyWeight) {
return true
}
@@ -800,12 +800,12 @@ func (o *ProductDetailResponseIndicatorsInner) HasIsHeavyWeight() bool {
}
// SetIsHeavyWeight gets a reference to the given bool and assigns it to the IsHeavyWeight field.
-func (o *ProductDetailResponseIndicatorsInner) SetIsHeavyWeight(v bool) {
+func (o *ProductDetailResponseIndicators) SetIsHeavyWeight(v bool) {
o.IsHeavyWeight = &v
}
// GetHasLtl returns the HasLtl field value if set, zero value otherwise.
-func (o *ProductDetailResponseIndicatorsInner) GetHasLtl() bool {
+func (o *ProductDetailResponseIndicators) GetHasLtl() bool {
if o == nil || IsNil(o.HasLtl) {
var ret bool
return ret
@@ -815,7 +815,7 @@ func (o *ProductDetailResponseIndicatorsInner) GetHasLtl() bool {
// GetHasLtlOk returns a tuple with the HasLtl field value if set, nil otherwise
// and a boolean to check if the value has been set.
-func (o *ProductDetailResponseIndicatorsInner) GetHasLtlOk() (*bool, bool) {
+func (o *ProductDetailResponseIndicators) GetHasLtlOk() (*bool, bool) {
if o == nil || IsNil(o.HasLtl) {
return nil, false
}
@@ -823,7 +823,7 @@ func (o *ProductDetailResponseIndicatorsInner) GetHasLtlOk() (*bool, bool) {
}
// HasHasLtl returns a boolean if a field has been set.
-func (o *ProductDetailResponseIndicatorsInner) HasHasLtl() bool {
+func (o *ProductDetailResponseIndicators) HasHasLtl() bool {
if o != nil && !IsNil(o.HasLtl) {
return true
}
@@ -832,12 +832,12 @@ func (o *ProductDetailResponseIndicatorsInner) HasHasLtl() bool {
}
// SetHasLtl gets a reference to the given bool and assigns it to the HasLtl field.
-func (o *ProductDetailResponseIndicatorsInner) SetHasLtl(v bool) {
+func (o *ProductDetailResponseIndicators) SetHasLtl(v bool) {
o.HasLtl = &v
}
// GetIsClearanceProduct returns the IsClearanceProduct field value if set, zero value otherwise.
-func (o *ProductDetailResponseIndicatorsInner) GetIsClearanceProduct() bool {
+func (o *ProductDetailResponseIndicators) GetIsClearanceProduct() bool {
if o == nil || IsNil(o.IsClearanceProduct) {
var ret bool
return ret
@@ -847,7 +847,7 @@ func (o *ProductDetailResponseIndicatorsInner) GetIsClearanceProduct() bool {
// GetIsClearanceProductOk returns a tuple with the IsClearanceProduct field value if set, nil otherwise
// and a boolean to check if the value has been set.
-func (o *ProductDetailResponseIndicatorsInner) GetIsClearanceProductOk() (*bool, bool) {
+func (o *ProductDetailResponseIndicators) GetIsClearanceProductOk() (*bool, bool) {
if o == nil || IsNil(o.IsClearanceProduct) {
return nil, false
}
@@ -855,7 +855,7 @@ func (o *ProductDetailResponseIndicatorsInner) GetIsClearanceProductOk() (*bool,
}
// HasIsClearanceProduct returns a boolean if a field has been set.
-func (o *ProductDetailResponseIndicatorsInner) HasIsClearanceProduct() bool {
+func (o *ProductDetailResponseIndicators) HasIsClearanceProduct() bool {
if o != nil && !IsNil(o.IsClearanceProduct) {
return true
}
@@ -864,12 +864,12 @@ func (o *ProductDetailResponseIndicatorsInner) HasIsClearanceProduct() bool {
}
// SetIsClearanceProduct gets a reference to the given bool and assigns it to the IsClearanceProduct field.
-func (o *ProductDetailResponseIndicatorsInner) SetIsClearanceProduct(v bool) {
+func (o *ProductDetailResponseIndicators) SetIsClearanceProduct(v bool) {
o.IsClearanceProduct = &v
}
// GetHasBundle returns the HasBundle field value if set, zero value otherwise.
-func (o *ProductDetailResponseIndicatorsInner) GetHasBundle() bool {
+func (o *ProductDetailResponseIndicators) GetHasBundle() bool {
if o == nil || IsNil(o.HasBundle) {
var ret bool
return ret
@@ -879,7 +879,7 @@ func (o *ProductDetailResponseIndicatorsInner) GetHasBundle() bool {
// GetHasBundleOk returns a tuple with the HasBundle field value if set, nil otherwise
// and a boolean to check if the value has been set.
-func (o *ProductDetailResponseIndicatorsInner) GetHasBundleOk() (*bool, bool) {
+func (o *ProductDetailResponseIndicators) GetHasBundleOk() (*bool, bool) {
if o == nil || IsNil(o.HasBundle) {
return nil, false
}
@@ -887,7 +887,7 @@ func (o *ProductDetailResponseIndicatorsInner) GetHasBundleOk() (*bool, bool) {
}
// HasHasBundle returns a boolean if a field has been set.
-func (o *ProductDetailResponseIndicatorsInner) HasHasBundle() bool {
+func (o *ProductDetailResponseIndicators) HasHasBundle() bool {
if o != nil && !IsNil(o.HasBundle) {
return true
}
@@ -896,12 +896,12 @@ func (o *ProductDetailResponseIndicatorsInner) HasHasBundle() bool {
}
// SetHasBundle gets a reference to the given bool and assigns it to the HasBundle field.
-func (o *ProductDetailResponseIndicatorsInner) SetHasBundle(v bool) {
+func (o *ProductDetailResponseIndicators) SetHasBundle(v bool) {
o.HasBundle = &v
}
// GetIsOversizeProduct returns the IsOversizeProduct field value if set, zero value otherwise.
-func (o *ProductDetailResponseIndicatorsInner) GetIsOversizeProduct() bool {
+func (o *ProductDetailResponseIndicators) GetIsOversizeProduct() bool {
if o == nil || IsNil(o.IsOversizeProduct) {
var ret bool
return ret
@@ -911,7 +911,7 @@ func (o *ProductDetailResponseIndicatorsInner) GetIsOversizeProduct() bool {
// GetIsOversizeProductOk returns a tuple with the IsOversizeProduct field value if set, nil otherwise
// and a boolean to check if the value has been set.
-func (o *ProductDetailResponseIndicatorsInner) GetIsOversizeProductOk() (*bool, bool) {
+func (o *ProductDetailResponseIndicators) GetIsOversizeProductOk() (*bool, bool) {
if o == nil || IsNil(o.IsOversizeProduct) {
return nil, false
}
@@ -919,7 +919,7 @@ func (o *ProductDetailResponseIndicatorsInner) GetIsOversizeProductOk() (*bool,
}
// HasIsOversizeProduct returns a boolean if a field has been set.
-func (o *ProductDetailResponseIndicatorsInner) HasIsOversizeProduct() bool {
+func (o *ProductDetailResponseIndicators) HasIsOversizeProduct() bool {
if o != nil && !IsNil(o.IsOversizeProduct) {
return true
}
@@ -928,12 +928,12 @@ func (o *ProductDetailResponseIndicatorsInner) HasIsOversizeProduct() bool {
}
// SetIsOversizeProduct gets a reference to the given bool and assigns it to the IsOversizeProduct field.
-func (o *ProductDetailResponseIndicatorsInner) SetIsOversizeProduct(v bool) {
+func (o *ProductDetailResponseIndicators) SetIsOversizeProduct(v bool) {
o.IsOversizeProduct = &v
}
// GetIsPreorderProduct returns the IsPreorderProduct field value if set, zero value otherwise.
-func (o *ProductDetailResponseIndicatorsInner) GetIsPreorderProduct() bool {
+func (o *ProductDetailResponseIndicators) GetIsPreorderProduct() bool {
if o == nil || IsNil(o.IsPreorderProduct) {
var ret bool
return ret
@@ -943,7 +943,7 @@ func (o *ProductDetailResponseIndicatorsInner) GetIsPreorderProduct() bool {
// GetIsPreorderProductOk returns a tuple with the IsPreorderProduct field value if set, nil otherwise
// and a boolean to check if the value has been set.
-func (o *ProductDetailResponseIndicatorsInner) GetIsPreorderProductOk() (*bool, bool) {
+func (o *ProductDetailResponseIndicators) GetIsPreorderProductOk() (*bool, bool) {
if o == nil || IsNil(o.IsPreorderProduct) {
return nil, false
}
@@ -951,7 +951,7 @@ func (o *ProductDetailResponseIndicatorsInner) GetIsPreorderProductOk() (*bool,
}
// HasIsPreorderProduct returns a boolean if a field has been set.
-func (o *ProductDetailResponseIndicatorsInner) HasIsPreorderProduct() bool {
+func (o *ProductDetailResponseIndicators) HasIsPreorderProduct() bool {
if o != nil && !IsNil(o.IsPreorderProduct) {
return true
}
@@ -960,12 +960,12 @@ func (o *ProductDetailResponseIndicatorsInner) HasIsPreorderProduct() bool {
}
// SetIsPreorderProduct gets a reference to the given bool and assigns it to the IsPreorderProduct field.
-func (o *ProductDetailResponseIndicatorsInner) SetIsPreorderProduct(v bool) {
+func (o *ProductDetailResponseIndicators) SetIsPreorderProduct(v bool) {
o.IsPreorderProduct = &v
}
// GetIsLicenseProduct returns the IsLicenseProduct field value if set, zero value otherwise.
-func (o *ProductDetailResponseIndicatorsInner) GetIsLicenseProduct() bool {
+func (o *ProductDetailResponseIndicators) GetIsLicenseProduct() bool {
if o == nil || IsNil(o.IsLicenseProduct) {
var ret bool
return ret
@@ -975,7 +975,7 @@ func (o *ProductDetailResponseIndicatorsInner) GetIsLicenseProduct() bool {
// GetIsLicenseProductOk returns a tuple with the IsLicenseProduct field value if set, nil otherwise
// and a boolean to check if the value has been set.
-func (o *ProductDetailResponseIndicatorsInner) GetIsLicenseProductOk() (*bool, bool) {
+func (o *ProductDetailResponseIndicators) GetIsLicenseProductOk() (*bool, bool) {
if o == nil || IsNil(o.IsLicenseProduct) {
return nil, false
}
@@ -983,7 +983,7 @@ func (o *ProductDetailResponseIndicatorsInner) GetIsLicenseProductOk() (*bool, b
}
// HasIsLicenseProduct returns a boolean if a field has been set.
-func (o *ProductDetailResponseIndicatorsInner) HasIsLicenseProduct() bool {
+func (o *ProductDetailResponseIndicators) HasIsLicenseProduct() bool {
if o != nil && !IsNil(o.IsLicenseProduct) {
return true
}
@@ -992,12 +992,12 @@ func (o *ProductDetailResponseIndicatorsInner) HasIsLicenseProduct() bool {
}
// SetIsLicenseProduct gets a reference to the given bool and assigns it to the IsLicenseProduct field.
-func (o *ProductDetailResponseIndicatorsInner) SetIsLicenseProduct(v bool) {
+func (o *ProductDetailResponseIndicators) SetIsLicenseProduct(v bool) {
o.IsLicenseProduct = &v
}
// GetIsDirectshipOrderable returns the IsDirectshipOrderable field value if set, zero value otherwise.
-func (o *ProductDetailResponseIndicatorsInner) GetIsDirectshipOrderable() bool {
+func (o *ProductDetailResponseIndicators) GetIsDirectshipOrderable() bool {
if o == nil || IsNil(o.IsDirectshipOrderable) {
var ret bool
return ret
@@ -1007,7 +1007,7 @@ func (o *ProductDetailResponseIndicatorsInner) GetIsDirectshipOrderable() bool {
// GetIsDirectshipOrderableOk returns a tuple with the IsDirectshipOrderable field value if set, nil otherwise
// and a boolean to check if the value has been set.
-func (o *ProductDetailResponseIndicatorsInner) GetIsDirectshipOrderableOk() (*bool, bool) {
+func (o *ProductDetailResponseIndicators) GetIsDirectshipOrderableOk() (*bool, bool) {
if o == nil || IsNil(o.IsDirectshipOrderable) {
return nil, false
}
@@ -1015,7 +1015,7 @@ func (o *ProductDetailResponseIndicatorsInner) GetIsDirectshipOrderableOk() (*bo
}
// HasIsDirectshipOrderable returns a boolean if a field has been set.
-func (o *ProductDetailResponseIndicatorsInner) HasIsDirectshipOrderable() bool {
+func (o *ProductDetailResponseIndicators) HasIsDirectshipOrderable() bool {
if o != nil && !IsNil(o.IsDirectshipOrderable) {
return true
}
@@ -1024,12 +1024,12 @@ func (o *ProductDetailResponseIndicatorsInner) HasIsDirectshipOrderable() bool {
}
// SetIsDirectshipOrderable gets a reference to the given bool and assigns it to the IsDirectshipOrderable field.
-func (o *ProductDetailResponseIndicatorsInner) SetIsDirectshipOrderable(v bool) {
+func (o *ProductDetailResponseIndicators) SetIsDirectshipOrderable(v bool) {
o.IsDirectshipOrderable = &v
}
// GetIsServiceSku returns the IsServiceSku field value if set, zero value otherwise.
-func (o *ProductDetailResponseIndicatorsInner) GetIsServiceSku() bool {
+func (o *ProductDetailResponseIndicators) GetIsServiceSku() bool {
if o == nil || IsNil(o.IsServiceSku) {
var ret bool
return ret
@@ -1039,7 +1039,7 @@ func (o *ProductDetailResponseIndicatorsInner) GetIsServiceSku() bool {
// GetIsServiceSkuOk returns a tuple with the IsServiceSku field value if set, nil otherwise
// and a boolean to check if the value has been set.
-func (o *ProductDetailResponseIndicatorsInner) GetIsServiceSkuOk() (*bool, bool) {
+func (o *ProductDetailResponseIndicators) GetIsServiceSkuOk() (*bool, bool) {
if o == nil || IsNil(o.IsServiceSku) {
return nil, false
}
@@ -1047,7 +1047,7 @@ func (o *ProductDetailResponseIndicatorsInner) GetIsServiceSkuOk() (*bool, bool)
}
// HasIsServiceSku returns a boolean if a field has been set.
-func (o *ProductDetailResponseIndicatorsInner) HasIsServiceSku() bool {
+func (o *ProductDetailResponseIndicators) HasIsServiceSku() bool {
if o != nil && !IsNil(o.IsServiceSku) {
return true
}
@@ -1056,12 +1056,12 @@ func (o *ProductDetailResponseIndicatorsInner) HasIsServiceSku() bool {
}
// SetIsServiceSku gets a reference to the given bool and assigns it to the IsServiceSku field.
-func (o *ProductDetailResponseIndicatorsInner) SetIsServiceSku(v bool) {
+func (o *ProductDetailResponseIndicators) SetIsServiceSku(v bool) {
o.IsServiceSku = &v
}
// GetIsConfigurable returns the IsConfigurable field value if set, zero value otherwise.
-func (o *ProductDetailResponseIndicatorsInner) GetIsConfigurable() bool {
+func (o *ProductDetailResponseIndicators) GetIsConfigurable() bool {
if o == nil || IsNil(o.IsConfigurable) {
var ret bool
return ret
@@ -1071,7 +1071,7 @@ func (o *ProductDetailResponseIndicatorsInner) GetIsConfigurable() bool {
// GetIsConfigurableOk returns a tuple with the IsConfigurable field value if set, nil otherwise
// and a boolean to check if the value has been set.
-func (o *ProductDetailResponseIndicatorsInner) GetIsConfigurableOk() (*bool, bool) {
+func (o *ProductDetailResponseIndicators) GetIsConfigurableOk() (*bool, bool) {
if o == nil || IsNil(o.IsConfigurable) {
return nil, false
}
@@ -1079,7 +1079,7 @@ func (o *ProductDetailResponseIndicatorsInner) GetIsConfigurableOk() (*bool, boo
}
// HasIsConfigurable returns a boolean if a field has been set.
-func (o *ProductDetailResponseIndicatorsInner) HasIsConfigurable() bool {
+func (o *ProductDetailResponseIndicators) HasIsConfigurable() bool {
if o != nil && !IsNil(o.IsConfigurable) {
return true
}
@@ -1088,11 +1088,11 @@ func (o *ProductDetailResponseIndicatorsInner) HasIsConfigurable() bool {
}
// SetIsConfigurable gets a reference to the given bool and assigns it to the IsConfigurable field.
-func (o *ProductDetailResponseIndicatorsInner) SetIsConfigurable(v bool) {
+func (o *ProductDetailResponseIndicators) SetIsConfigurable(v bool) {
o.IsConfigurable = &v
}
-func (o ProductDetailResponseIndicatorsInner) MarshalJSON() ([]byte, error) {
+func (o ProductDetailResponseIndicators) MarshalJSON() ([]byte, error) {
toSerialize,err := o.ToMap()
if err != nil {
return []byte{}, err
@@ -1100,7 +1100,7 @@ func (o ProductDetailResponseIndicatorsInner) MarshalJSON() ([]byte, error) {
return json.Marshal(toSerialize)
}
-func (o ProductDetailResponseIndicatorsInner) ToMap() (map[string]interface{}, error) {
+func (o ProductDetailResponseIndicators) ToMap() (map[string]interface{}, error) {
toSerialize := map[string]interface{}{}
if !IsNil(o.HasWarranty) {
toSerialize["hasWarranty"] = o.HasWarranty
@@ -1198,38 +1198,38 @@ func (o ProductDetailResponseIndicatorsInner) ToMap() (map[string]interface{}, e
return toSerialize, nil
}
-type NullableProductDetailResponseIndicatorsInner struct {
- value *ProductDetailResponseIndicatorsInner
+type NullableProductDetailResponseIndicators struct {
+ value *ProductDetailResponseIndicators
isSet bool
}
-func (v NullableProductDetailResponseIndicatorsInner) Get() *ProductDetailResponseIndicatorsInner {
+func (v NullableProductDetailResponseIndicators) Get() *ProductDetailResponseIndicators {
return v.value
}
-func (v *NullableProductDetailResponseIndicatorsInner) Set(val *ProductDetailResponseIndicatorsInner) {
+func (v *NullableProductDetailResponseIndicators) Set(val *ProductDetailResponseIndicators) {
v.value = val
v.isSet = true
}
-func (v NullableProductDetailResponseIndicatorsInner) IsSet() bool {
+func (v NullableProductDetailResponseIndicators) IsSet() bool {
return v.isSet
}
-func (v *NullableProductDetailResponseIndicatorsInner) Unset() {
+func (v *NullableProductDetailResponseIndicators) Unset() {
v.value = nil
v.isSet = false
}
-func NewNullableProductDetailResponseIndicatorsInner(val *ProductDetailResponseIndicatorsInner) *NullableProductDetailResponseIndicatorsInner {
- return &NullableProductDetailResponseIndicatorsInner{value: val, isSet: true}
+func NewNullableProductDetailResponseIndicators(val *ProductDetailResponseIndicators) *NullableProductDetailResponseIndicators {
+ return &NullableProductDetailResponseIndicators{value: val, isSet: true}
}
-func (v NullableProductDetailResponseIndicatorsInner) MarshalJSON() ([]byte, error) {
+func (v NullableProductDetailResponseIndicators) MarshalJSON() ([]byte, error) {
return json.Marshal(v.value)
}
-func (v *NullableProductDetailResponseIndicatorsInner) UnmarshalJSON(src []byte) error {
+func (v *NullableProductDetailResponseIndicators) UnmarshalJSON(src []byte) error {
v.isSet = true
return json.Unmarshal(src, &v.value)
}
diff --git a/model_product_detail_response_technical_specifications_inner.go b/model_product_detail_response_technical_specifications_inner.go
index 07de2db..4d27d0d 100644
--- a/model_product_detail_response_technical_specifications_inner.go
+++ b/model_product_detail_response_technical_specifications_inner.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_product_line_type.go b/model_product_line_type.go
index 3d05e37..1c84741 100644
--- a/model_product_line_type.go
+++ b/model_product_line_type.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_product_line_type_serialnumberdetails_inner.go b/model_product_line_type_serialnumberdetails_inner.go
index 5e199ec..3cd89da 100644
--- a/model_product_line_type_serialnumberdetails_inner.go
+++ b/model_product_line_type_serialnumberdetails_inner.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_product_line_type_trackingnumberdetails_inner.go b/model_product_line_type_trackingnumberdetails_inner.go
index 1bf7195..565d1d2 100644
--- a/model_product_line_type_trackingnumberdetails_inner.go
+++ b/model_product_line_type_trackingnumberdetails_inner.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_product_search_request.go b/model_product_search_request.go
index e61dbd2..5fd0254 100644
--- a/model_product_search_request.go
+++ b/model_product_search_request.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_product_search_request_servicerequest.go b/model_product_search_request_servicerequest.go
index 77e3bcd..60b10fb 100644
--- a/model_product_search_request_servicerequest.go
+++ b/model_product_search_request_servicerequest.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_product_search_request_servicerequest_productsearchrequest.go b/model_product_search_request_servicerequest_productsearchrequest.go
index e548171..9701708 100644
--- a/model_product_search_request_servicerequest_productsearchrequest.go
+++ b/model_product_search_request_servicerequest_productsearchrequest.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_product_search_request_servicerequest_productsearchrequest_searchcriteria.go b/model_product_search_request_servicerequest_productsearchrequest_searchcriteria.go
index 3a4be42..60e0e80 100644
--- a/model_product_search_request_servicerequest_productsearchrequest_searchcriteria.go
+++ b/model_product_search_request_servicerequest_productsearchrequest_searchcriteria.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_product_search_request_servicerequest_requestpreamble.go b/model_product_search_request_servicerequest_requestpreamble.go
index 9dcabb4..7d3ce13 100644
--- a/model_product_search_request_servicerequest_requestpreamble.go
+++ b/model_product_search_request_servicerequest_requestpreamble.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_product_search_response.go b/model_product_search_response.go
index 002375f..2354fe2 100644
--- a/model_product_search_response.go
+++ b/model_product_search_response.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_product_search_response_catalog_inner.go b/model_product_search_response_catalog_inner.go
index ba892cb..17a7574 100644
--- a/model_product_search_response_catalog_inner.go
+++ b/model_product_search_response_catalog_inner.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_product_search_response_catalog_inner_links_inner.go b/model_product_search_response_catalog_inner_links_inner.go
index bdc2a2b..721153f 100644
--- a/model_product_search_response_catalog_inner_links_inner.go
+++ b/model_product_search_response_catalog_inner_links_inner.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_product_search_response_serviceresponse.go b/model_product_search_response_serviceresponse.go
index 7166002..74f465b 100644
--- a/model_product_search_response_serviceresponse.go
+++ b/model_product_search_response_serviceresponse.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_product_search_response_serviceresponse_productsearchresponse_inner.go b/model_product_search_response_serviceresponse_productsearchresponse_inner.go
index 6422b7b..a91dbef 100644
--- a/model_product_search_response_serviceresponse_productsearchresponse_inner.go
+++ b/model_product_search_response_serviceresponse_productsearchresponse_inner.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_product_search_response_serviceresponse_productsearchresponse_inner_partnumbers_inner.go b/model_product_search_response_serviceresponse_productsearchresponse_inner_partnumbers_inner.go
index 6200d6e..b68ad2a 100644
--- a/model_product_search_response_serviceresponse_productsearchresponse_inner_partnumbers_inner.go
+++ b/model_product_search_response_serviceresponse_productsearchresponse_inner_partnumbers_inner.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_product_search_response_serviceresponse_responsepreamble.go b/model_product_search_response_serviceresponse_responsepreamble.go
index adfabff..8fc2eec 100644
--- a/model_product_search_response_serviceresponse_responsepreamble.go
+++ b/model_product_search_response_serviceresponse_responsepreamble.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_quote_details.go b/model_quote_details.go
index ccce70e..3815bb8 100644
--- a/model_quote_details.go
+++ b/model_quote_details.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_quote_details_quote_detail_response.go b/model_quote_details_quote_detail_response.go
index 5206d86..1588520 100644
--- a/model_quote_details_quote_detail_response.go
+++ b/model_quote_details_quote_detail_response.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_quote_details_quote_detail_response_response_preamble.go b/model_quote_details_quote_detail_response_response_preamble.go
index 5c929a5..08b6f41 100644
--- a/model_quote_details_quote_detail_response_response_preamble.go
+++ b/model_quote_details_quote_detail_response_response_preamble.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_quote_details_quote_detail_response_retrieve_quote_response.go b/model_quote_details_quote_detail_response_retrieve_quote_response.go
index b2c3ed3..2ee3064 100644
--- a/model_quote_details_quote_detail_response_retrieve_quote_response.go
+++ b/model_quote_details_quote_detail_response_retrieve_quote_response.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_quote_details_quote_detail_response_retrieve_quote_response_account_info.go b/model_quote_details_quote_detail_response_retrieve_quote_response_account_info.go
index 87b6d5b..ef7f590 100644
--- a/model_quote_details_quote_detail_response_retrieve_quote_response_account_info.go
+++ b/model_quote_details_quote_detail_response_retrieve_quote_response_account_info.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_quote_details_quote_detail_response_retrieve_quote_response_contact_info.go b/model_quote_details_quote_detail_response_retrieve_quote_response_contact_info.go
index 3d109ce..27ac239 100644
--- a/model_quote_details_quote_detail_response_retrieve_quote_response_contact_info.go
+++ b/model_quote_details_quote_detail_response_retrieve_quote_response_contact_info.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_quote_details_quote_detail_response_retrieve_quote_response_end_user.go b/model_quote_details_quote_detail_response_retrieve_quote_response_end_user.go
index 5faa945..2f0e78a 100644
--- a/model_quote_details_quote_detail_response_retrieve_quote_response_end_user.go
+++ b/model_quote_details_quote_detail_response_retrieve_quote_response_end_user.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_quote_details_quote_detail_response_retrieve_quote_response_vendor_attributes.go b/model_quote_details_quote_detail_response_retrieve_quote_response_vendor_attributes.go
index 5120d26..072e794 100644
--- a/model_quote_details_quote_detail_response_retrieve_quote_response_vendor_attributes.go
+++ b/model_quote_details_quote_detail_response_retrieve_quote_response_vendor_attributes.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_quote_details_request.go b/model_quote_details_request.go
index a6dd738..ede4c30 100644
--- a/model_quote_details_request.go
+++ b/model_quote_details_request.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_quote_details_request_quote_products_request.go b/model_quote_details_request_quote_products_request.go
index bb4b7f5..9311ced 100644
--- a/model_quote_details_request_quote_products_request.go
+++ b/model_quote_details_request_quote_products_request.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_quote_details_request_quote_products_request_requestpreamble.go b/model_quote_details_request_quote_products_request_requestpreamble.go
index 63af22c..055cf58 100644
--- a/model_quote_details_request_quote_products_request_requestpreamble.go
+++ b/model_quote_details_request_quote_products_request_requestpreamble.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_quote_details_request_quote_products_request_retrieve_quote_products_request.go b/model_quote_details_request_quote_products_request_retrieve_quote_products_request.go
index 1f4edf0..6c33e17 100644
--- a/model_quote_details_request_quote_products_request_retrieve_quote_products_request.go
+++ b/model_quote_details_request_quote_products_request_retrieve_quote_products_request.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_quote_details_response.go b/model_quote_details_response.go
index 69db1fe..3818545 100644
--- a/model_quote_details_response.go
+++ b/model_quote_details_response.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_quote_details_response_additional_attributes_inner.go b/model_quote_details_response_additional_attributes_inner.go
index a808648..92abd58 100644
--- a/model_quote_details_response_additional_attributes_inner.go
+++ b/model_quote_details_response_additional_attributes_inner.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_quote_details_response_end_user_info.go b/model_quote_details_response_end_user_info.go
index 658602e..0448b6f 100644
--- a/model_quote_details_response_end_user_info.go
+++ b/model_quote_details_response_end_user_info.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_quote_details_response_products_inner.go b/model_quote_details_response_products_inner.go
index 6b7c683..ee98e47 100644
--- a/model_quote_details_response_products_inner.go
+++ b/model_quote_details_response_products_inner.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_quote_details_response_products_inner_price.go b/model_quote_details_response_products_inner_price.go
index 82fde9f..868d845 100644
--- a/model_quote_details_response_products_inner_price.go
+++ b/model_quote_details_response_products_inner_price.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_quote_details_response_quote_detail_response.go b/model_quote_details_response_quote_detail_response.go
index 2d6bee4..099e1d0 100644
--- a/model_quote_details_response_quote_detail_response.go
+++ b/model_quote_details_response_quote_detail_response.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_quote_details_response_quote_detail_response_retrieve_quote_response.go b/model_quote_details_response_quote_detail_response_retrieve_quote_response.go
index 4c1aff8..d4c6536 100644
--- a/model_quote_details_response_quote_detail_response_retrieve_quote_response.go
+++ b/model_quote_details_response_quote_detail_response_retrieve_quote_response.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_quote_details_response_reseller_info.go b/model_quote_details_response_reseller_info.go
index 59d905e..e75ffc5 100644
--- a/model_quote_details_response_reseller_info.go
+++ b/model_quote_details_response_reseller_info.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_quote_list_request.go b/model_quote_list_request.go
index d1d2fab..1d2cdad 100644
--- a/model_quote_list_request.go
+++ b/model_quote_list_request.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_quote_list_request_quote_search_request.go b/model_quote_list_request_quote_search_request.go
index caa279c..9903d3b 100644
--- a/model_quote_list_request_quote_search_request.go
+++ b/model_quote_list_request_quote_search_request.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_quote_list_request_quote_search_request_request_preamble.go b/model_quote_list_request_quote_search_request_request_preamble.go
index c9b6d08..85f4386 100644
--- a/model_quote_list_request_quote_search_request_request_preamble.go
+++ b/model_quote_list_request_quote_search_request_request_preamble.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_quote_list_request_quote_search_request_retrieve_quote_request.go b/model_quote_list_request_quote_search_request_retrieve_quote_request.go
index fcd21eb..c2d8eed 100644
--- a/model_quote_list_request_quote_search_request_retrieve_quote_request.go
+++ b/model_quote_list_request_quote_search_request_retrieve_quote_request.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_quote_list_response.go b/model_quote_list_response.go
index 2adf69d..32d6565 100644
--- a/model_quote_list_response.go
+++ b/model_quote_list_response.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_quote_list_response_quote_search_response.go b/model_quote_list_response_quote_search_response.go
index 33b30d2..1f1eb3c 100644
--- a/model_quote_list_response_quote_search_response.go
+++ b/model_quote_list_response_quote_search_response.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_quote_list_response_quote_search_response_quote_list_inner.go b/model_quote_list_response_quote_search_response_quote_list_inner.go
index c4ceec8..dfc218b 100644
--- a/model_quote_list_response_quote_search_response_quote_list_inner.go
+++ b/model_quote_list_response_quote_search_response_quote_list_inner.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_quote_list_response_quote_search_response_response_preamble.go b/model_quote_list_response_quote_search_response_response_preamble.go
index 1460d0c..9dce93c 100644
--- a/model_quote_list_response_quote_search_response_response_preamble.go
+++ b/model_quote_list_response_quote_search_response_response_preamble.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_quote_product_list.go b/model_quote_product_list.go
index f45d7ef..284714e 100644
--- a/model_quote_product_list.go
+++ b/model_quote_product_list.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_quote_product_list_price.go b/model_quote_product_list_price.go
index df81ad6..b071eee 100644
--- a/model_quote_product_list_price.go
+++ b/model_quote_product_list_price.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_quote_search_response.go b/model_quote_search_response.go
index 7bdff3d..8694e4c 100644
--- a/model_quote_search_response.go
+++ b/model_quote_search_response.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_quote_search_response_quotes_inner.go b/model_quote_search_response_quotes_inner.go
index e3fb747..3a19812 100644
--- a/model_quote_search_response_quotes_inner.go
+++ b/model_quote_search_response_quotes_inner.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_quote_to_order_details_dto.go b/model_quote_to_order_details_dto.go
index 70bc58a..1f95afa 100644
--- a/model_quote_to_order_details_dto.go
+++ b/model_quote_to_order_details_dto.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_quote_to_order_details_dto_additional_attributes_inner.go b/model_quote_to_order_details_dto_additional_attributes_inner.go
index 342761d..52db81f 100644
--- a/model_quote_to_order_details_dto_additional_attributes_inner.go
+++ b/model_quote_to_order_details_dto_additional_attributes_inner.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_quote_to_order_details_dto_end_user_info_inner.go b/model_quote_to_order_details_dto_end_user_info_inner.go
index c4af874..bdf7fff 100644
--- a/model_quote_to_order_details_dto_end_user_info_inner.go
+++ b/model_quote_to_order_details_dto_end_user_info_inner.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_quote_to_order_details_dto_lines_inner.go b/model_quote_to_order_details_dto_lines_inner.go
index b1c0f2b..56e7a99 100644
--- a/model_quote_to_order_details_dto_lines_inner.go
+++ b/model_quote_to_order_details_dto_lines_inner.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_quote_to_order_details_dto_ship_to_info_inner.go b/model_quote_to_order_details_dto_ship_to_info_inner.go
index cece99a..2768154 100644
--- a/model_quote_to_order_details_dto_ship_to_info_inner.go
+++ b/model_quote_to_order_details_dto_ship_to_info_inner.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_quote_to_order_details_dto_vmfadditional_attributes_inner.go b/model_quote_to_order_details_dto_vmfadditional_attributes_inner.go
index c8c2c71..1884781 100644
--- a/model_quote_to_order_details_dto_vmfadditional_attributes_inner.go
+++ b/model_quote_to_order_details_dto_vmfadditional_attributes_inner.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_quote_to_order_response.go b/model_quote_to_order_response.go
index 3465738..0892b52 100644
--- a/model_quote_to_order_response.go
+++ b/model_quote_to_order_response.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_renewals_details_response.go b/model_renewals_details_response.go
index 8498cac..01584bd 100644
--- a/model_renewals_details_response.go
+++ b/model_renewals_details_response.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_renewals_details_response_additional_attributes_inner.go b/model_renewals_details_response_additional_attributes_inner.go
index ac2d54c..6cf798e 100644
--- a/model_renewals_details_response_additional_attributes_inner.go
+++ b/model_renewals_details_response_additional_attributes_inner.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_renewals_details_response_end_user_info_inner.go b/model_renewals_details_response_end_user_info_inner.go
index 74beb59..5dd7b0a 100644
--- a/model_renewals_details_response_end_user_info_inner.go
+++ b/model_renewals_details_response_end_user_info_inner.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_renewals_details_response_products_inner.go b/model_renewals_details_response_products_inner.go
index 116d65e..8c3afb1 100644
--- a/model_renewals_details_response_products_inner.go
+++ b/model_renewals_details_response_products_inner.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_renewals_details_response_reference_number_inner.go b/model_renewals_details_response_reference_number_inner.go
index 355114a..ba0d552 100644
--- a/model_renewals_details_response_reference_number_inner.go
+++ b/model_renewals_details_response_reference_number_inner.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_renewals_search_request.go b/model_renewals_search_request.go
index 1fea0fe..5f13e73 100644
--- a/model_renewals_search_request.go
+++ b/model_renewals_search_request.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_renewals_search_request_data_type.go b/model_renewals_search_request_data_type.go
index cf91479..91b3cac 100644
--- a/model_renewals_search_request_data_type.go
+++ b/model_renewals_search_request_data_type.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_renewals_search_request_data_type_end_date.go b/model_renewals_search_request_data_type_end_date.go
index 401b265..a0368c4 100644
--- a/model_renewals_search_request_data_type_end_date.go
+++ b/model_renewals_search_request_data_type_end_date.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_renewals_search_request_data_type_expiration_date.go b/model_renewals_search_request_data_type_expiration_date.go
index d52f05f..d605210 100644
--- a/model_renewals_search_request_data_type_expiration_date.go
+++ b/model_renewals_search_request_data_type_expiration_date.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_renewals_search_request_data_type_invoice_date.go b/model_renewals_search_request_data_type_invoice_date.go
index 2ac735c..d64bada 100644
--- a/model_renewals_search_request_data_type_invoice_date.go
+++ b/model_renewals_search_request_data_type_invoice_date.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_renewals_search_request_data_type_start_date.go b/model_renewals_search_request_data_type_start_date.go
index b518981..df1b3fb 100644
--- a/model_renewals_search_request_data_type_start_date.go
+++ b/model_renewals_search_request_data_type_start_date.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_renewals_search_request_status.go b/model_renewals_search_request_status.go
index 6944b8b..adff14a 100644
--- a/model_renewals_search_request_status.go
+++ b/model_renewals_search_request_status.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_renewals_search_request_status_opporutiny_status.go b/model_renewals_search_request_status_opporutiny_status.go
index 42948a8..0001bcc 100644
--- a/model_renewals_search_request_status_opporutiny_status.go
+++ b/model_renewals_search_request_status_opporutiny_status.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_renewals_search_response.go b/model_renewals_search_response.go
index 98ee33f..16daac0 100644
--- a/model_renewals_search_response.go
+++ b/model_renewals_search_response.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_renewals_search_response_renewals_inner.go b/model_renewals_search_response_renewals_inner.go
index 273356e..8613e20 100644
--- a/model_renewals_search_response_renewals_inner.go
+++ b/model_renewals_search_response_renewals_inner.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_renewals_search_response_renewals_inner_links_inner.go b/model_renewals_search_response_renewals_inner_links_inner.go
index 2284a5b..af82d12 100644
--- a/model_renewals_search_response_renewals_inner_links_inner.go
+++ b/model_renewals_search_response_renewals_inner_links_inner.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_returns_create_request.go b/model_returns_create_request.go
index 26817a2..82b30f8 100644
--- a/model_returns_create_request.go
+++ b/model_returns_create_request.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_returns_create_request_list_inner.go b/model_returns_create_request_list_inner.go
index 9154a41..7b1703f 100644
--- a/model_returns_create_request_list_inner.go
+++ b/model_returns_create_request_list_inner.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_returns_create_request_list_inner_ship_from_info_inner.go b/model_returns_create_request_list_inner_ship_from_info_inner.go
index e564b30..13e443d 100644
--- a/model_returns_create_request_list_inner_ship_from_info_inner.go
+++ b/model_returns_create_request_list_inner_ship_from_info_inner.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_returns_create_response.go b/model_returns_create_response.go
index a9fcc51..9dc2b85 100644
--- a/model_returns_create_response.go
+++ b/model_returns_create_response.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_returns_create_response_returns_claims_inner.go b/model_returns_create_response_returns_claims_inner.go
index 6990c23..7c1a73e 100644
--- a/model_returns_create_response_returns_claims_inner.go
+++ b/model_returns_create_response_returns_claims_inner.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_returns_details_response.go b/model_returns_details_response.go
index 73f7649..1fa0a4c 100644
--- a/model_returns_details_response.go
+++ b/model_returns_details_response.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_returns_details_response_products_inner.go b/model_returns_details_response_products_inner.go
index edfc7f9..af9376e 100644
--- a/model_returns_details_response_products_inner.go
+++ b/model_returns_details_response_products_inner.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
@@ -34,11 +34,11 @@ type ReturnsDetailsResponseProductsInner struct {
// Ingram micro Invoice number.
InvoiceNumber *string `json:"invoiceNumber,omitempty"`
// The reseller's order number for reference in their system.
- CustomerOrderNumber *int32 `json:"customerOrderNumber,omitempty"`
+ CustomerOrderNumber *string `json:"customerOrderNumber,omitempty"`
// Request details.
- RequestDetails *int32 `json:"requestDetails,omitempty"`
+ RequestDetails *string `json:"requestDetails,omitempty"`
// The quantity of the line item.
- Quantity *int32 `json:"quantity,omitempty"`
+ Quantity *float32 `json:"quantity,omitempty"`
// The unit price of the line item.
UnitPrice *float32 `json:"unitPrice,omitempty"`
// Unit price X quantity for the line item.
@@ -293,9 +293,9 @@ func (o *ReturnsDetailsResponseProductsInner) SetInvoiceNumber(v string) {
}
// GetCustomerOrderNumber returns the CustomerOrderNumber field value if set, zero value otherwise.
-func (o *ReturnsDetailsResponseProductsInner) GetCustomerOrderNumber() int32 {
+func (o *ReturnsDetailsResponseProductsInner) GetCustomerOrderNumber() string {
if o == nil || IsNil(o.CustomerOrderNumber) {
- var ret int32
+ var ret string
return ret
}
return *o.CustomerOrderNumber
@@ -303,7 +303,7 @@ func (o *ReturnsDetailsResponseProductsInner) GetCustomerOrderNumber() int32 {
// GetCustomerOrderNumberOk returns a tuple with the CustomerOrderNumber field value if set, nil otherwise
// and a boolean to check if the value has been set.
-func (o *ReturnsDetailsResponseProductsInner) GetCustomerOrderNumberOk() (*int32, bool) {
+func (o *ReturnsDetailsResponseProductsInner) GetCustomerOrderNumberOk() (*string, bool) {
if o == nil || IsNil(o.CustomerOrderNumber) {
return nil, false
}
@@ -319,15 +319,15 @@ func (o *ReturnsDetailsResponseProductsInner) HasCustomerOrderNumber() bool {
return false
}
-// SetCustomerOrderNumber gets a reference to the given int32 and assigns it to the CustomerOrderNumber field.
-func (o *ReturnsDetailsResponseProductsInner) SetCustomerOrderNumber(v int32) {
+// SetCustomerOrderNumber gets a reference to the given string and assigns it to the CustomerOrderNumber field.
+func (o *ReturnsDetailsResponseProductsInner) SetCustomerOrderNumber(v string) {
o.CustomerOrderNumber = &v
}
// GetRequestDetails returns the RequestDetails field value if set, zero value otherwise.
-func (o *ReturnsDetailsResponseProductsInner) GetRequestDetails() int32 {
+func (o *ReturnsDetailsResponseProductsInner) GetRequestDetails() string {
if o == nil || IsNil(o.RequestDetails) {
- var ret int32
+ var ret string
return ret
}
return *o.RequestDetails
@@ -335,7 +335,7 @@ func (o *ReturnsDetailsResponseProductsInner) GetRequestDetails() int32 {
// GetRequestDetailsOk returns a tuple with the RequestDetails field value if set, nil otherwise
// and a boolean to check if the value has been set.
-func (o *ReturnsDetailsResponseProductsInner) GetRequestDetailsOk() (*int32, bool) {
+func (o *ReturnsDetailsResponseProductsInner) GetRequestDetailsOk() (*string, bool) {
if o == nil || IsNil(o.RequestDetails) {
return nil, false
}
@@ -351,15 +351,15 @@ func (o *ReturnsDetailsResponseProductsInner) HasRequestDetails() bool {
return false
}
-// SetRequestDetails gets a reference to the given int32 and assigns it to the RequestDetails field.
-func (o *ReturnsDetailsResponseProductsInner) SetRequestDetails(v int32) {
+// SetRequestDetails gets a reference to the given string and assigns it to the RequestDetails field.
+func (o *ReturnsDetailsResponseProductsInner) SetRequestDetails(v string) {
o.RequestDetails = &v
}
// GetQuantity returns the Quantity field value if set, zero value otherwise.
-func (o *ReturnsDetailsResponseProductsInner) GetQuantity() int32 {
+func (o *ReturnsDetailsResponseProductsInner) GetQuantity() float32 {
if o == nil || IsNil(o.Quantity) {
- var ret int32
+ var ret float32
return ret
}
return *o.Quantity
@@ -367,7 +367,7 @@ func (o *ReturnsDetailsResponseProductsInner) GetQuantity() int32 {
// GetQuantityOk returns a tuple with the Quantity field value if set, nil otherwise
// and a boolean to check if the value has been set.
-func (o *ReturnsDetailsResponseProductsInner) GetQuantityOk() (*int32, bool) {
+func (o *ReturnsDetailsResponseProductsInner) GetQuantityOk() (*float32, bool) {
if o == nil || IsNil(o.Quantity) {
return nil, false
}
@@ -383,8 +383,8 @@ func (o *ReturnsDetailsResponseProductsInner) HasQuantity() bool {
return false
}
-// SetQuantity gets a reference to the given int32 and assigns it to the Quantity field.
-func (o *ReturnsDetailsResponseProductsInner) SetQuantity(v int32) {
+// SetQuantity gets a reference to the given float32 and assigns it to the Quantity field.
+func (o *ReturnsDetailsResponseProductsInner) SetQuantity(v float32) {
o.Quantity = &v
}
diff --git a/model_returns_search_response.go b/model_returns_search_response.go
index c56eb27..4e6cb43 100644
--- a/model_returns_search_response.go
+++ b/model_returns_search_response.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_returns_search_response_returns_claims_inner.go b/model_returns_search_response_returns_claims_inner.go
index bf45c4e..824f950 100644
--- a/model_returns_search_response_returns_claims_inner.go
+++ b/model_returns_search_response_returns_claims_inner.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
@@ -32,7 +32,7 @@ type ReturnsSearchResponseReturnsClaimsInner struct {
// The reference number for the return.
ReferenceNumber *string `json:"referenceNumber,omitempty"`
// The estimated total value of the return.
- EstimatedTotalValue *string `json:"estimatedTotalValue,omitempty"`
+ EstimatedTotalValue *float64 `json:"estimatedTotalValue,omitempty"`
// The amount of credit.
Credit *float32 `json:"credit,omitempty"`
// The date on which the return request was last updated.
@@ -252,9 +252,9 @@ func (o *ReturnsSearchResponseReturnsClaimsInner) SetReferenceNumber(v string) {
}
// GetEstimatedTotalValue returns the EstimatedTotalValue field value if set, zero value otherwise.
-func (o *ReturnsSearchResponseReturnsClaimsInner) GetEstimatedTotalValue() string {
+func (o *ReturnsSearchResponseReturnsClaimsInner) GetEstimatedTotalValue() float64 {
if o == nil || IsNil(o.EstimatedTotalValue) {
- var ret string
+ var ret float64
return ret
}
return *o.EstimatedTotalValue
@@ -262,7 +262,7 @@ func (o *ReturnsSearchResponseReturnsClaimsInner) GetEstimatedTotalValue() strin
// GetEstimatedTotalValueOk returns a tuple with the EstimatedTotalValue field value if set, nil otherwise
// and a boolean to check if the value has been set.
-func (o *ReturnsSearchResponseReturnsClaimsInner) GetEstimatedTotalValueOk() (*string, bool) {
+func (o *ReturnsSearchResponseReturnsClaimsInner) GetEstimatedTotalValueOk() (*float64, bool) {
if o == nil || IsNil(o.EstimatedTotalValue) {
return nil, false
}
@@ -278,8 +278,8 @@ func (o *ReturnsSearchResponseReturnsClaimsInner) HasEstimatedTotalValue() bool
return false
}
-// SetEstimatedTotalValue gets a reference to the given string and assigns it to the EstimatedTotalValue field.
-func (o *ReturnsSearchResponseReturnsClaimsInner) SetEstimatedTotalValue(v string) {
+// SetEstimatedTotalValue gets a reference to the given float64 and assigns it to the EstimatedTotalValue field.
+func (o *ReturnsSearchResponseReturnsClaimsInner) SetEstimatedTotalValue(v float64) {
o.EstimatedTotalValue = &v
}
diff --git a/model_returns_search_response_returns_claims_inner_links_inner.go b/model_returns_search_response_returns_claims_inner_links_inner.go
index 35d1a70..b5afcec 100644
--- a/model_returns_search_response_returns_claims_inner_links_inner.go
+++ b/model_returns_search_response_returns_claims_inner_links_inner.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_validate_quote_response.go b/model_validate_quote_response.go
index 52ffd4a..72c448b 100644
--- a/model_validate_quote_response.go
+++ b/model_validate_quote_response.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_validate_quote_response_lines_inner.go b/model_validate_quote_response_lines_inner.go
index 65417b8..ca5e666 100644
--- a/model_validate_quote_response_lines_inner.go
+++ b/model_validate_quote_response_lines_inner.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_validate_quote_response_lines_inner_vmf_additional_attributes_lines_inner.go b/model_validate_quote_response_lines_inner_vmf_additional_attributes_lines_inner.go
index 82551d9..d374dd3 100644
--- a/model_validate_quote_response_lines_inner_vmf_additional_attributes_lines_inner.go
+++ b/model_validate_quote_response_lines_inner_vmf_additional_attributes_lines_inner.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_validate_quote_response_vmf_additional_attributes_inner.go b/model_validate_quote_response_vmf_additional_attributes_inner.go
index 7f777fb..2d51d40 100644
--- a/model_validate_quote_response_vmf_additional_attributes_inner.go
+++ b/model_validate_quote_response_vmf_additional_attributes_inner.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/model_warehouse_list_type.go b/model_warehouse_list_type.go
index 0da5fc2..658df0e 100644
--- a/model_warehouse_list_type.go
+++ b/model_warehouse_list_type.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/response.go b/response.go
index 9933b4b..a455b7e 100644
--- a/response.go
+++ b/response.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
diff --git a/test/api_deals_test.go b/test/api_deals_test.go
index c48ab90..49999eb 100644
--- a/test/api_deals_test.go
+++ b/test/api_deals_test.go
@@ -1,5 +1,5 @@
/*
-Reseller API
+XI Sdk Resellers
Testing DealsAPIService
diff --git a/test/api_freight_estimate_test.go b/test/api_freight_estimate_test.go
index d8ec4a6..a139ddf 100644
--- a/test/api_freight_estimate_test.go
+++ b/test/api_freight_estimate_test.go
@@ -1,5 +1,5 @@
/*
-Reseller API
+XI Sdk Resellers
Testing FreightEstimateAPIService
diff --git a/test/api_invoices_test.go b/test/api_invoices_test.go
index be07247..f76f6bd 100644
--- a/test/api_invoices_test.go
+++ b/test/api_invoices_test.go
@@ -1,5 +1,5 @@
/*
-Reseller API
+XI Sdk Resellers
Testing InvoicesAPIService
diff --git a/test/api_invoices_v4_test.go b/test/api_invoices_v4_test.go
index 1f13f1a..ce5cefc 100644
--- a/test/api_invoices_v4_test.go
+++ b/test/api_invoices_v4_test.go
@@ -1,5 +1,5 @@
/*
-Reseller API
+XI Sdk Resellers
Testing InvoicesV4APIService
diff --git a/test/api_invoices_v5_test.go b/test/api_invoices_v5_test.go
index 48f80f3..55cb9dc 100644
--- a/test/api_invoices_v5_test.go
+++ b/test/api_invoices_v5_test.go
@@ -1,5 +1,5 @@
/*
-Reseller API
+XI Sdk Resellers
Testing InvoicesV5APIService
diff --git a/test/api_invoices_v6_test.go b/test/api_invoices_v6_test.go
index 66da21c..93cb595 100644
--- a/test/api_invoices_v6_test.go
+++ b/test/api_invoices_v6_test.go
@@ -1,5 +1,5 @@
/*
-Reseller API
+XI Sdk Resellers
Testing InvoicesV6APIService
diff --git a/test/api_order_status_test.go b/test/api_order_status_test.go
index 5e26c4c..6bdb472 100644
--- a/test/api_order_status_test.go
+++ b/test/api_order_status_test.go
@@ -1,5 +1,5 @@
/*
-Reseller API
+XI Sdk Resellers
Testing OrderStatusAPIService
diff --git a/test/api_orders_test.go b/test/api_orders_test.go
index 0c6467e..4c32fac 100644
--- a/test/api_orders_test.go
+++ b/test/api_orders_test.go
@@ -1,5 +1,5 @@
/*
-Reseller API
+XI Sdk Resellers
Testing OrdersAPIService
diff --git a/test/api_orders_v4_test.go b/test/api_orders_v4_test.go
index f870308..1078dc9 100644
--- a/test/api_orders_v4_test.go
+++ b/test/api_orders_v4_test.go
@@ -1,5 +1,5 @@
/*
-Reseller API
+XI Sdk Resellers
Testing OrdersV4APIService
diff --git a/test/api_orders_v5_test.go b/test/api_orders_v5_test.go
index 8a7708c..e87f725 100644
--- a/test/api_orders_v5_test.go
+++ b/test/api_orders_v5_test.go
@@ -1,5 +1,5 @@
/*
-Reseller API
+XI Sdk Resellers
Testing OrdersV5APIService
diff --git a/test/api_orders_v6_test.go b/test/api_orders_v6_test.go
index 61a0559..022942f 100644
--- a/test/api_orders_v6_test.go
+++ b/test/api_orders_v6_test.go
@@ -1,5 +1,5 @@
/*
-Reseller API
+XI Sdk Resellers
Testing OrdersV6APIService
diff --git a/test/api_product_catalog_test.go b/test/api_product_catalog_test.go
index 29771dd..5b10604 100644
--- a/test/api_product_catalog_test.go
+++ b/test/api_product_catalog_test.go
@@ -1,5 +1,5 @@
/*
-Reseller API
+XI Sdk Resellers
Testing ProductCatalogAPIService
diff --git a/test/api_product_catalog_v4_test.go b/test/api_product_catalog_v4_test.go
index 70ea18e..949e627 100644
--- a/test/api_product_catalog_v4_test.go
+++ b/test/api_product_catalog_v4_test.go
@@ -1,5 +1,5 @@
/*
-Reseller API
+XI Sdk Resellers
Testing ProductCatalogV4APIService
diff --git a/test/api_product_catalog_v5_test.go b/test/api_product_catalog_v5_test.go
index 2fd7de6..17fe45f 100644
--- a/test/api_product_catalog_v5_test.go
+++ b/test/api_product_catalog_v5_test.go
@@ -1,5 +1,5 @@
/*
-Reseller API
+XI Sdk Resellers
Testing ProductCatalogV5APIService
diff --git a/test/api_quote_to_order_test.go b/test/api_quote_to_order_test.go
index 5ba8f00..eacc6d1 100644
--- a/test/api_quote_to_order_test.go
+++ b/test/api_quote_to_order_test.go
@@ -1,5 +1,5 @@
/*
-Reseller API
+XI Sdk Resellers
Testing QuoteToOrderAPIService
diff --git a/test/api_quotes_test.go b/test/api_quotes_test.go
index 6cf8cfc..56a120b 100644
--- a/test/api_quotes_test.go
+++ b/test/api_quotes_test.go
@@ -1,5 +1,5 @@
/*
-Reseller API
+XI Sdk Resellers
Testing QuotesAPIService
diff --git a/test/api_quotes_v4_test.go b/test/api_quotes_v4_test.go
index d409ff2..03bf5ee 100644
--- a/test/api_quotes_v4_test.go
+++ b/test/api_quotes_v4_test.go
@@ -1,5 +1,5 @@
/*
-Reseller API
+XI Sdk Resellers
Testing QuotesV4APIService
diff --git a/test/api_quotes_v5_test.go b/test/api_quotes_v5_test.go
index ecf16be..8e0ae1b 100644
--- a/test/api_quotes_v5_test.go
+++ b/test/api_quotes_v5_test.go
@@ -1,5 +1,5 @@
/*
-Reseller API
+XI Sdk Resellers
Testing QuotesV5APIService
diff --git a/test/api_renewals_test.go b/test/api_renewals_test.go
index d3e7b45..ce86db2 100644
--- a/test/api_renewals_test.go
+++ b/test/api_renewals_test.go
@@ -1,5 +1,5 @@
/*
-Reseller API
+XI Sdk Resellers
Testing RenewalsAPIService
diff --git a/test/api_returns_test.go b/test/api_returns_test.go
index 667c6dc..165ed5f 100644
--- a/test/api_returns_test.go
+++ b/test/api_returns_test.go
@@ -1,5 +1,5 @@
/*
-Reseller API
+XI Sdk Resellers
Testing ReturnsAPIService
diff --git a/test/api_stock_update_test.go b/test/api_stock_update_test.go
index cd63407..2ab97be 100644
--- a/test/api_stock_update_test.go
+++ b/test/api_stock_update_test.go
@@ -1,5 +1,5 @@
/*
-Reseller API
+XI Sdk Resellers
Testing StockUpdateAPIService
diff --git a/utils.go b/utils.go
index b5f8a30..2a8cb05 100644
--- a/utils.go
+++ b/utils.go
@@ -1,9 +1,9 @@
/*
-Reseller API
+XI Sdk Resellers
-For Resellers.
Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
+For Resellers. Who are looking to Innovate with Ingram Micro's API SolutionsAutomate your eCommerce with our offering of APIs and Webhooks to create a seamless experience for your customers.
-API version: 6.0
+API version: 1.0.0
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
@@ -320,7 +320,7 @@ func NewNullableTime(val *time.Time) *NullableTime {
}
func (v NullableTime) MarshalJSON() ([]byte, error) {
- return v.value.MarshalJSON()
+ return json.Marshal(v.value)
}
func (v *NullableTime) UnmarshalJSON(src []byte) error {