Fulfillment feature V2 - FFM Order

How to manage your fulfillment FFM Order

Please notice : this API is for Octopia fulfillment sellers only.

you can not use it if you are a fulfilment legacy seller front Cdiscount.

API FFM Order Feature

The fulfillment FFM Order API is designed for sellers aiming at running their fulfillment activity.
You will be able to :

  • Posting shipping orders

  • Consulting shipping orders

  • Consulting stock for a specific product

  • Consulting stock according to different criterias

Endpoint

What is the fulfillment ?

In order to understand what "fulfillment" means for Octopia you can read the help center documentation. You will find :

  1. What is fulfillment (FFM) pricing and invoicing

  2. What is FFM order

  3. How to take back or yield your products

  4. How to activate/desactivate FMM product

Help center documentation

How the fulfillment FFM Order works

FFM Order

  • Orders (delivery note ; external order ....) = outbound shipment

  • Tracking

  • Returns

FFM Order workflow

Picture

Endpoints

Creates a new outbound-shipment
POST /outbound-shipment

Creates a new outbound shipment for an external user. Allows to create a new outbound-shipment for a specified seller.

Rules : When the outbound-shipment is created, a productId or a sellerProductReference is required to retrieve the current product in the system. If both are specified only the sellerProductReference is used.

Count outbound-shipments by filters
GET /outbound-shipments/count

Allows to retrieve the amount of outbound-shipments for a specified seller according to several filters.


Gets an outbound shipment by unique identifier
GET /outbound-shipments /{outboundShipmentId}

Gets an outbound shipment by unique identifier.

Gets outbound shipments by specified filters

GET /outbound-shipments

Allows to retrieve an outbound-shipment list for a specified seller, according to several filters.