I feel like I must be missing something incredibly simple here, but I can't seem to figure out how to get a product's name alone from the Product Advertising API.
For instance, if I go to look at this product, I see that the product is listed as "The First Years Ignite Stroller", and the "City Chic" color is selected.
From the API, I can see Brand
("The First Years") and Color
("City Chic"), but Title
returns "The First Years Ignite Stroller, City Chic", with no other apparent ways to get at just the "Ignite Stroller" part, or even the title Amazon uses on their page ("The First Years Ignite Stroller").
I've considered stripping off the Color
and Brand
from Title
to get there, but they're not always so predictable in their construction. Some products have different separators, others have size variants instead of colors, etc.
Am I missing something obvious here?