Untitled

 avatar
unknown
plain_text
a year ago
3.0 kB
3
Indexable
{
  "url": "amzonnnn",
  "productKey": "ABC123",
  "title": "Sample Product",
  "englishTitle": "Sample English Title",
  "productImage": "sample_image.jpg",
  "prime": true,
  "available": true,
  "parentId": 123,
  "amazonParentId": 456,
  "canonicalId": 789,
  "metaTitle": "Meta Title",
  "metaDescription": "Meta Description",
  "brand": "Sample Brand",
  "weight": "1.5 kg",
  "estimate": "2 days",
  "machineTitle": true,
  "moderationImage": "moderation_image.jpg",
  "moderationLog": "Moderation Log",
  "variationsColorMap": "Color Map",
  "offer": "50% off",
  "offerTime": "Limited Time",
  "warehouse": true,
  "wishList": true,
  "redirectTo": "redirect_url",
  "isSupplement": false,
  "warehouseAvailableNumber": 100,
  "shouldBeUpdated": true,
  "isRestrictedPrice": false,
  "userRateResponseDTO": {
    "rate": "10",
    "count": "12"
  },
  "deliveryResponseDTO": {
    "expressResponseDTO": {
      "fromWhere": 2,
      "toWhere": 5
    },
    "regularResponseDTO": {
      "fromWhere": 2,
      "toWhere": 5
    }
  },
  "previewResponseDTOS": [
    {
      "thumbnail": "thumb1.jpg",
      "medium": "medium1.jpg",
      "large": "large1.jpg",
      "type": "image",
      "main": "main_image.jpg",
      "title": "Preview Title",
      "duration": "shorttt"
    }
  ],
  "variationResponseDTOS": [
    {
      "variation": "asdadas",
      "productVariationResponseDTOS": [
        {
          "title": "Red",
          "checking": true,
          "code": "R001",
          "image": "red_image.jpg",
          "disabled": false,
          "mlt": 123
        }
      ]
    }
  ],
  "categoryResponseDTOS": [
    {
      "name": "Electronics",
      "node": 1,
      "translatedName": "Electronics",
      "alias": "elec"
    }
  ],
  "priceResponseDTO": {
    "dollarPrice": 50.0,
    "rialPrice": 2000000.0,
    "amazonDollarShipping": 5.0,
    "amazonRialShipping": 250000.0,
    "amazonDollarDiscount": 10.0,
    "amazonRialDiscount": 500000.0,
    "usShipping": 73.0,
    "irShipping": 300000.0,
    "wage": 20.0,
    "customs": 100000.0,
    "steppingDiscount": 2.0,
    "amount": 45.0,
    "net": 40.0,
    "bonus": 1.0,
    "amazonService": 5.0,
    "shippingTypesResponseDTO": {
      "expressTypeResponseDTO": {
        "usShipping": 10.0,
        "bonus": 5.0,
        "net": 15.0,
        "steppingDiscount": 2.0,
        "amount": 25.0
      },
      "regularTypeResponseDTO": {
        "usShipping": 10.0,
        "bonus": 5.0,
        "net": 15.0,
        "steppingDiscount": 2.0,
        "amount": 25.0
      }
    }
  },
  "marketResponseDTOS": [
    {
      "rial": 500000.0,
      "shipping": 100.0,
      "wage": 50.0,
      "customs": 30.0,
      "discount": 10.0,
      "name": "MarketXYZ",
      "marketPrice": 600000.0,
      "isAvailable": true,
      "weight": 2,
      "url": "marketxyz.com"
    }
  ]
}
Leave a Comment