Get ship methods

post

/fscmRestApi/msp/latest/globalOrderPromises/getShipMethods

Get ship methods

Request

There are no request parameters for this operation.

Supported Media Types
Request Body - application/json ()
Root Schema : schema
Type: object
Show Source
Nested Schema : CustomerInfoList
Type: array
Values that identify the customer details.
Show Source
Nested Schema : CustomerInfo
Type: object
Show Source
Nested Schema : OrgInfo
Type: object
Show Source
Nested Schema : OrgInfoList
Type: array
Values that represent the attributes of the organization.
Show Source
Nested Schema : SupplierInfoList
Type: array
Values that indicate the details of the drop ship supplier.
Show Source
Nested Schema : SupplierInfo
Type: object
Show Source
Back to Top

Response

Supported Media Types

Default Response

Result of processing the request, which includes the expected ship date, expected arrival date, expected ship from warehouse, and expected ship method.
Body ()
Root Schema : GetShipMethodsOutput
Type: object
Show Source
  • Abbreviation that identifies the error, if any, returned by Oracle Global Order Promising Cloud for the GetShipMethods request.
  • Date and time when the promise is generated by the order promising application.
  • Value that uniquely identifies the source application in which order promising is performed.
  • Value that identifies the order promising application that generated the list of ship methods available between a pair of origin and destination.
  • ShipMethodList
    Values that identify the shipping method between the ship-from organization to the customer ship-to site or destination organization. This is a concatenation of carrier, transport mode, and service level.
Nested Schema : ShipMethodList
Type: array
Values that identify the shipping method between the ship-from organization to the customer ship-to site or destination organization. This is a concatenation of carrier, transport mode, and service level.
Show Source
Nested Schema : ShipMethod
Type: object
Show Source
  • Code that identifies the carrier between the ship-from organization to the customer ship-to site.
  • Requested mode of transport to be used for shipping from the origin to the destination.
  • Code that identifies the desired service level from the ship-from organization to the customer ship-to site.
Back to Top