How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

MEF Product Ordering Management (Mef Lso Sonata Product Order Management)

MEF Product Ordering Management from MEF — 10 path(s) described in OpenAPI.

MEF Product Ordering Management (Mef Lso Sonata Product Order Management) is one of 95 APIs that MEF publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 16 operations across 10 paths, organized into 5 resource areas, and defines 84 schemas. It is described by OpenAPI 3.0.1, at version 11.0.1.

Requests are made against a single base URL, https://{serverBase}/mefApi/sonata/productOrderingManagement/v11/.

16 operations 10 paths 84 schemas 1 DELETE9 GET2 PATCH4 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.1
API Version
11.0.1
Base URL
https://{server}:{port}{basePath}
Resource Areas
5

Paths & Operations 16

Across 10 paths, the API surfaces 16 operations — 1 DELETE, 9 GET, 2 PATCH, 4 POST. They span 5 resource areas: productOrder, cancelProductOrder, charge, events subscription, modifyProductOrderItemRequestedDeliveryDate. Each is listed below with its method, path, parameters, and response codes.

productOrder 4
GET
/productOrder
Lists or finds ProductOrder objects
listProductOrder 17 params → 200400401403422500
POST
/productOrder
Creates a ProductOrder
createProductOrder 2 params body → 201400401403422500
GET
/productOrder/{id}
Retrieves a ProductOrder by ID
retrieveProductOrder 3 params → 200400401403404500
PATCH
/productOrder/{id}
Updates partially a ProductOrder
patchProductOrder 3 params body → 200400401403404409422500
cancelProductOrder 3
GET
/cancelProductOrder
Lists or finds CancelProductOrder objects
listCancelProductOrder 7 params → 200400401403422500501
POST
/cancelProductOrder
Creates a CancelProductOrder
createCancelProductOrder 2 params body → 201400401403422500501
GET
/cancelProductOrder/{id}
Retrieves a CancelProductOrder by ID
retrieveCancelProductOrder 3 params → 200400401403404500501
charge 3
GET
/charge
Lists or finds Charge objects
listCharge 10 params → 200400401403422500501
GET
/charge/{id}
Retrieves a Charge by ID
retrieveCharge 3 params → 200400401403404500501
PATCH
/charge/{id}
Updates partially a Charge
patchCharge 3 params body → 200400401403404409422500
events subscription 3
POST
/hub
Register a listener
registerListener 2 params body → 201400401403422500501
GET
/hub/{id}
Retrieves a Hub by ID
retrieveHub 3 params → 200400401403404500501
DELETE
/hub/{id}
Unregister a listener
unregisterListener 3 params → 204400401403404422500501
modifyProductOrderItemRequestedDeliveryDate 3
GET
/modifyProductOrderItemRequestedDeliveryDate
Lists or finds ModifyProductOrderItemRequestedDeliveryDate objects
listModifyProductOrderItemRequestedDeliveryDate 11 params → 200400401403500501
POST
/modifyProductOrderItemRequestedDeliveryDate
Creates a ModifyProductOrderItemRequestedDeliveryDate
createModifyProductOrderItemRequestedDeliveryDate 2 params body → 201400401403422500501
GET
/modifyProductOrderItemRequestedDeliveryDate/{id}
Retrieves a ModifyProductOrderItemRequestedDeliveryDate by ID
retrieveModifyProductOrderItemRequestedDeliveryDate 3 params → 200400401403404500501

Schemas 84

The contract defines 84 schemas that model the data the API accepts and returns. The most detailed are FieldedAddressRepresentation (20 properties), MEFProductOrderItem_Common (17 properties), MEFProductOrderChargeItem (11 properties), MEFProductOrderCharge (10 properties). Each schema is shown below with its type and property counts.

