...
Attribute | Values/Details | Description |
---|---|---|
buyerZipCode | Datatype: String | Zip code of retail customer. If the buyer lives in New York City and wants to deliver the product to Massachusetts, then you need to pass 01001 as buyerZipcode. |
moneytoryValue | Datatype: int | Set the value of the product |
PageType | Datatype: String | Page Type refer to in which page the delivery estimate services is integrated .The above services will be invoked from multiple pages in Ecommerce like PDP, COP etc. Please find the Valid Pages. |
skus | Datatype: List | Pass the list of sku items. Minimum of one sku item is required. When you call the Intelligent Delivery Platform from PDP page you will pass only one SKU item. |
quantity | Datatype: int | Pass the sku quantity. Delivery estimated differ based on the weight. Kindly provide actual quantity requested by the buyer. |
sku | Datatype: String | Pass the sku id of the item. |
tenantId | Datatype: String | Pass the Actual Tenantid provided by Fenix commerce Inc. In case of any quires or looking for a product trial please contact Fenix commerce Inc. support team. |
sessionTrackId | DataType: String | This refers to browser session to track the user behavior during the navigation in retailers website |
responseFormat | DataType: String | The attribute provide the desired delivery estimate response format. Allowed formats are “Json” and “binary”. The Default response format is json. |
Response Details:
Intelligent Delivery Platform response vary from the type of rule that has been set in business console.
...