{# app/templates/admin/marketplace-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 %}Marketplace Product Details{% endblock %} {% block alpine_data %}adminMarketplaceProductDetail(){% endblock %} {% block content %} {% call detail_page_header("product?.title || 'Product Details'", '/admin/marketplace-products', subtitle_show='product') %} | {% endcall %} {{ loading_state('Loading product details...') }} {{ error_state('Error loading product') }}

Quick Actions

View Source

Additional Images

Product Information

Brand

-

Product Type

Condition

-

Status

Pricing

Price

-

Sale Price

-

Availability

-

Product Identifiers

Marketplace ID

-

GTIN/EAN

-

MPN

-

SKU

-

Source Information

Marketplace

-

Source Vendor

-

Platform

-

Source URL

-

Categories

Google Product Category

-

Category Path

-

Physical Attributes

Color

-

Size

-

Weight

Translations

language(s)

Record Information

Created At

-

Last Updated

-

{% call modal_simple('copyToVendorModal', 'Copy to Vendor Catalog', show_var='showCopyModal', size='md') %}

Copy this product to a vendor's catalog.

The product will be copied to this vendor's catalog

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