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
The full list of prices for the variant, replacing the existing ones. A free item is amount: 0.
[optional]
Example
fromhostinger_api.models.ecommerce_v1_variant_batch_update_variants_request_variants_innerimportEcommerceV1VariantBatchUpdateVariantsRequestVariantsInner# TODO update the JSON string belowjson="{}"# create an instance of EcommerceV1VariantBatchUpdateVariantsRequestVariantsInner from a JSON stringecommerce_v1_variant_batch_update_variants_request_variants_inner_instance=EcommerceV1VariantBatchUpdateVariantsRequestVariantsInner.from_json(json)
# print the JSON string representation of the objectprint(EcommerceV1VariantBatchUpdateVariantsRequestVariantsInner.to_json())
# convert the object into a dictecommerce_v1_variant_batch_update_variants_request_variants_inner_dict=ecommerce_v1_variant_batch_update_variants_request_variants_inner_instance.to_dict()
# create an instance of EcommerceV1VariantBatchUpdateVariantsRequestVariantsInner from a dictecommerce_v1_variant_batch_update_variants_request_variants_inner_from_dict=EcommerceV1VariantBatchUpdateVariantsRequestVariantsInner.from_dict(ecommerce_v1_variant_batch_update_variants_request_variants_inner_dict)