POST product/ProductCatalog

Action will Save the product list into the FreightPOP.

Pass HTTP Authorization request header with value "Bearer {token}" to perform this action.

EndPoint

Production Url: https://enterprise.freightpop.com/product/ProductCatalog

Sandbox Url: https://sandbox-api.freightpop.com/product/ProductCatalog

Request Information

URI Parameters

None.

Body Parameters

RequestProductCatalogDto
NameDescriptionTypeAdditional information
ListOfProductCatalog

Collection of ProductCatalogRequest

None.

isUpdate

isUpdate

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "ListOfProductCatalog": [
    {
      "Item": "sample string 1",
      "Desciption": "sample string 2",
      "Price": "sample string 3",
      "CountryofOrigin": "sample string 4",
      "HTSCode": "sample string 5",
      "ECCN": "sample string 6",
      "FreightClass": "sample string 7",
      "UserDefinedField1": "sample string 8",
      "UserDefinedField2": "sample string 9",
      "Category": "sample string 10",
      "Length": 11.1,
      "Height": 12.1,
      "Width": 13.1,
      "Weight": 14.1,
      "PackageType": 1,
      "BulkPackQtyFrom": 15.1,
      "BulkPackQtyTo": 16.1,
      "BulkPackPackageType": 1,
      "BulkPackLength": 17.1,
      "BulkPackWidth": 18.1,
      "BulkPackHeight": 19.1,
      "BulkPackAddtlWeight": 20.1,
      "UseItemFreightClass": true,
      "CBFT": 22.0,
      "L2BulkPackQtyFrom": 23.1,
      "L2BulkPackQtyTo": 24.1,
      "L2BulkPackPackageType": 1,
      "L2BulkPackLength": 25.1,
      "L2BulkPackWidth": 26.1,
      "L2BulkPackHeight": 27.1,
      "L2BulkPackAddtlWeight": 28.1,
      "MakeBulkPackLeftOver": 29,
      "NMFC": "sample string 30",
      "AutoCalcShipDetailsQuote": true,
      "AutoCalcShipDetailsShip": true,
      "AllowMixingParts": true
    },
    {
      "Item": "sample string 1",
      "Desciption": "sample string 2",
      "Price": "sample string 3",
      "CountryofOrigin": "sample string 4",
      "HTSCode": "sample string 5",
      "ECCN": "sample string 6",
      "FreightClass": "sample string 7",
      "UserDefinedField1": "sample string 8",
      "UserDefinedField2": "sample string 9",
      "Category": "sample string 10",
      "Length": 11.1,
      "Height": 12.1,
      "Width": 13.1,
      "Weight": 14.1,
      "PackageType": 1,
      "BulkPackQtyFrom": 15.1,
      "BulkPackQtyTo": 16.1,
      "BulkPackPackageType": 1,
      "BulkPackLength": 17.1,
      "BulkPackWidth": 18.1,
      "BulkPackHeight": 19.1,
      "BulkPackAddtlWeight": 20.1,
      "UseItemFreightClass": true,
      "CBFT": 22.0,
      "L2BulkPackQtyFrom": 23.1,
      "L2BulkPackQtyTo": 24.1,
      "L2BulkPackPackageType": 1,
      "L2BulkPackLength": 25.1,
      "L2BulkPackWidth": 26.1,
      "L2BulkPackHeight": 27.1,
      "L2BulkPackAddtlWeight": 28.1,
      "MakeBulkPackLeftOver": 29,
      "NMFC": "sample string 30",
      "AutoCalcShipDetailsQuote": true,
      "AutoCalcShipDetailsShip": true,
      "AllowMixingParts": true
    }
  ],
  "isUpdate": true
}

Response Information

Resource Description

BadResponse
NameDescriptionTypeAdditional information
Data

Data returned by api

Object

None.

Code

Response code returned by api

HttpStatusCode

None.

Message

Human readable message

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Code": 100,
  "Message": "sample string 2",
  "Data": {}
}