Delivery

This is the central unit within Shippify. It consists of a set of two points, a collection point and a delivery point through which the associated packages must be transported.

Detail

Example

{
  "pickup": {
      "contact": {
          "name": "Administrador Tienda Florida Center",
          "email": "floridacenter@ripley.cl",
          "phonenumber": "+5622222222"
      },
      "location": {
          "address": "Vicuña Mackenna 6100, La Florida, Región Metropolitana, Chile",
          "lat": -33.511333999,
          "lng": -70.6102933,
          "instructions": "Local 1001"
      }
  },
  "dropoff": {
      "contact": {
          "name": "Administrador Tienda Plaza Tobalaba",
          "email": "plazatobalaba@ripley.cl",
          "phonenumber": "+562222222"
      },
      "location": {
          "address": "Av. Camilo Henríquez 3296, Santiago, Puente Alto, Región Metropolitana, Chile",
          "lat": -33.569311,
          "lng": -70.5561712,
          "instructions": "-"
      }
  },
  "tags": ["PRIME", "CLOTHES"],
  "packages": [
      {
          "name": "POLERA ML FULL CLBK CR I22 AZUL 10",
          "qty": 1,
          "weight": "1",
          "size": 3,
          "properties": [
              {
                  "name": "Volumen",
                  "value": "0.1"
              }
          ]
      }
  ],
  "referenceId": "0390052015954210132313",
  "metadata": {
      "storeId": 10057,
      "pickupChannel": "1",
      "empresaTransporte": "SHIPPIFY",
      "virtualStoreId": "1195-1"
  },
  "extraData": [{"name":"Billing", "value":"0000-123-334"}],
  "cod":10
}