productdeliverytime
Overview
Name | productdeliverytime |
Type | Resource |
Id | googledevelopers.content.productdeliverytime |
Fields
Name | Datatype | Description |
---|---|---|
areaDeliveryTimes | array | Required. A set of associations between DeliveryArea and DeliveryTime entries. The total number of areaDeliveryTimes can be at most 100. |
productId | object | The Content API ID of the product. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | merchantId, productId | Gets productDeliveryTime by productId . |
create | INSERT | merchantId | Creates or updates the delivery time of a product. |
delete | DELETE | merchantId, productId | Deletes the delivery time of a product. |