4
Estimated Delivery Date
planned
G
Graham OConnor
At the moment the CRM variable {estimated_delivery_date} returns fulfillmentStartInstructions.maxEstimatedDeliveryDate from the eBay API. I would like to see a minimum estimated delivery date variable available within the CRM, e.g.
{max_estimated_delivery_date} = fulfillmentStartInstructions.maxEstimatedDeliveryDate
{min_estimated_delivery_date} = fulfillmentStartInstructions.minEstimatedDeliveryDate
It would also be good to strip out the hour,minutes,seconds from the date. Thanks.
Activity
Newest
Oldest
Amit Fidelman
planned
G
Graham OConnor
This would allow us to put "your package is due to be delivered between {min_estimated_delivery_date} and {max_estimated_delivery_date} in our templates rather than just the maximum date.