• Register

Set Shipment Creation

This API allows CTS to send shipment details to SAP.

Request URI

Header Parameter

Field Type Mandatory Value
SOAPAction string Y SetShipmentCreation

Request Structure

Field Type Mandatory Description
TrackingHeader
    SessionID string Y Session identifier
    CorrelationID string Y Correlation identifier
    RequestID string Y Request identifier
    ObjectType string Y Type of object
    BusinessID string N Business identifier
    ListOfBusinessIDs
        BusinessEntityID(1...∞)
            Name string Y Entity name
            Value string Y Entity value
ContextID string N Business identifier
    ListOfContextIDs
        ContextID(1...∞)
            Name string Y Entity name
            Value string Y Entity value
SetShipmentCreationRequest
CTSId string Y CTS identifier
Costumer string Y Customer identifier
    Item (1...∞)
        MaterialNum string N Material number identifier
        Quantity string N Item quantity
        Lotto string N Lot or batch code
        ProductionOrder string N Production order reference

Request Example

Response Structure

Field Type Mandatory Description
SetShipmentCreationResponse
    ShipmentCreationResponse
        DeliveryCode string N Delivery identifier code
        Message string N Specific response message
        StoCode string N STO identifier code
        Item (0...∞)
            MaterialNum string N Material number identifier
            Quantity string N Quantity of material
            Lotto string N Batch or lot code
            ProductionOrder string N Production order reference
    CommonResponse
        ResponseType(0...∞)
            Status string Y Response status
            Class string N Response message class
            Code string N Response or error code
            Message string N Response message

Response Example

Docs Navigation