I checked, and that listing is sold out (it's not displaying
correctly, unfortunately.) We'll take a look at the display issues.
Reminder: the Transations.Listing association is misleading-- the
original listing may be renewed, edited, etc., and may no longer
accurately reflect that thing that was purchased. The Transaction
resource is a snapshot of the listing at the time it was purchased.
Justin Kerr Sheckler
Developer API Lead
Etsy.com
jus...@etsy.com
On Sun, Jul 24, 2011 at 3:44 PM, kevinyc <kev...@gmail.com> wrote:
> The docs say that the Listing association in Transactions is public
> but when I make a call using findAllShopTransaction, the Listing
> field, and any of its associations, comes back as empty objects.
>
> Example Call:
> http://openapi.etsy.com/v2/shops/haileyjeanscloset/transactions?fields=title,transaction_id&includes=Listing(MainImage)&limit=1&offset=0
>
> Response:
> {
> "count": 8,
> "results": [
> {
> "transaction_id": 54352981,
> "title": "Crochet Newborn Hooded Cocoon",
> "Listing": {
> "MainImage": {}
> }
> }
> ],
> "params": {
> "shop_id": "haileyjeanscloset",
> "limit": "1",
> "offset": "0"
> },
> "type": "Transaction"
> }
>
> --
> You received this message because you are subscribed to the Google Groups "Etsy API V2" group.
> To post to this group, send email to etsy-...@googlegroups.com.
> To unsubscribe from this group, send email to etsy-api-v2...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/etsy-api-v2?hl=en.
>
>