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
Merchant-facing custom name shown in the sales channels list. Pass null to clear it.
[optional]
url
str
Public address where the custom sales channel lives. Pass null to clear it.
[optional]
Example
fromhostinger_api.models.ecommerce_v1_sales_channel_update_requestimportEcommerceV1SalesChannelUpdateRequest# TODO update the JSON string belowjson="{}"# create an instance of EcommerceV1SalesChannelUpdateRequest from a JSON stringecommerce_v1_sales_channel_update_request_instance=EcommerceV1SalesChannelUpdateRequest.from_json(json)
# print the JSON string representation of the objectprint(EcommerceV1SalesChannelUpdateRequest.to_json())
# convert the object into a dictecommerce_v1_sales_channel_update_request_dict=ecommerce_v1_sales_channel_update_request_instance.to_dict()
# create an instance of EcommerceV1SalesChannelUpdateRequest from a dictecommerce_v1_sales_channel_update_request_from_dict=EcommerceV1SalesChannelUpdateRequest.from_dict(ecommerce_v1_sales_channel_update_request_dict)