You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
True when the product was archived instead of deleted (a subscription product with active subscribers).
[optional]
Example
fromhostinger_api.models.ecommerce_v1_product_product_deleted_resource_dataimportEcommerceV1ProductProductDeletedResourceData# TODO update the JSON string belowjson="{}"# create an instance of EcommerceV1ProductProductDeletedResourceData from a JSON stringecommerce_v1_product_product_deleted_resource_data_instance=EcommerceV1ProductProductDeletedResourceData.from_json(json)
# print the JSON string representation of the objectprint(EcommerceV1ProductProductDeletedResourceData.to_json())
# convert the object into a dictecommerce_v1_product_product_deleted_resource_data_dict=ecommerce_v1_product_product_deleted_resource_data_instance.to_dict()
# create an instance of EcommerceV1ProductProductDeletedResourceData from a dictecommerce_v1_product_product_deleted_resource_data_from_dict=EcommerceV1ProductProductDeletedResourceData.from_dict(ecommerce_v1_product_product_deleted_resource_data_dict)