pystagram.graph_api.components.tags package
Submodules
pystagram.graph_api.components.tags.product_tag module
- class pystagram.graph_api.components.tags.product_tag.ProductTag(product_id: str, x: float, y: float, merchant_id: str | None = None)
Bases:
Tag
Instagram Product Tag.
- Parameters:
product_id (str) – Product id.
x (float) – X coordinate. Range: [0, 1].
y (float) – Y coordinate. Range: [0, 1].
merchant_id (Optional[str]) – Merchant id.
- dict() → dict
Return a dictionary representation of the tag.
- info() → dict
Return an alternative dictionary representation of the tag.