Store¶
flowtask.components.NetworkNinja.models.store
¶
CustomStoreField
¶
Bases: BaseModel
Custom Field Model for Store.
Represents a custom field for a store.
Example
{ "custom_id": 33, "custom_name": "Store Name", "custom_value": "Best Buy 4350", "custom_orgid": null, "custom_client_id": 1
}
Store
¶
Bases: AbstractPayload
Store Model.
Represents a store in the system.
Example
{ "store_name": "KILMARNOCK-4350", "store_address": "200 Old Fair Grounds Way", "city": "Kilmarnock", "zipcode": "22482", "phone_number": "804-435-6149", }
StoreGeography
¶
Bases: AbstractPayload
Store Geography Model.
Represents a store's geographical information.
Example
{ "geoid": 479, "region": "Assembly - Region", "district": "Assembly - District", "market": "136", "company_id": 61, "orgid": 71, "client_id": 61, "client_name": "ASSEMBLY" }
StoreType
¶
Bases: AbstractPayload
Store Type Model.
Represents a store type in the system.
Example
{ "store_type_id": 1, "store_type_name": "Retail", "store_type_description": "Retail Store" }