Productdeliverytime
class Productdeliverytime extends Resource (View source)
The "productdeliverytime" collection of methods.
Typical usage is:
$contentService = new Google\Service\ShoppingContent(...);
$productdeliverytime = $contentService->productdeliverytime;
Methods
create(string $merchantId, ProductDeliveryTime $postBody, array $optParams = [])
Creates or updates the delivery time of a product.
delete(string $merchantId, string $productId, array $optParams = [])
Deletes the delivery time of a product. (productdeliverytime.delete)
get(string $merchantId, string $productId, array $optParams = [])
Gets productDeliveryTime
by productId
. (productdeliverytime.get)
Details
ProductDeliveryTime
create(string $merchantId, ProductDeliveryTime $postBody, array $optParams = [])
Creates or updates the delivery time of a product.
(productdeliverytime.create)
delete(string $merchantId, string $productId, array $optParams = [])
Deletes the delivery time of a product. (productdeliverytime.delete)
ProductDeliveryTime
get(string $merchantId, string $productId, array $optParams = [])
Gets productDeliveryTime
by productId
. (productdeliverytime.get)