{# app/templates/admin/vendor-product-detail.html #} {% extends "admin/base.html" %} {% from 'shared/macros/alerts.html' import loading_state, error_state %} {% from 'shared/macros/headers.html' import detail_page_header %} {% from 'shared/macros/modals.html' import modal_simple %} {% block title %}Vendor Product Details{% endblock %} {% block alpine_data %}adminVendorProductDetail(){% endblock %} {% block content %} {% call detail_page_header("product?.title || 'Product Details'", '/admin/vendor-products', subtitle_show='product') %} | {% endcall %} {{ loading_state('Loading product details...') }} {{ error_state('Error loading product') }}

Vendor Product Catalog Entry

This is a vendor-specific copy of a marketplace product. Fields marked with Override have been customized for this vendor.

Quick Actions

View Source Product

Additional Images

Vendor Information

Vendor

-

Vendor Code

-

Vendor SKU

-

Override

Status

Featured

Pricing

Effective Price

-

Override

Source Price

-

Availability

-

Product Information

Brand

-

Product Type

Condition

-

Product Identifiers

Product ID

-

GTIN/EAN

-

Vendor SKU

-

Source SKU

-

Source Information

View Source

Marketplace

-

Source Vendor

-

Marketplace Product ID

-

Product Content

Title

Override

-

Description

Override

Categories

Google Product Category

-

Category Path

-

Record Information

Added to Catalog

-

Last Updated

-

{% call modal_simple('confirmRemoveModal', 'Remove from Catalog', show_var='showRemoveModal', size='sm') %}

Are you sure you want to remove this product from the vendor's catalog?

This will not delete the source product from the marketplace repository.

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