OBJECT

PrimeOfferProduct

The product that is offered.

link GraphQL Schema definition

1type PrimeOfferProduct {
2
3# The SKU of the offered product.
4sku: String
5
6# The vendor of the offered product.
7vendor: String
8
9}