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
Public address where the custom sales channel lives.
[optional]
Example
fromhostinger_api.models.ecommerce_v1_sales_channel_sales_channel_creation_resource_sales_channelimportEcommerceV1SalesChannelSalesChannelCreationResourceSalesChannel# TODO update the JSON string belowjson="{}"# create an instance of EcommerceV1SalesChannelSalesChannelCreationResourceSalesChannel from a JSON stringecommerce_v1_sales_channel_sales_channel_creation_resource_sales_channel_instance=EcommerceV1SalesChannelSalesChannelCreationResourceSalesChannel.from_json(json)
# print the JSON string representation of the objectprint(EcommerceV1SalesChannelSalesChannelCreationResourceSalesChannel.to_json())
# convert the object into a dictecommerce_v1_sales_channel_sales_channel_creation_resource_sales_channel_dict=ecommerce_v1_sales_channel_sales_channel_creation_resource_sales_channel_instance.to_dict()
# create an instance of EcommerceV1SalesChannelSalesChannelCreationResourceSalesChannel from a dictecommerce_v1_sales_channel_sales_channel_creation_resource_sales_channel_from_dict=EcommerceV1SalesChannelSalesChannelCreationResourceSalesChannel.from_dict(ecommerce_v1_sales_channel_sales_channel_creation_resource_sales_channel_dict)