.. index:: Advertisement, AdvertisementPurchasedFeatures .. _advertisement_purchased_features: Advertisement purchased feature =============================== Collection of features purchased for an advertisement. Fields ------ .. apifields:: .. apifield:: :name: name :type: string :constraints: one of the supported feature names :required: true :writable: false :updateable: false Name of the purchased feature. .. apifield:: :name: purchaseDate :type: string :constraints: -- :required: true :writable: false :updateable: false Date on which the feature is purchased Reference --------- .. endpoint:: GET /v1/advertisements/{itemId}/purchased-features Get all the purchased features for a given advertisement. Examples -------- .. include:: examples/get-advertisement-purchased-features-example.rst