• Register

Notify Product Shipment

This API allows SAP to send shipment details to CTS via the plant Shipment application.

Request URI

Header Parameter

Field Type Mandatory Value
SOAPAction string Y NotifyProductShipment

Request Structure

Field Type Mandatory Description
NotifyProductShipmentRequest
    shipmentCode string Y Shipment identifier code
    shipmentDate string Y Date of the shipment
    transporterCode string Y Transporter identifier code
    transporterName string Y Name of the transporter
NotifyProductShipmentRequest
    items (1...∞)
        deliveryCode string Y Delivery identifier code
        deliveryDate string Y Delivery date
        customerCode string Y Customer identifier code
        customerName string Y Name of the customer
        customerState string N State/Country of the customer
        customerProvince string N Province of the customer
        customerCity string N City of the customer
        customerAddress string N Address of the customer
        customerOrder string N Customer order reference
        materials (1...∞)
            productCode string Y Product identifier code
            numCartons integer Y Number of cartons
    sourcePlant string N Source plant identifier

Request Example

Response Structure

Field Type Mandatory Description
NotifyProductShipmentResponse
    NotifyProductShipmentData
        authenticated boolean Y Authentication status
        responseCode integer Y Response code
        responseMessage string Y Response message
    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