GET api/ShippingProduct/GetSpecifiedShipppingProductsForTPMatrix

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
ShippingProduct
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "ShippingProductsId": "3a28e194-72ca-4a0d-85fc-707dbd5c636b",
  "SettingId": "638ebcee-ac24-49ed-81c5-71837c16c08e",
  "TenantId": "sample string 2",
  "ProductId": "sample string 3",
  "ProductName": "sample string 4",
  "ProductVariantName": "sample string 5",
  "ProductPrice": "sample string 6",
  "ProductCurrency": "sample string 7",
  "ProductWeight": "sample string 8",
  "ProductWeightUOM": "sample string 9",
  "ShippingMethods": "sample string 10",
  "ShippingMethodsCount": 1,
  "ShippingDestinationCountryList": "sample string 11",
  "TransportPackagingCount": 1,
  "CreatedTimeStamp": "2025-05-09T20:00:08.2263676+00:00",
  "UpdatedTimeStamp": "2025-05-09T20:00:08.2263676+00:00",
  "VariantId": "sample string 12",
  "ShopifyShopName": "sample string 13",
  "VariantName": "sample string 14",
  "ShippingDestinationCountryCount": 1,
  "EcommerceSource": "sample string 15",
  "IsPackAlone": true,
  "AdjustmentType": "sample string 16",
  "AdjustmentPercentageValue": "sample string 17",
  "AdjustmentFlatAmountValue": "sample string 18",
  "ProductLength": "sample string 19",
  "ProductWidth": "sample string 20",
  "ProductHeight": "sample string 21",
  "DimensionUnit": "sample string 22",
  "AdjustmentFlatAmountCurrency": "sample string 23",
  "PackingRuleName": "sample string 24"
}

application/xml, text/xml

Sample:
<ShippingProduct xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EdgeSettings.DAL">
  <AdjustmentFlatAmountCurrency>sample string 23</AdjustmentFlatAmountCurrency>
  <AdjustmentFlatAmountValue>sample string 18</AdjustmentFlatAmountValue>
  <AdjustmentPercentageValue>sample string 17</AdjustmentPercentageValue>
  <AdjustmentType>sample string 16</AdjustmentType>
  <CreatedTimeStamp>2025-05-09T20:00:08.2263676+00:00</CreatedTimeStamp>
  <DimensionUnit>sample string 22</DimensionUnit>
  <EcommerceSource>sample string 15</EcommerceSource>
  <IsPackAlone>true</IsPackAlone>
  <PackingRuleName>sample string 24</PackingRuleName>
  <ProductCurrency>sample string 7</ProductCurrency>
  <ProductHeight>sample string 21</ProductHeight>
  <ProductId>sample string 3</ProductId>
  <ProductLength>sample string 19</ProductLength>
  <ProductName>sample string 4</ProductName>
  <ProductPrice>sample string 6</ProductPrice>
  <ProductVariantName>sample string 5</ProductVariantName>
  <ProductWeight>sample string 8</ProductWeight>
  <ProductWeightUOM>sample string 9</ProductWeightUOM>
  <ProductWidth>sample string 20</ProductWidth>
  <SettingId>638ebcee-ac24-49ed-81c5-71837c16c08e</SettingId>
  <ShippingDestinationCountryCount>1</ShippingDestinationCountryCount>
  <ShippingDestinationCountryList>sample string 11</ShippingDestinationCountryList>
  <ShippingMethods>sample string 10</ShippingMethods>
  <ShippingMethodsCount>1</ShippingMethodsCount>
  <ShippingProductsId>3a28e194-72ca-4a0d-85fc-707dbd5c636b</ShippingProductsId>
  <ShopifyShopName>sample string 13</ShopifyShopName>
  <TenantId>sample string 2</TenantId>
  <TransportPackagingCount>1</TransportPackagingCount>
  <UpdatedTimeStamp>2025-05-09T20:00:08.2263676+00:00</UpdatedTimeStamp>
  <VariantId>sample string 12</VariantId>
  <VariantName>sample string 14</VariantName>
</ShippingProduct>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'ShippingProduct'.

Response Information

No documentation available.

Response body formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.