POST api/ProductClassification/Request

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
prodRequest
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "transaction_id": "sample string 1",
  "source_system": "sample string 2",
  "customer_uuid": "sample string 3",
  "customer_authorization_token": "sample string 4",
  "target_system_work_order_uuid": "sample string 5",
  "work_order_authorization_token": "sample string 6",
  "work_items": {
    "$id": "2",
    "$values": [
      {
        "$id": "3",
        "item_external_id": "sample string 1",
        "source_system_work_order_number": "sample string 2",
        "source_system_work_order_quantity": "sample string 3",
        "source_system_order_type": "sample string 4",
        "customer_category": "sample string 5",
        "product_title": "sample string 6",
        "commodity_type": "sample string 7",
        "other_commodity_type": "sample string 8",
        "merchant_name": "sample string 9",
        "brand_or_manufacturer": "sample string 10",
        "model_number": "sample string 11",
        "mpn_or_part_number": "sample string 12",
        "merchants_product_code": "sample string 13",
        "sku": "sample string 14",
        "upc_or_isbn": "sample string 15",
        "ean_or_gtin": "sample string 16",
        "asin": "sample string 17",
        "quantity": "sample string 18",
        "description": "sample string 19",
        "product_condition": "sample string 20",
        "product_dimension": "sample string 21",
        "product_weight": "sample string 22",
        "country_of_manufacture": "sample string 23",
        "shipment_country_of_origin": "sample string 24",
        "retail_unit_amount": "sample string 25",
        "country_of_origin_currency": "sample string 26",
        "unit_of_measure": "sample string 27",
        "product_url": "sample string 28",
        "image1_url": "sample string 29",
        "image2_url": "sample string 30",
        "image3_url": "sample string 31",
        "image4_url": "sample string 32",
        "destination_countries": {
          "$id": "4",
          "$values": [
            {
              "$id": "5",
              "schedule_b_required": "sample string 1",
              "destination_hs": "sample string 2",
              "oec": "sample string 3",
              "country_code": "sample string 4",
              "currency_code": "sample string 5",
              "work_item_country_uuid": "sample string 6",
              "sf_record_id": "sample string 7"
            },
            {
              "$ref": "5"
            },
            {
              "$ref": "5"
            }
          ]
        },
        "work_item_uuid": "sample string 33",
        "sf_record_id": "sample string 34"
      },
      {
        "$ref": "3"
      },
      {
        "$ref": "3"
      }
    ]
  },
  "success": true,
  "request_payload": "sample string 8",
  "message": "sample string 9",
  "http_web_method": "sample string 10",
  "errors": {
    "$id": "6",
    "$values": [
      {
        "$id": "7",
        "error_message": "sample string 1",
        "error_code": "sample string 2"
      },
      {
        "$ref": "7"
      },
      {
        "$ref": "7"
      }
    ]
  },
  "endpoint_url": "sample string 11"
}

application/xml, text/xml

