headless-js-api
Version:
Headless JS client for Ecwid public API
166 lines (162 loc) • 4.44 kB
JavaScript
;Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-OBGZSXTJ.cjs');
// src/api/__mocks__/products/get-product-mock.ts
var get_product_mock_default = {
"id": 692730761,
"sku": "123123",
"thumbnailUrl": "https://d2j6dbq0eux0bg.cloudfront.net/images/1003/4519591923.jpg",
"unlimited": true,
"inStock": true,
"name": "Toys",
"nameTranslated": {
"cs": "",
"en": "Toys"
},
"price": 10,
"priceInProductList": 10,
"defaultDisplayedPrice": 10,
"defaultDisplayedPriceFormatted": "\u20AC10,00",
"tax": {
"taxable": true,
"defaultLocationIncludedTaxRate": 10,
"enabledManualTaxes": [
947976181
],
"taxClassCode": "default"
},
"lowestPrice": 10,
"defaultDisplayedLowestPrice": 10,
"defaultDisplayedLowestPriceFormatted": "\u20AC10,00",
"lowestPriceSettings": {
"lowestPriceEnabled": true
},
"isShippingRequired": false,
"hasFreeShipping": false,
"url": "https://store1003.company.site/products/toys-692730761",
"autogeneratedSlug": "toys-692730761",
"customSlug": "",
"created": "2024-09-04 07:20:11 +0000",
"updated": "2024-09-04 07:20:12 +0000",
"createTimestamp": 1725434411,
"updateTimestamp": 1725434412,
"productClassId": 0,
"enabled": true,
"options": [],
"warningLimit": 1,
"fixedShippingRateOnly": false,
"fixedShippingRate": 0,
"shipping": {
"type": "GLOBAL_METHODS",
"methodMarkup": 0,
"flatRate": 0,
"disabledMethods": [],
"enabledMethods": []
},
"defaultCombinationId": 0,
"imageUrl": "https://d2j6dbq0eux0bg.cloudfront.net/images/1003/4519591921.jpg",
"smallThumbnailUrl": "https://d2j6dbq0eux0bg.cloudfront.net/images/1003/4519591920.jpg",
"hdThumbnailUrl": "https://d2j6dbq0eux0bg.cloudfront.net/images/1003/4519591922.jpg",
"originalImageUrl": "https://d2j6dbq0eux0bg.cloudfront.net/images/1003/4519591919.jpg",
"originalImage": {
"url": "https://d2j6dbq0eux0bg.cloudfront.net/images/1003/4519591919.jpg",
"width": 225,
"height": 225
},
"borderInfo": {
"dominatingColor": {
"red": 255,
"green": 255,
"blue": 255,
"alpha": 255
},
"homogeneity": true
},
"description": "",
"descriptionTranslated": {
"cs": "",
"en": ""
},
"galleryImages": [],
"media": {
"images": [
{
"id": "0",
"isMain": true,
"orderBy": 0,
"image160pxUrl": "https://d2j6dbq0eux0bg.cloudfront.net/images/1003/4519591920.jpg",
"image400pxUrl": "https://d2j6dbq0eux0bg.cloudfront.net/images/1003/4519591923.jpg",
"image800pxUrl": "https://d2j6dbq0eux0bg.cloudfront.net/images/1003/4519591922.jpg",
"image1500pxUrl": "https://d2j6dbq0eux0bg.cloudfront.net/images/1003/4519591921.jpg",
"imageOriginalUrl": "https://d2j6dbq0eux0bg.cloudfront.net/images/1003/4519591919.jpg",
"alt": {
"translated": {}
}
}
],
"videos": []
},
"categoryIds": [],
"categories": [],
"defaultCategoryId": 0,
"seoTitle": "Toys",
"seoTitleTranslated": {
"cs": "",
"en": "Toys"
},
"seoDescription": "",
"seoDescriptionTranslated": {
"cs": "",
"en": ""
},
"favorites": {
"count": 0,
"displayedCount": "0"
},
"attributes": [],
"files": [
{
"id": 96178524,
"name": "image.jpeg",
"description": "",
"size": 12006,
"adminUrl": "https://app.ecwid.com/api/v3/1003/products/692730761/files/96178524"
}
],
"relatedProducts": {
"productIds": [],
"relatedCategory": {
"enabled": false,
"categoryId": 0,
"productCount": 5
}
},
"combinations": [],
"dimensions": {
"length": 0,
"width": 0,
"height": 0
},
"shippingPreparationTime": {},
"showDeliveryTimeInStorefront": false,
"volume": 0,
"showOnFrontpage": 11,
"isSampleProduct": false,
"googleItemCondition": "NEW",
"isGiftCard": false,
"discountsAllowed": true,
"nameYourPriceEnabled": false,
"subscriptionSettings": {
"subscriptionAllowed": false,
"oneTimePurchaseAllowed": true,
"recurringChargeSettings": [
{
"recurringInterval": "MONTH",
"recurringIntervalCount": 1
}
]
},
"googleProductCategory": 412,
"googleProductCategoryName": "Food, Beverages & Tobacco",
"productCondition": "NEW",
"outOfStockVisibilityBehaviour": "SHOW"
};
exports.default = get_product_mock_default;