Developers
English
English
  • 👋Welcome
  • 🛒E-commerce
    • Introduction
    • Shopify
      • Functionalities
      • Steps to integrate
      • User guide
      • FAQs
    • Mercado Livre
      • Functionalities
      • Steps to integrate
      • FAQs
    • Vtex
      • Funcionalities
      • Steps to integrate
      • FAQs
    • Beetrack
      • Funcionalities
      • Steps to integrate
      • FAQs
    • Prestashop
      • Functionalities
      • Steps to integrate
      • FAQs
  • 👨‍💻Integration Guide
    • Basic processes
      • Delivery creation
        • Dash
        • Import
        • Zapier
        • API
        • SFTP
        • Custom
      • Status update
        • Webhook subscriptions
        • Continuous Polling
        • Statuses
    • Advanced process
      • Interactive delivery tracking
      • Security
        • [2FA] Two Factor Authentication Method
        • Activate SAML SSO for a Company
  • 📄Shippify Api
    • First steps
    • Deliveries
      • Delivery creation
      • Delivery Quotes
      • Get delivery information
      • Update pickup point
      • Update delivery
      • Change delivery statuses
      • Assign driver
      • Print delivery labels
      • Get a tracking link
      • Attach documents to a delivery
    • Routes
      • Create route
      • Get route information
      • Add a delivery
      • Remove a delivery
      • Break a route
      • Change the status of a route
  • 📝Processes
    • Create a Shippify account
Con tecnología de GitBook
En esta página
  • Process
  • Server
  • Files
  • Requirements
  1. Integration Guide
  2. Basic processes
  3. Delivery creation

SFTP

This method for creating deliveries is ideal for large companies that need to automate the creation of their orders on our platform.

AnteriorAPISiguienteCustom

Última actualización hace 1 año

Process

This method involves uploading a file with order information to an SFTP server. We will be constantly reading this server for new files and subsequently creating deliveries in Shippify.

Server

You can use your own SFTP server to store the files and provide us with access to read it constantly. Alternatively, if you don't have one, we can provide access to ours.

Files

We support a wide variety of formats for the files you want to upload to the server:

  • JSON

  • EXCEL

  • CSV

  • XML

  • EDIFILE

Requirements

To activate this integration, you need to send us a request via email to integrations@shippify.co with all the information for configuration. Here are the details you need to include along with examples:

  • Email of my company in Shippify: Here you should provide the email of your account in Shippify.

  • SFTP Server: Shippify or Own. If it's your own, attach the following details:

    • Host

    • Port

    • Username

    • Password

  • File Type: Format of the file you will upload to the SFTP, it can be JSON, EXCEL, CSV, XML, or EDIFILE.

  • Time Interval: Indicate how often you will upload a file.

  • Orders per File: Specify how many orders are included in each file.

  • Sample File: Here you can attach a sample file that you will upload to the SFTP or provide a URL to the file.

  • File Description: You can attach an Excel file, either as an attachment or via URL, explaining the meaning of each field in the file and whether it needs to be registered in the platform or not.

Request using Shippify's SFTP
Good morning,

I would like to create deliveries in Shippify using an SFTP.
Attached are the necessary details:

* Email of my company in Shippify: willy.alvim@shippify.co
* SFTP Server: Shippify
* File Type: JSON
* Sample File: Attached document
* File Description: Attached document

Thank you in advance,

Regards,
Willy Alvim
Request using your own SFTP
Good morning,

I want to create deliveries in Shippify using an SFTP.
Attached are the necessary details:

* Email of my company in Shippify: willy.alvim@shippify.co
* SFTP Server: Own
    * Host: sftp-test.millunas.co
    * Port: 43
    * User: test
    * Password: *******
* File Type: JSON
* Time: An file will be uploaded every day at 12 pm.
* Orders per File: Each file will have between 100 and 200 orders
* Sample File: Attached document
* File Description: Attached document

Thank you in advance,

Regards,
Willy Alvim

In these files, it's important to include all the required information to create a delivery in our system. You can review the required fields in the documentation .

👨‍💻
this link
Creación por sftp