GetProductDeliveryScheme
Description
With this method, we want to receive real time product delivery scheme information from the ERP system.
Action
http://shoxl.com/ShoxlService/GetProductDeliveryScheme
Style
Document
Input (Literal)
The input of this method is the document element GetProductDeliveryScheme having the structure defined by the following table.
Element
Type
Occurs
Description
Sequence
1..1
request
tns:GetProductDeliverySchemeRequest
0..1
Complex Type: tns: GetProductDeliverySchemeRequest
Description
The GetProductDeliverySchemeRequest contains all the information to get the real time product delivery scheme information
Component
Type
Occurs
Description
Sequence
1..1
ProductNumber
s:string
1..1
The product number for the requested product details, this can be a customer-specific product number
Output (Literal)
The output of this method is the document element tns:GetProductDeliverySchemeResponse having the structure defined by the following table.
Element
Type
Occurs
Description
Sequence
1..1
GetProductDeliverySchemeResult
tns:GetProductDeliverySchemeResult
0..1
Complex Type: tns: GetProductDeliverySchemeResult
Description
The GetProductDeliverySchemeResult contains an array of product delivery schemes
and account number.
Component
Type
Occurs
Description
Sequence
1..1
ProductDeliveryScheme
tns:ArrayOfProductDeliveryScheme
0..1
A list of ProductDeliveryScheme. For the complete description check the ProductDeliveryScheme section in the documentation.
Request
tns:GetProductDeliverySchemeRequest
1..1
The sent request by Shoxl Shop.
Complex Type: tns:ArrayOfProductDeliveryScheme
Component
Type
Occurs
Description
Sequence
1..1
ProductDeliveryScheme
ProductDeliveryScheme
0..*
Complex Type: tns: ProductDeliveryScheme
The ProductDeliveryScheme contains the information of the delivery schemes of a product
Component
Type
Occurs
Description
Sequence
1..1
DeliveryDate
s:decimal
1
The delivery date for a product
MaximumOrderDate
0 .. 1
The maximum order date for the given delivery date
Last updated
Was this helpful?