Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 1.03 KB

EcommerceStore.md

File metadata and controls

17 lines (12 loc) · 1.03 KB

EcommerceStore

Properties

Name Type Description Notes
id str A unique identifier for an object. [readonly]
name str, none_type The store's name [optional]
store_url str, none_type The store's website URL [optional]
admin_url str, none_type The store's admin login URL [optional]
custom_mappings {str: (bool, date, datetime, dict, float, int, list, str, none_type)}, none_type When custom mappings are configured on the resource, the result is included here. [optional] [readonly]
created_at datetime, none_type The date and time when the object was created. [optional] [readonly]
updated_at datetime, none_type The date and time when the object was last updated. [optional] [readonly]

[Back to Model list] [Back to API list] [Back to README]