{{$product->title}}

@lang('product.sku'): {{$product->seller_sku }}
@lang('product.brand'): {{$product->brand ?? ' ' }}
@lang('product.asin'): {{$product->asin ?? ' ' }}
@lang('product.store'): {{$product->store ?? ' ' }}
@lang('product.item_condition'): {{$product->itemCondition ?? ' ' }}
@lang('product.category'): {{$product->category ?? ' ' }}
@lang('lang_v1.publisher'): {{$product->manufacturer ?? ' ' }}
@lang('lang_v1.product_group'): {{$product->productGroup ?? ' ' }}
@lang('lang_v1.type'): {{$product->type ?? ' ' }}
@lang('lang_v1.number_of_pages'): {{ isset($product->numberOfPages) && $product->numberOfPages != -1 ? $product->numberOfPages : ' ' }}
{{-- @lang('lang_v1.material'): {{$product->material ?? ' ' }}
--}} @lang('product.price'): {{$product->current_price ?? ' ' }}
@lang('product.qty'): {{$product->current_qty ?? ' ' }}
{{-- @lang('lang_v1.part_number'): {{$product->partNumber ?? ' ' }}
--}} @lang('lang_v1.binding'): {{$product->binding ?? ' ' }}
@lang('lang_v1.item_type_keyword'): {{$product->itemTypeKeyword ?? ' ' }}

@lang('product.description'): {!! $product->description !!}


VH-AI Competitive Prices

Offers (New Condition)

Updated : {{ $product->updated_at_competitive_price ?? '' }}

  
@if(!empty(json_decode($product->new_prices))) @foreach(json_decode($product->new_prices) as $newOffer) @if($newOffer->primeDetails->eligibility == 'NONE') @else @endif @endforeach @endif
Condition Price (USD) Seller ID Fulfillment Prime Eligible Shipping
{{ $newOffer->condition ?? '' }} {{ '$'.$newOffer->listingPrice->amount ?? '' }} {{ $newOffer->sellerId ?? '' }} {{ $newOffer->fulfillmentType ?? '' }}✗ {{ $newOffer->primeDetails->eligibility ?? '' }}✔ {{ $newOffer->primeDetails->eligibility ?? '' }}${{ $newOffer->shippingOptions[0]->price->amount ?? '' }}

Offers (Used Condition)

@if(!empty(json_decode($product->used_prices))) @foreach(json_decode($product->used_prices) as $usedOffer) @if($usedOffer->primeDetails->eligibility == 'NONE') @else @endif @endforeach @endif
Condition Price (USD) Seller ID Fulfillment Prime Eligible Shipping
{{ $usedOffer->condition ?? '' }} {{ $usedOffer->subCondition ?? '' }} {{ '$'.$usedOffer->listingPrice->amount ?? '' }} {{ $usedOffer->sellerId ?? '' }} {{ $usedOffer->fulfillmentType ?? '' }}✗ {{ $usedOffer->primeDetails->eligibility ?? '' }}✔ {{ $usedOffer->primeDetails->eligibility ?? '' }}${{ $usedOffer->shippingOptions[0]->price->amount ?? '' }}
Product image