{# app/templates/admin/vendor-create.html #} {% extends "admin/base.html" %} {% block title %}Create Vendor{% endblock %} {% block alpine_data %}adminVendorCreate(){% endblock %} {% block content %}

Create New Vendor

Create a vendor (storefront/brand) under an existing company

Back to Vendors

Vendor Created Successfully!

Error Creating Vendor

Loading companies...

Parent Company

Vendors are storefronts/brands under a company. Select the parent company for this vendor.

The company this vendor belongs to

Vendor Information

Unique identifier (uppercase, 2-50 chars)

.example.com

Lowercase letters, numbers, and hyphens only

Marketplace URLs (Optional)

CSV feed URLs for product import from Letzshop marketplace

{% endblock %} {% block extra_scripts %} {% endblock %}