Image | ![]() |
EAN-13 | 9780062277763 ![]() |
Product Name | Pigs In Heaven: A Novel |
Language | English |
Category | Book / Magazine / Publication |
Short Description | Height:1 inches / Length:7.9 inches / Weight:0.6 pounds / Width:5.3 inches |
Amazon.com | ![]() |
Price New | 5.74 US Dollars (curriencies) |
Price Used | 3.57 US Dollars (curriencies) |
Width | 0.86 inches (convert) |
Height | 8 inches (convert) |
Length | 5.31 inches (convert) |
Weight | 9.6 ounces (convert) |
Author | Barbara Kingsolver |
Page Count | 384 |
Binding | Paperback |
Published | 05/07/2013 |
Long Description | Picking up where her modern classic The Bean Trees left off, Barbara Kingsolver’s bestselling Pigs in Heaven continues the tale of Turtle and Taylor Greer, a Native American girl and her adoptive mother who have settled in Tucson, Arizona, as they both try to overcome their difficult pasts. Taking place three years after The Bean Trees , Taylor is now dating a musician named Jax and has officially adopted Turtle. But when a lawyer for the Cherokee Nation begins to investigate the adoption—their new life together begins to crumble. Depicting the clash between fierce family love and tribal law, poverty and means, abandonment and belonging, Pigs in Heaven is a morally wrenching, gently humorous work of fiction that speaks equally to the head and the heart. This edition includes a P.S. section with additional insights from Barbara Kingsolver, background material, suggestions for further reading, and more. |
Similar Items | 9780583123051: The Bean Trees: A Novel 9780062103925: Bean Trees, The 9780060933425: Prodigal Summer: A Novel 9780571252640: The Lacuna 9780060933647: The Poisonwood Bible 9780349114170: The Bean Trees 9780061986628: Prodigal Summer: A Novel 9780965019866: The Bean Trees 9780060175795: The Bean Trees Anniversary Edition: A Novel 9780451233271: Prodigal Summer View 92 more similar items |
Created | 06-10-2013 11:26:24am |
Modified | 04-30-2020 3:13:37pm |
MD5 | 0baf1588742bec43e62be3adb570e140 |
SHA256 | fdc0b7247af18b7352ffe8b148ebe270527cfecc5edfd72130a335c47d015a78 |
Search Google | by EAN or by Title |
Query Time | 0.0314159 |
Article of interest
The attributes are somewhat like fields. They are the individual data items that describe each product. Each product entry will have several attributes. There is no telling which attributes will be attached to each product but they all have the same basic format.
Here is an example of one attribute. When accessing the data feed API, you can get your data in XML or JSON format. Here it is displayed in XML format to make it a little easier to read through.
<attribute> <field_name>product</field_name> <group_name>Over View</group_name> <title>Product Name</title> <data_type>varchar</data_type> <data_type_description>short text</data_type_description> <has_linked_text>0</has_linked_text> <has_linked_extra>0</has_linked_extra> </attribute>
In the above example you will find these elements:
- field_name - The unique name used to access this attribute.
- group_name - The name of the data group this field belongs to.
- title - The label we place on the screen when displaying this attribute to users.
- data_type - The database data type we are using to store this attribute.
- data_type_description - More infomation about the data type.
- has_linked_text - Some numeric fields have a text representation. We store the numeric value but if there is linked text, we use a lookup table to display that text instead of the number to the user.
- has_linked_extra - Some numeric fields have an extra text value that goes along with the number. We use a lookup table to display that text in addition to the number.
Hopefully, this helps you understand the data attributes you find in the data feed API.
Close