Sample:
<ProdClassifyRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EdgeServices.Interface.Models.ProductClassification">
  <customer_authorization_token>sample string 4</customer_authorization_token>
  <customer_uuid>sample string 3</customer_uuid>
  <endpoint_url>sample string 11</endpoint_url>
  <errors>
    <Error>
      <error_code>sample string 2</error_code>
      <error_message>sample string 1</error_message>
    </Error>
    <Error>
      <error_code>sample string 2</error_code>
      <error_message>sample string 1</error_message>
    </Error>
    <Error>
      <error_code>sample string 2</error_code>
      <error_message>sample string 1</error_message>
    </Error>
  </errors>
  <http_web_method>sample string 10</http_web_method>
  <message>sample string 9</message>
  <request_payload>sample string 8</request_payload>
  <source_system>sample string 2</source_system>
  <success>true</success>
  <target_system_work_order_uuid>sample string 5</target_system_work_order_uuid>
  <transaction_id>sample string 1</transaction_id>
  <work_items>
    <Work_Items>
      <asin>sample string 17</asin>
      <brand_or_manufacturer>sample string 10</brand_or_manufacturer>
      <commodity_type>sample string 7</commodity_type>
      <country_of_manufacture>sample string 23</country_of_manufacture>
      <country_of_origin_currency>sample string 26</country_of_origin_currency>
      <customer_category>sample string 5</customer_category>
      <description>sample string 19</description>
      <destination_countries>
        <Destination_Countries>
          <country_code>sample string 4</country_code>
          <currency_code>sample string 5</currency_code>
          <destination_hs>sample string 2</destination_hs>
          <oec>sample string 3</oec>
          <schedule_b_required>sample string 1</schedule_b_required>
          <sf_record_id>sample string 7</sf_record_id>
          <work_item_country_uuid>sample string 6</work_item_country_uuid>
        </Destination_Countries>
        <Destination_Countries>
          <country_code>sample string 4</country_code>
          <currency_code>sample string 5</currency_code>
          <destination_hs>sample string 2</destination_hs>
          <oec>sample string 3</oec>
          <schedule_b_required>sample string 1</schedule_b_required>
          <sf_record_id>sample string 7</sf_record_id>
          <work_item_country_uuid>sample string 6</work_item_country_uuid>
        </Destination_Countries>
        <Destination_Countries>
          <country_code>sample string 4</country_code>
          <currency_code>sample string 5</currency_code>
          <destination_hs>sample string 2</destination_hs>
          <oec>sample string 3</oec>
          <schedule_b_required>sample string 1</schedule_b_required>
          <sf_record_id>sample string 7</sf_record_id>
          <work_item_country_uuid>sample string 6</work_item_country_uuid>
        </Destination_Countries>
      </destination_countries>
      <ean_or_gtin>sample string 16</ean_or_gtin>
      <image1_url>sample string 29</image1_url>
      <image2_url>sample string 30</image2_url>
      <image3_url>sample string 31</image3_url>
      <image4_url>sample string 32</image4_url>
      <item_external_id>sample string 1</item_external_id>
      <merchant_name>sample string 9</merchant_name>
      <merchants_product_code>sample string 13</merchants_product_code>
      <model_number>sample string 11</model_number>
      <mpn_or_part_number>sample string 12</mpn_or_part_number>
      <other_commodity_type>sample string 8</other_commodity_type>
      <product_condition>sample string 20</product_condition>
      <product_dimension>sample string 21</product_dimension>
      <product_title>sample string 6</product_title>
      <product_url>sample string 28</product_url>
      <product_weight>sample string 22</product_weight>
      <quantity>sample string 18</quantity>
      <retail_unit_amount>sample string 25</retail_unit_amount>
      <sf_record_id>sample string 34</sf_record_id>
      <shipment_country_of_origin>sample string 24</shipment_country_of_origin>
      <sku>sample string 14</sku>
      <source_system_order_type>sample string 4</source_system_order_type>
      <source_system_work_order_number>sample string 2</source_system_work_order_number>
      <source_system_work_order_quantity>sample string 3</source_system_work_order_quantity>
      <unit_of_measure>sample string 27</unit_of_measure>
      <upc_or_isbn>sample string 15</upc_or_isbn>
      <work_item_uuid>sample string 33</work_item_uuid>
    </Work_Items>
    <Work_Items>
      <asin>sample string 17</asin>
      <brand_or_manufacturer>sample string 10</brand_or_manufacturer>
      <commodity_type>sample string 7</commodity_type>
      <country_of_manufacture>sample string 23</country_of_manufacture>
      <country_of_origin_currency>sample string 26</country_of_origin_currency>
      <customer_category>sample string 5</customer_category>
      <description>sample string 19</description>
      <destination_countries>
        <Destination_Countries>
          <country_code>sample string 4</country_code>
          <currency_code>sample string 5</currency_code>
          <destination_hs>sample string 2</destination_hs>
          <oec>sample string 3</oec>
          <schedule_b_required>sample string 1</schedule_b_required>
          <sf_record_id>sample string 7</sf_record_id>
          <work_item_country_uuid>sample string 6</work_item_country_uuid>
        </Destination_Countries>
        <Destination_Countries>
          <country_code>sample string 4</country_code>
          <currency_code>sample string 5</currency_code>
          <destination_hs>sample string 2</destination_hs>
          <oec>sample string 3</oec>
          <schedule_b_required>sample string 1</schedule_b_required>
          <sf_record_id>sample string 7</sf_record_id>
          <work_item_country_uuid>sample string 6</work_item_country_uuid>
        </Destination_Countries>
        <Destination_Countries>
          <country_code>sample string 4</country_code>
          <currency_code>sample string 5</currency_code>
          <destination_hs>sample string 2</destination_hs>
          <oec>sample string 3</oec>
          <schedule_b_required>sample string 1</schedule_b_required>
          <sf_record_id>sample string 7</sf_record_id>
          <work_item_country_uuid>sample string 6</work_item_country_uuid>
        </Destination_Countries>
      </destination_countries>
      <ean_or_gtin>sample string 16</ean_or_gtin>
      <image1_url>sample string 29</image1_url>
      <image2_url>sample string 30</image2_url>
      <image3_url>sample string 31</image3_url>
      <image4_url>sample string 32</image4_url>
      <item_external_id>sample string 1</item_external_id>
      <merchant_name>sample string 9</merchant_name>
      <merchants_product_code>sample string 13</merchants_product_code>
      <model_number>sample string 11</model_number>
      <mpn_or_part_number>sample string 12</mpn_or_part_number>
      <other_commodity_type>sample string 8</other_commodity_type>
      <product_condition>sample string 20</product_condition>
      <product_dimension>sample string 21</product_dimension>
      <product_title>sample string 6</product_title>
      <product_url>sample string 28</product_url>
      <product_weight>sample string 22</product_weight>
      <quantity>sample string 18</quantity>
      <retail_unit_amount>sample string 25</retail_unit_amount>
      <sf_record_id>sample string 34</sf_record_id>
      <shipment_country_of_origin>sample string 24</shipment_country_of_origin>
      <sku>sample string 14</sku>
      <source_system_order_type>sample string 4</source_system_order_type>
      <source_system_work_order_number>sample string 2</source_system_work_order_number>
      <source_system_work_order_quantity>sample string 3</source_system_work_order_quantity>
      <unit_of_measure>sample string 27</unit_of_measure>
      <upc_or_isbn>sample string 15</upc_or_isbn>
      <work_item_uuid>sample string 33</work_item_uuid>
    </Work_Items>
    <Work_Items>
      <asin>sample string 17</asin>
      <brand_or_manufacturer>sample string 10</brand_or_manufacturer>
      <commodity_type>sample string 7</commodity_type>
      <country_of_manufacture>sample string 23</country_of_manufacture>
      <country_of_origin_currency>sample string 26</country_of_origin_currency>
      <customer_category>sample string 5</customer_category>
      <description>sample string 19</description>
      <destination_countries>
        <Destination_Countries>
          <country_code>sample string 4</country_code>
          <currency_code>sample string 5</currency_code>
          <destination_hs>sample string 2</destination_hs>
          <oec>sample string 3</oec>
          <schedule_b_required>sample string 1</schedule_b_required>
          <sf_record_id>sample string 7</sf_record_id>
          <work_item_country_uuid>sample string 6</work_item_country_uuid>
        </Destination_Countries>
        <Destination_Countries>
          <country_code>sample string 4</country_code>
          <currency_code>sample string 5</currency_code>
          <destination_hs>sample string 2</destination_hs>
          <oec>sample string 3</oec>
          <schedule_b_required>sample string 1</schedule_b_required>
          <sf_record_id>sample string 7</sf_record_id>
          <work_item_country_uuid>sample string 6</work_item_country_uuid>
        </Destination_Countries>
        <Destination_Countries>
          <country_code>sample string 4</country_code>
          <currency_code>sample string 5</currency_code>
          <destination_hs>sample string 2</destination_hs>
          <oec>sample string 3</oec>
          <schedule_b_required>sample string 1</schedule_b_required>
          <sf_record_id>sample string 7</sf_record_id>
          <work_item_country_uuid>sample string 6</work_item_country_uuid>
        </Destination_Countries>
      </destination_countries>
      <ean_or_gtin>sample string 16</ean_or_gtin>
      <image1_url>sample string 29</image1_url>
      <image2_url>sample string 30</image2_url>
      <image3_url>sample string 31</image3_url>
      <image4_url>sample string 32</image4_url>
      <item_external_id>sample string 1</item_external_id>
      <merchant_name>sample string 9</merchant_name>
      <merchants_product_code>sample string 13</merchants_product_code>
      <model_number>sample string 11</model_number>
      <mpn_or_part_number>sample string 12</mpn_or_part_number>
      <other_commodity_type>sample string 8</other_commodity_type>
      <product_condition>sample string 20</product_condition>
      <product_dimension>sample string 21</product_dimension>
      <product_title>sample string 6</product_title>
      <product_url>sample string 28</product_url>
      <product_weight>sample string 22</product_weight>
      <quantity>sample string 18</quantity>
      <retail_unit_amount>sample string 25</retail_unit_amount>
      <sf_record_id>sample string 34</sf_record_id>
      <shipment_country_of_origin>sample string 24</shipment_country_of_origin>
      <sku>sample string 14</sku>
      <source_system_order_type>sample string 4</source_system_order_type>
      <source_system_work_order_number>sample string 2</source_system_work_order_number>
      <source_system_work_order_quantity>sample string 3</source_system_work_order_quantity>
      <unit_of_measure>sample string 27</unit_of_measure>
      <upc_or_isbn>sample string 15</upc_or_isbn>
      <work_item_uuid>sample string 33</work_item_uuid>
    </Work_Items>
  </work_items>
  <work_order_authorization_token>sample string 6</work_order_authorization_token>
</ProdClassifyRequest>

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 'ProdClassifyRequest'.

Response Information

No documentation available.

Response body formats

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

Sample:

Sample not available.