Disable All Advertising
Image
EAN-130887600401624   EAN-13 barcode 0887600401624
UPC-A887600401624   UPC-A barcode 887600401624
Product Name12 Pc Assorted Dinosaur Fossil Skeleton Figures - Toys 5-6" Larger Size Dinosaurs
CategoryToy / Game / Puzzle
Short DescriptionHeight:2.3 inches / Length:8.2 inches / Weight:0.8 pounds / Width:8.4 inches
Amazon.comA Buy on Amazon ~ B001M2FNH0
SKUAMACTFIG00051
Price New7.73 US Dollars    (curriencies)
Long DescriptionSet of Dinosaur Skeletons includes twelve different 3 dimensional figures that stand up to 4-3/4 inches tall or 6 inches long. They're made from flexible plastic and can stand up on their own. Great fun indoors or out. You can even have a pre-historic dig and bury these "fossil like" figures and dig them back up, wash them off and play some more - great fun!
Similar Items0793842413373: Dinosaur Bones Sand Mold Set (10 Pcs. Set)
0754046516604: World Animals Dinosaur Playset, 100-Piece
0696735890902: Build Dinosaur Bone Skeleton Mini 3D Puzzles (12)
0627304172051: ToyZeĀ® 3 Large Dinosaur Sand Molds, Dinosaur Fossil Skeleton Beach Toy Set
0612459935668: Vidatoy 12 Pcs 22.8'' Cute Magic Hatching Growing Dinosaur Eggs For Kids
0606829602571: Dinosaur Cookie Cutters Stampers Emboss Fossil Bone Pattern Dinosaur Cake Topper Decoration Mold By Garloy(Pack of 3 Pairs)
0097138625779: Dozen Small Toy Dinosaurs: 2 Inch Plastic Toy Dino Figures
0066960058420: Roylco R-5842 Fossil Rubbing Plates, 0.5" Height, 8" Wide, 7.9" Length (6 per Package)
0062243280557: Battat Terra Dinos In Tube Action Figure Set
0011179583072: 18" Foil Dinosaur Balloon
View 13 more similar items
Created12-22-2012 10:09:50am
Modified09-29-2017 4:46:32am
MD5f763f5dad71ffc8aac84cb947d5d7c39
SHA25610b1ac83e0a2d255ed0006549f51891a0a1eb432e53b28040805916b7c2666db
Search Googleby EAN or by Title
Query Time0.0262370

An article of interest

Making use of the tools we offer

Data Feed API - Extra

The extra items are numerically indexed and provide extra text to go along with numeric values such as weights or distances or even currencies. The attributes that use these extra indexes are all numeric and take two fields. You can send the data in a single field as long as you use the same short or long text that we keep in our database.

Although the data feed API can deliver information as JSON or XML, we are using XML here because it is easier to read.

<attribute>
   <extra_group>Distance</extra_group>
   <field_name>depth</field_name>
   <extra>
      <id>501</id>
      <extra_short>in</extra_short>
      <extra_long>inches</extra_long>
      <seq>10</seq>
   </extra>
   <extra>
      <id>503</id>
      <extra_short>ft</extra_short>
      <extra_long>feet</extra_long>
      <seq>20</seq>
   </extra>
   <extra>
      <id>505</id>
      <extra_short>yrd</extra_short>
      <extra_long>yards</extra_long>
      <seq>30</seq>
   </extra>
</attribute>

Looking at this example, you can see that the EXTRA portion is an array of values each with their own properties. Here is what each section means:

This extra information is normally used in a drop down box next to the numeric data field that we want to enhance. Some examples might be:

You see we can display the long or short version of the extra code by using the ID index.

Fields that make use of this extra information require it when pushing data back to us in the feed. You can either send the data in two fields (value and extra_id) or in a single field (value) as long as the text following the numeric portion matches the long or short version of the extra data we store for the field.

For example, if you wanted to update a field that represented distance with the value "100 yards", you could either send that data just like that in the value field value=100+yards or in two seperate fields value=100&extra_id=505 and you would get the same results. If you send an invalid extra_id or text after the number that doesn't match our accepted list, your update would be rejected.