Skip to content

TimeDurationUnit Enum eBay Docs

This enumeration type is used by the fulfillmentTime field of the PickupAtLocationAvailability type to specify the time unit that is used to indicate the fulfillment time, which is how soon an In-Store Pickup order will be ready for pickup at the store identified in the corresponding merchantLocationKey field. Typically, the unit value will be HOUR.

ValueDescription
YEARTime duration is based on a number of years.
MONTHTime duration is based on a number of months
DAYTime duration is based on a number of days.
HOURTime duration is based on a number of hours.
CALENDAR_DAYTime duration is based on a number of calendar days, including Saturday and Sunday. This time duration does not exclude holidays.
BUSINESS_DAYTime duration is based on a number of business days, or 'working days' (normally Monday through Friday). This excludes Sunday and all holidays in the time duration and, depending on the location, can include or exclude Saturday.
MINUTETime duration is based on a number of minutes.
SECONDTime duration is based on a number of seconds.
MILLISECONDTime duration is based on a number of milliseconds.

Example

php
use Rat\eBaySDK\Enums\TimeDurationUnit;

TimeDurationUnit::YEAR;

This software is not an official eBay product and is not associated with, sponsored by, or endorsed by eBay Inc.