Hi Artyom
In previous releases of this API, ProductOfferingPrice was a contained entity within ProductOffering, so that there was no way to directly address a POP. In the 17.5 release,
@Kamal Maghsoudlou has made a significant enhancement, making POP an independently managed entity. This allows re-use of the same POP in multiple offerings, making it easier for catalog implementers and reducing duplication.
Per Open API guidelines, if a managed entity refers to another manged entity, the Ref pattern is used, so ProductOffering would contain POPRef, that has a minimum set of fields (id, href, perhaps name). When doing a GET on a managed entity, you should be able to specify the level of expansion required for Refs, consult the published guidelines for more details.
https://projects.tmforum.org/wiki/display/API/API+Design+GuidelinesHope this is clear enough.
------------------------------
Jonathan Goldberg
Amdocs Management Limited
------------------------------