Fulfilleo Help
  • What is Fulfilleo?
  • FAQ
  • Tracking companies that can be automatically detected
  • Update order tracking from Text
  • Update order tracking from CSV
  • Update order tracking from XML
  • Update order tracking from JSON
  • Use Cases
    • Custom Tracking URLs
    • IFS Italy
  • Settings
    • Filters
    • Notifications
    • Post-processing
Powered by GitBook
On this page
  1. Use Cases

IFS Italy

PreviousCustom Tracking URLsNextFilters

Last updated 4 months ago

You can use Fulfilleo to import tracking numbers of orders shipped by IFS Italy.

Here are the settings that you need to set up in Fulfilleo.

Schedule

Schedule the automation to run every hour at a selected minute.

Source

  • Channel: HTTP

  • Method: GET

You need to replace <API_KEY> with the API Key that you received from IFS Italy.

Data mapping

Format: JSON

  • Order (JSONPath): $.orders

  • Order Number (JSONPath): $.reference

  • Shipments (Ignore)

  • Tracking Number: $.tracking_code

  • Tracking Company (Fixed): IFS

  • Tracking URL (JSONPath): $.tracking_url

  • Items (JSONPath): $.items

  • SKU (JSONPath): $.sku

  • Quantity (JSONPath): $.quantity

Filters

Make sure to add a filter "Tracking Number - is not empty". Otherwise the automation would also fulfill orders that haven't been shipped yet, and there would be no tracking numbers.

URL:

https://backoffice.ifsitaly.com/api/v1/orders?page={{page}}&origin=api&api_key=<API_KEY>
Schedule every hour
IFS Italy - source settings
IFS Italy - data mapping