Transactions API will be deprecated on May 3, 2023, ahead of the Conversational Actions sunset on June 13, 2023. For more information, see
Conversational Actions sunset.
PurchaseFulfillmentInfo
Stay organized with collections
Save and categorize content based on your preferences.
Fulfillment info associated with a purchase order or a particular line item.
JSON representation |
{
"id": string,
"fulfillmentType": enum (Type ),
"expectedFulfillmentTime": {
object (Time )
},
"location": {
object (Location )
},
"expireTime": string,
"price": {
object (PriceAttribute )
},
"fulfillmentContact": {
object (UserInfo )
},
"shippingMethodName": string,
"storeCode": string,
"pickupInfo": {
object (PickupInfo )
}
} |
Fields |
id |
string
Unique identifier for this service option.
|
fulfillmentType |
enum (Type )
Required: The type of fulfillment.
|
expectedFulfillmentTime |
object (Time )
A window if a time-range is specified or ETA if single time specified. Expected delivery or pickup time.
|
location |
object (Location )
Pickup or delivery location.
|
expireTime |
string (Timestamp format)
time at which this fulfillment option expires. A timestamp in RFC3339 UTC "Zulu" format, accurate to nanoseconds. Example: "2014-10-02T15:01:23.045123456Z" .
|
price |
object (PriceAttribute )
Cost of this option.
|
fulfillmentContact |
object (UserInfo )
User contact for this fulfillment.
|
shippingMethodName |
string
name of the shipping method selected by the user.
|
storeCode |
string
StoreCode of the location. Example: Walmart is the merchant and storeCode is the walmart store where fulfillment happened. https://support.google.com/business/answer/3370250?ref_topic=4596653.
|
pickupInfo |
object (PickupInfo )
Additional information regarding how order would be picked. This field would only be applicable when fulfillment type is PICKUP.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-18 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-18 UTC."],[[["Fulfillment information encompasses details related to purchase order or line item fulfillment, such as type, timing, location, and cost."],["It includes crucial data like expected fulfillment time, pickup or delivery location, expiration time, and associated price."],["Fulfillment information also specifies contact details, shipping method, store code (if applicable), and pickup instructions."],["Developers can utilize the provided JSON representation and field descriptions to integrate fulfillment data into their applications."]]],[]]