The my_prices object

Attributes


origin

array origin associated with your imported rates.

Child attributes
  • location string
    Name of the returned origin as it appears in the Xeneta database
  • name string
    Actual name of the returned origin
  • type string
    Location type of the returned origin
  • allow_aggregation boolean
    Indicates whether rate aggregation on a larger geographic region is available for the returned origin

destination

array destination associated with your imported rates.

Child attributes
  • location string
    Name of the returned destination as it appears in the Xeneta database
  • name string
    Actual name of the returned destination
  • type string
    Location type of the returned destination
  • allow_aggregation boolean
    Indicates whether rate aggregation on a larger geographic region is available for the returned destination

supplier_name

string Name of the carrier or freight forwarder associated with the returned prices.

rate_info

string Contract number or other reference name associated with the returned prices.

prices

array Your imported rates as they appear in the Xeneta platform.

Child attributes
  • day string
    Specific day within the requested date range
  • value integer
    Your imported rate value for the specific day

Body


{
  "my_prices": [
    {
      "origin": {
        "location": "CNSGH",
        "type": "Port",
        "allow_aggregation": true,
        "name": "Shanghai"
      },
      "destination": {
        "location": "NLRTM",
        "type": "Port",
        "allow_aggregation": true,
        "name": "Rotterdam"
      },
      "supplier_name": "Carrier/FF 01",
      "rate_info": "Update 2023-01-01",
      "prices": [
        {
          "day": "2023-02-01",
          "value": 2070
        },
        {
          "day": "2023-02-02",
          "value": 2070
        },
        {
          "day": "2023-02-03",
          "value": 2070
        },
        {
          "day": "2023-02-04",
          "value": 2070
        },
        {
          "day": "2023-02-05",
          "value": 2070
        }
      ]
    },
    {
      "origin": {
        "location": "CNSGH",
        "type": "Port",
        "allow_aggregation": true,
        "name": "Shanghai"
      },
      "destination": {
        "location": "NLRTM",
        "type": "Port",
        "allow_aggregation": true,
        "name": "Rotterdam"
      },
      "supplier_name": "Carrier/FF 02",
      "rate_info": "Update 2023-01-01",
      "prices": [
        {
          "day": "2023-02-01",
          "value": 1210
        },
        {
          "day": "2023-02-02",
          "value": 1198
        },
        {
          "day": "2023-02-03",
          "value": 1188
        },
        {
          "day": "2023-02-04",
          "value": 1188
        },
        {
          "day": "2023-02-05",
          "value": 1186
        }
      ]
    }
  ]
}
Xeneta Footer - Fixed