Disable All Advertising
Image
EAN-130074640472336   EAN-13 barcode 0074640472336
UPC-A074640472336   UPC-A barcode 074640472336
Product NameCaillou le grand garcon
LanguageEnglish
CategoryElectronics / Photography: A/V Media: Movie / TV
Short DescriptionVHS
Amazon.comA Buy on Amazon ~ B000065LPE
Price New99.99 US Dollars    (curriencies)
BindingVHS Tape
Long DescriptionEven though Caillou's a little boy, he's got a big job: He's Rosie's big brother! Caillou helps mom, dad and grandma take care of his little sister. When the car breaks down, Caillou helps to comfort Rosie, and learns that sometimes it's fun to be a big brother and sometimes it's fun just to be a little boy, too. BIG BROTHER CAILLOU helps children learn: - The importance of sharing and cooperating - The fun and responsibilities of sibling relationships
Similar Items9786305080060: Teletubbies:Here Come the Teletubbies [VHS]
9786302728408: Barney's Best Manners [VHS]
9780780638945: Caillou - Caillou's Reading Adventures [VHS]
9780780637405: Caillou - I Want to Grow Up! [VHS]
9780780637399: Caillou - Goodbye Winter, Hello Springtime! [VHS]
9780780635555: Caillou - Caillou's Furry Friends [VHS]
9780767856409: Bear in the Big Blue House: A Berry Bear Christmas [VHS]
0786936250633: Potty Time With Bear
0097368768536: Dora The Explorer - Dora's Backpack Adventure
0074640468933: Caillou: Que Fait Caillou? [VHS]
0043396055452: Bear In The Big Blue House - A Berry Bear Christmas
Created07-01-2006
Modified10-10-2017 9:59:58am
MD5834d21395988a50cd1ebe4216d37140d
SHA256967fecb4c596d9f5f52b3b6c72f9bcd22c4117a268c95cc378c3cccf5b013cd1
Search Googleby EAN or by Title
Query Time0.0294402

An article of interest

Making use of the tools we offer

Data Feed API v3 - Access and Data Layout

This describes how to use version 3.x of the data feed. Version 2.x of the feed is still supported. Version 1.x of the feed is no longer supported in any way.

IMPORTANT: Starting with version 3.2, we have a new property and a new way of dealing with product images. Read about it here.

Accessing the data requires your account to have an active data feed. This switch can be turned on or off on the data feed page. This is also where you will be able to view your KEYCODE which is required to make calls to the feed.

Main changes from version 2.x to 3.x include (but not limited to)...

Calls to the data feed are made via HTTP GET or HTTP POST requests. There are only a few required parameters when making a call.

Most other parameters are optional and they will alter the way data is returned to you and how your request is processed. You can also pass in your own values that you need carried through. Any parameter that the system doesn't recognize will be returned AS-IS in the status block. This can be handy in situations where you are pulling the data in an asyncronus manor and need extra information passed into your callback routine.

When performing a lookup...

When updating data...

When deleting data...

There are some special "get" operations that need no other parameters. You would not use "find" or "update" when using these. Only use the "keycode", "mode" and "get" for these items. These operations are important because many of our elements are data driven and that data changes over time. We normally don't remove attributes or categories but we do often add to the collection.

The returned data can come back in JSON or XML format. In either case the structure of the data is the same. Because it is easier to read, we will be using XML to demonstrate the layout of the result. Here is the data layout. Notice that this is a complex object and some elements have child elements and some elements may be arrays with repeating content.

The easiest way to get the feel of the data is to make several requests using your web browser and ask for the data in XML format. Although JSON is often easier to work with in code, the XML output is often easier for people to read because of the nice markup tags that wrap around each element and the web browser will usually do a nice job of indenting to make it clear which elements are stored within other elements.