merchi_sdk_js 0.0.66 → 0.0.663-google-merchant-test-b

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "merchi_sdk_js",
3
- "version": "0.0.66",
3
+ "version": "0.0.663-google-merchant-test-b",
4
4
  "type": "module",
5
5
  "main": "src/merchi.js",
6
6
  "module": "src/merchi.js",
package/src/domain.js CHANGED
@@ -89,6 +89,7 @@ export function Domain() {
89
89
  addPropertyTo(this, 'deploymentKey');
90
90
 
91
91
  addPropertyTo(this, 'scalablePressApiKey');
92
+ addPropertyTo(this, 'googleMerchantApiKey');
92
93
 
93
94
  this.create = function (success, error, embed, as_domain) {
94
95
  var data = serialise(this),
package/src/product.js CHANGED
@@ -117,6 +117,11 @@ export function Product() {
117
117
  addPropertyTo(this, 'internalUseNotes');
118
118
  addPropertyTo(this, 'internalUseAiContext');
119
119
  addPropertyTo(this, 'internalTags', InternalTag);
120
+ addPropertyTo(this, 'googleMerchantCenterId');
121
+ addPropertyTo(this, 'googleMerchantCenterTitle');
122
+ addPropertyTo(this, 'googleMerchantCenterDescription');
123
+ addPropertyTo(this, 'googleMerchantCenterProductUrl');
124
+ addPropertyTo(this, 'googleMerchantCenterPrice');
120
125
 
121
126
  this.create = function (success, error, embed, asDomain) {
122
127
  var data = serialise(this),