AfterbuyOrderExportService
in
Interface AfterbuyOrderExportService
Table of Contents
- getInitialExportTimestamp() : int|null
- Returns the initial order export timestamp and null if the order was not send to afterbuy yet.
- getLastTrackingSyncTime() : string
- Returns the last afterbuy tracking link synchronization time in format 'd.m.Y H:i:s'.
- updateLastTrackingSyncTime() : void
- Updates the Afterbuy configuration last tracking sync (last_tracking_sync) to now.
Methods
getInitialExportTimestamp()
Returns the initial order export timestamp and null if the order was not send to afterbuy yet.
public
getInitialExportTimestamp(OrderId $orderId) : int|null
Parameters
- $orderId : OrderId
Return values
int|null —getLastTrackingSyncTime()
Returns the last afterbuy tracking link synchronization time in format 'd.m.Y H:i:s'.
public
getLastTrackingSyncTime() : string
Return values
string —updateLastTrackingSyncTime()
Updates the Afterbuy configuration last tracking sync (last_tracking_sync) to now.
public
updateLastTrackingSyncTime() : void