getOrderFulfillmentPlans

Returns all order fulfillment plans for the given requestDTO. The order fulfilment steps of a plan come sorted by their sequence number. The events of a step come partially sorted. The milestone events sorted by their sort number. Then the monitored events unsorted.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

DTO for order fulfillment plan requests. Version 2.0

string

The identCode of the client owning the order item for the request.

string

The order number of the order item whose plan is requested. Can be a sales order or a purchase order number.

string

The order item number of the order item whose plan is requested Can be a sales order or a purchase order item number.

string

The partner global location number to identify the order item (together with the order/order item number).

In case of a sales order to be requested the supplier gln should be supplied.
In case of a purchase order to be requested the buyer gln should be supplied.

boolean

Controls the number of plans to be returned.

When true, only the plan for the partial fulfillment is returned whose execution has not yet begun. This is the partial fulfillment that would deliver the remaining quantity of the order item. If there is no remaining quantity (complete fulfillment begun or finished), no plans will be returned.

When false, all plans for all partial fulfillments will be returned.

string
enum
Defaults to OFDATAEXTENT_HEAD_ONLY

Controls the data extend of the returned plan(s).

Possible values:
OFHEAD_ONLY: only the header data of the plans are returned (LISOrderFulfillmentPlan20DTO)
OFHEAD_WITH_STEPS: additionally the order fulfillment steps are returned (LISOrderFulfillmentStep20DTO)> OFHEAD_WITH_STEPS_AND_EVENTS: additionally the events of the fulfillment steps are returned (LISTrackingEventHead20DTO)
If no or an unknown value is given, OFHEAD_ONLY is assumed as default value.

Allowed:
Response

Language
Credentials
Basic
base64
:
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json