mass customization api for brochures, t-shirts, posters, business cards, photo products, wallpapers, shoes, sticker, surfboards and much more
Welcome Guest, you are in: Login

delivergo® XML JSON Print / Mass Customization API

RSS RSS

Navigation





Search Web2Print Wiki
»


  • Create Account 
    mass customization api for brochures, t-shirts, posters, photobooks, business cards, photo products, wallpapers, shoes, sticker, surfboards and much more
      

ShipmentTariff

RSS
Modified on Wed, 06 Oct 2010 15:35 by Andrew Jong Categorized as Object

1 Shipment Tariff

1.1 Elements

Name Type Datatype Example Default Description
Provider required string UPS - The selected Shipment Tariff. Currently only UPS shipment is supported for the API.
Tariff required string Standard; ExpressSaver - The selected Shipment Tariff.
Name required element - - Name of the shipment tariff.

1.2 Example

XML

<ShipmentTariff>
  <Provider>UPS</Provider>
  <Tariff>Standard</Tariff>
  <Name>UPS Standard</Name>
</ShipmentTariff>

JSON

{
  "Provider": "UPS",
  "Tariff": "Standard",
  "Name": "UPS Standard"
}

1.2.1 Additional response elements

Name Type Datatype Example Default Description
Zones optional element - - List of available shipping destinations for this tariff. Value consists of two letter iso codes, separated by a ';'.

1.3 Example

XML

<ShipmentTariff>
  <Provider>UPS</Provider>
  <Tariff>Standard</Tariff>
  <Name>UPS Standard</Name>
  <Zones>DE;AT;CH</Zones>
</ShipmentTariff>

JSON

{
  "Provider": "UPS",
  "Tariff": "Standard",
  "Name": "UPS Standard"
  "Zones": "DE;AT;CH"
}
____________

Discussions about Web2Print SaaS Cloud API JSON REST XML:

{discussion}

ScrewTurn Wiki version 3.0.4.560. Icons created by FamFamFam.