Я пытаюсь использовать проводник контента для покупок, но получаю очень бесполезный код ошибки.Возвращающийся код ошибки выглядит неработающим.Вроде поле отсутствует.
Любые предложения о том, что происходит не так, были бы полезны.
https://developers.google.com/shopping-content/v2/reference/v2/orders/createtestorder
{
"testOrder": {
"customer": {
"email": "pog.pam.beesly@gmail.com",
"fullName": "Pam Beasley",
"marketingRightsInfo": {
"explicitMarketingPreference": "granted",
"lastUpdatedTimestamp": "1/1/1980"
},
"explicitMarketingPreference": false
},
"lineItems": [
{
"quantityOrdered": 1,
"returnInfo": {
"daysToReturn": 0,
"isReturnable": false,
"policyUrl": ""
},
"shippingDetails": {
"deliverByDate": "",
"method": {
"maxDaysInTransit": 0,
"methodName": "",
"minDaysInTransit": 0
},
"shipByDate": ""
},
"product": {
"brand": "Zodiac",
"condition": "new",
"contentLanguage": "en",
"imageLink": "",
"offerId": "POL-201-3323",
"price": {
"currency": "41.51"
},
"targetCountry": "",
"title": "360 / 380 Frame Complete"
}
}
],
"predefinedDeliveryAddress": "",
"shippingCost": {},
"shippingOption": ""
}
}