Skip to content

ShippingServiceType Enum eBay Docs

This enumeration type is used to specify/indicate whether the shipping service option whose shipping costs will be overridden is a domestic or an international shipping service.

ValueDescription
DOMESTICThis enumeration value indicates that the shipping service option whose shipping costs will be overridden is a domestic shipping service.
INTERNATIONALThis enumeration value indicates that the shipping service option whose shipping costs will be overridden is an international shipping service.

Example

php
use Rat\eBaySDK\Enums\ShippingServiceType;

ShippingServiceType::DOMESTIC;

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