CancelProductOrder
object
Request for cancellation an existing product order
9 properties 4 required
CancelProductOrder_Create
object
Request for cancellation an existing product order Skipped properties: id,href,state,effectiveCancellationDate
4 properties 2 required
CancelProductOrder_Find
object
A response to a Buyer's get List of Cancel Product Orders
4 properties 4 required
CancellationReasonType
string
Identifies the type of reason, Technical or Commercial, for the Cancellation request
ContactInformation
object
Contact data for a person or organization that is involved in the product offering qualification. In a given context it is always specified by the Seller (e.g.…
6 properties 3 required
Duration
object
A Duration in a given unit of time e.g. 3 hours, or 5 days.
2 properties 2 required
Error
object
Standard Class used to describe API response error Not intended to be used directly. The code in the HTTP header is used as a discriminator for the type of err…
3 properties 1 required
Error400
Bad Request. (https://tools.ietf.org/html/rfc7231section-6.5.1)
Error400Code
string
One of the following error codes: - missingQueryParameter: The URI is missing a required query-string parameter - missingQueryValue: The URI is missing a requi…
Error401
Unauthorized. (https://tools.ietf.org/html/rfc7235section-3.1)
Error401Code
string
One of the following error codes: - missingCredentials: No credentials provided. - invalidCredentials: Provided credentials are invalid or expired
Error403
Forbidden. This code indicates that the server understood the request but refuses to authorize it. (https://tools.ietf.org/html/rfc7231section-6.5.3)
Error403Code
string
This code indicates that the server understood the request but refuses to authorize it because of one of the following error codes: - accessDenied: Access deni…
Error404
Resource for the requested path not found. (https://tools.ietf.org/html/rfc7231section-6.5.4)
Error409
Conflict (https://datatracker.ietf.org/doc/html/rfc7231section-6.5.8)
Error422
Unprocessable entity due to a business validation problem. (https://tools.ietf.org/html/rfc4918section-11.2)
Error422Code
string
One of the following error codes: - missingProperty: The property the Seller has expected is not present in the payload - invalidValue: The property has an inc…
Error500
Internal Server Error. (https://tools.ietf.org/html/rfc7231section-6.6.1)
Error501
Not Implemented. Used in case Seller is not supporting an optional operation (https://tools.ietf.org/html/rfc7231section-6.6.2)
EventSubscription
object
This resource is used to respond to notification subscriptions.
3 properties 2 required
EventSubscriptionInput
object
This class is used to register for Notifications.
2 properties 1 required
FieldedAddressRepresentation
object
A type of Address that has a discrete field and value for each type of boundary or identifier down to the lowest level of detail. For example "street number" i…
20 properties
FormattedAddressRepresentation
object
A freeform text representation agreed to by the Buyer and Seller.
2 properties 1 required
GeographicAddressRef
object
A reference to a Geographic Address resource available through Address Validation API.
3 properties 2 required
GeographicAddress_Query
object
A list of representations being a subset of Geographic Address entity. This is to be used when providing a list of representations to validate or search for a…
5 properties 1 required
GeographicPointRepresentation
object
A GeographicPointRepresentation defines a geographic point through coordinates.
4 properties 3 required
GeographicSiteRef
object
A reference to a Geographic Site resource available through Service Site API
3 properties 2 required
LabelRepresentation
object
A unique identifier controlled by a generally accepted independent administrative authority that specifies a fixed geographical location.
3 properties 2 required
MEFAcceptedRejectedType
string
Indicator of acceptance
MEFBillingAccountRef
object
A reference to the Buyer's Billing Account
1 property 1 required
MEFBuyerSellerType
string
Indicates if the note is from Buyer or Seller.
MEFCancelProductOrderRef
object
A reference to a Cancel Product Order instance
2 properties 1 required
MEFChargeableTaskStateType
string
The states as defined by TMF622 and extended to meet MEF requirements. | Name | MEF 57.2 Name | Description | | -------------------------- | ---------------- |…
MEFEndOfTermAction
string
The action the Seller will take once the term expires. Roll indicates that the Product's contract will continue on a rolling basis for the duration of the Roll…
MEFItemTerm
object
The term of the Item
5 properties 3 required
MEFMilestone
object
Milestones associated to the Product Order Item. Set by the Seller when a Milestone occurs.
3 properties 2 required
MEFModifyProductOrderItemRequestedDeliveryDate
object
A response to a request initiated by the Buyer to modify the Requested Completion Date or the Expedite Indicator of a Product Order Item.
7 properties 4 required
MEFModifyProductOrderItemRequestedDeliveryDateRef
object
a reference to Modify Product Order Item Requested Delivery Date
2 properties 1 required
MEFModifyProductOrderItemRequestedDeliveryDate_Create
object
A request initiated by the Buyer to modify the Requested Requested Delivery Date or the Expedite Indicator of a Product Order Item.
3 properties 1 required
MEFOrderItemCoordinatedAction
object
The interval after the completion of one or more related Order Items that this Order Item can be started or completed
3 properties 3 required
MEFOrderItemCoordinationDependencyType
string
Possible values of the Order Item Coordination Dependency | OrderItemCoordinationDependencyType | MEF 57.2 | Description | |-----------------------------------…
MEFPriceCategory
string
A description of the cause of the Charge Item
MEFPriceType
string
Indicates if the price is for recurring or non-recurring charges.
MEFProductActionType
string
Action to be performed on the Product that the Order Item refers to. | ProductActionType | MEF 57.2 | | ----------------- | ---------- | | add | INSTALL | | mo…
MEFProductConfiguration
object
MEFProductConfiguration is used as an extension point for MEF specific product/service payload. The @type attribute is used as a discriminator
1 property 1 required
MEFProductOrderCharge
object
When non-recurring or updated recurring charges are identified by the Seller during their processing of a Product Order, the Seller must communicate these char…
10 properties 5 required
MEFProductOrderChargeActivityType
string
Possible values for the state of the Charge Activity Type
MEFProductOrderChargeItem
object
A single component part of the Charge
11 properties 7 required
MEFProductOrderChargeItemStateType
string
Possible values for the state of the Charge Item | State | MEF 57.2 Name | Description | | ------------------- | ------------------- | ------------------------…
MEFProductOrderChargeItem_Update
object
A type used to perform Buyer's response to a Charge Item - to accept or reject it.
3 properties 2 required
MEFProductOrderChargeRef
object
A reference to a Charge instance
2 properties 1 required
MEFProductOrderChargeStateType
string
Possible values for the state of the Charge | State | Description | | ------------------- | -------------------------------------------------------------------…
MEFProductOrderCharge_Find
object
A response object for Buyer's get Charge List request.
6 properties 4 required
MEFProductOrderCharge_Update
object
A subset of MEFProductOrderCharge that is allowed to be updated by the Buyer
1 property 1 required
MEFProductOrderItemRef
object
It's a ProductOrder item
3 properties 2 required
MEFProductOrderItemStateChange
object
Holds the State notification reasons and associated date the State changed, populated by the server
3 properties
MEFProductOrderItemStateType
string
Possible values for the state of the Product Order Item The following mapping has been used between MEFProductOrderItemStateType and MEF 57.2: | state | MEF 57…
MEFProductOrderItem_Common
object
An identified part of the order. A product order is decomposed into one or more order items. This type holds the attributes common to request and response repr…
17 properties 4 required
MEFProductOrderItem_Create
MEFProductOrderItem_Update
object
An updatable representation of the Product Order Item.
5 properties 1 required
MEFProductOrderRef
object
Holds the MEF Product Order reference
2 properties 1 required
MEFProductOrderStateChange
object
Holds the State notification reasons and associated date the State changed, populated by the server
3 properties
MEFProductOrderStateType
string
Possible values for the state of the Product Order The following mapping has been used between MEFProductOrderStateType and MEF 57.2: | state | MEF 57.2 name |…
MEFProductRefOrValueOrder
object
Used by the Buyer to point to existing and/or describe the desired shape of the product. In case of add action - only productConfiguration MUST be specified. F…
6 properties
MEFQuoteItemRef
object
It's a Quote item that has been executed previously.
3 properties 2 required
Money
object
A base/value business entity used to represent money
2 properties 2 required
Note
object
Extra information about a given entity. Only useful in processes involving human interaction. Not applicable for the automated process.
5 properties 5 required
OrderItemRelationship
object
The relationship between Product Order Items in the Product Order.
2 properties 2 required
PlaceRefOrQuery
object
A place described by reference to Geographic Address, Geographic Site or by Geographic Address Representations.
Price
object
Provides all amounts (tax included, duty-free, tax rate) and used currency of a Price
3 properties 1 required
ProductOfferingQualificationItemRef
object
It's a productOfferingQualification item that has been executed previously.
4 properties 2 required
ProductOfferingRef
object
A reference to a Product Offering offered by the Seller to the Buyer. A Product Offering contains the commercial and technical details of a Product sold by a p…
2 properties 1 required
ProductOrder
ProductOrderItem
ProductOrder_Common
object
A Product Order is a type of order which can be used to place an order between a customer and a service provider or between a service provider and a partner an…
4 properties 1 required
ProductOrder_Create
ProductOrder_Find
object
Structure to define GET without id response. A list of productOrder matching request criteria. Provides Product order summary view.
7 properties 3 required
ProductOrder_Update
object
A request initiated by the Buyer to update Product Order and/or Product
5 properties
ProductRelationship
object
A relationship to an existing Product. The requirements for usage for given Product are described in the Product Specification.
3 properties 2 required
RelatedContactInformation
object
Contact data for a person or organization that is involved in a given context. It is specified by the Seller (e.g. Seller Contact Information) or by the Buyer.
7 properties 4 required
RelatedPlaceRefOrQueryWithSubUnit
object
Allows pointing to a place by referring a GeographicAddress, GeographicSite, or providing GeographicAddress by value. It also provides additional information l…
4 properties 2 required
SubUnit
object
Allows for sub unit identification
2 properties 2 required
TerminationError
object
This indicates an error that caused an Item to be terminated. The code and propertyPath should be used like in Error422.
3 properties
TimeUnit
string
Represents a unit of time.

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

mef-lso-sonata-product-order-management-openapi.yml Raw ↑

Other APIs MEF publishes across the network.

MEF LSO Interlude MEF 133.1 streaming template
MEF LSO Legato Legato Service Catalog API
MEF LSO Legato Legato Service Catalog Notification API
MEF Alarm Management (Mef Lso Allegro Alarm Management)
MEF Alarm Notification (Mef Lso Allegro Alarm Notification)
MEF Fault Management (Mef Lso Allegro Fault Management)
MEF Fault Management Notification (Mef Lso Allegro Fault Notification)
MEF Performance Monitoring (Mef Lso Allegro Performance Monitoring)
MEF Performance Monitoring Notification (Mef Lso Allegro Performance Notification)
MEF Service Function Testing Notification (Mef Lso Allegro Service Function Test Notification)
MEF Service Function Testing (Mef Lso Allegro Service Function Test)
MEF Service Inventory Management (Mef Lso Allegro Service Inventory Management)
Where this information came from

This is an independent, third-party profile of MEF Product Ordering Management (Mef Lso Sonata Product Order Management), published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.