The ProcessShippingNotification function processes a shipping notification in the inbound messages table
Method | /productbasecomponents.asmx/ProcessShippingNotification |
The request body is of type ProcessShippingNotification.
Name | Description | Data Type |
---|---|---|
parameters | ProcessShippingNotificationParams |
|
The response body is of type ProcessShippingNotificationResponse.
Name | Description | Data Type |
---|---|---|
ItemId | xml:int | |
Success | xml:boolean | |
LogRows | ArrayOfLogRow | |
Content | ArrayOfString | |
UnknownProducts | xml:int | |
AmountUnavailable | xml:int | |
ProcessShippingNotificationResult | ProcessShippingNotificationResponse |
|