# Get the details of the specified product with images

## OpenAPI Specification

```yaml
openapi: 3.0.1
info:
  title: ''
  description: ''
  version: 1.0.0
paths:
  /OpenApi/Product/Detail_NewVersion:
    get:
      summary: Get the details of the specified product with images
      deprecated: false
      description: |-
        Get the details of the specified product with images
        ## Image prefix    https://img.tvc-mall.com   
         for example: https://img.tvc-mall.com/uploads/details/660143879B-1.jpg
      tags:
        - Product
      parameters:
        - name: ItemNo
          in: query
          description: unique identification
          required: true
          example: 10000007A
          schema:
            type: string
        - name: Authorization
          in: header
          description: Authorization
          required: true
          example: TVC {{Authorization}}
          schema:
            type: string
      responses:
        '200':
          description: ''
          content:
            application/json:
              schema:
                type: object
                properties:
                  SKU:
                    type: string
                  Sku:
                    type: string
                  EanCode:
                    type: string
                  Title:
                    type: string
                  Description:
                    type: string
                  Reminder:
                    type: 'null'
                  PackageList:
                    type: array
                    items:
                      type: string
                  Applicables:
                    type: array
                    items:
                      type: object
                      properties:
                        Brand:
                          type: string
                        Model:
                          type: string
                        Versions:
                          type: array
                          items:
                            type: string
                        DisplayName:
                          type: string
                        Code:
                          type: string
                      x-apifox-orders:
                        - Brand
                        - Model
                        - Versions
                        - DisplayName
                        - Code
                  HasPackage:
                    type: integer
                  Brand:
                    type: 'null'
                  IsFake:
                    type: integer
                  Images:
                    type: object
                    properties:
                      ProductImages:
                        type: array
                        items:
                          type: object
                          properties:
                            Title:
                              type: string
                            Url:
                              type: string
                          required:
                            - Title
                            - Url
                          x-apifox-orders:
                            - Title
                            - Url
                      SpecialImages:
                        type: array
                        items:
                          type: string
                    required:
                      - ProductImages
                      - SpecialImages
                    x-apifox-orders:
                      - ProductImages
                      - SpecialImages
                  AuthorizationImage:
                    type: 'null'
                  Url:
                    type: string
                  Rate:
                    type: integer
                  Reviews:
                    type: integer
                  Questions:
                    type: integer
                  Price:
                    type: number
                  DiscountRate:
                    type: integer
                  DiscountedPrice:
                    type: number
                  DiscountedPriceUSD:
                    type: number
                  MinimumOrderQuantity:
                    type: integer
                  CurrencyCode:
                    type: string
                  CurrencySymbol:
                    type: string
                  CatalogCode:
                    type: string
                  CatalogName:
                    type: string
                  HierarchyInfo:
                    type: object
                    properties:
                      Code:
                        type: string
                      Info:
                        type: object
                        properties:
                          Id:
                            type: integer
                          Name:
                            type: string
                          Code:
                            type: string
                          Image:
                            type: string
                          Description:
                            type: string
                          Reviews:
                            type: integer
                          Rate:
                            type: integer
                          Products:
                            type: integer
                          Url:
                            type: string
                          MetaTitle:
                            type: string
                          MetaKeywords:
                            type: string
                          MetaDescription:
                            type: string
                          TopDescription:
                            type: string
                          BottomDescription:
                            type: string
                        required:
                          - Id
                          - Name
                          - Code
                          - Image
                          - Description
                          - Reviews
                          - Rate
                          - Products
                          - Url
                          - MetaTitle
                          - MetaKeywords
                          - MetaDescription
                          - TopDescription
                          - BottomDescription
                        x-apifox-orders:
                          - Id
                          - Name
                          - Code
                          - Image
                          - Description
                          - Reviews
                          - Rate
                          - Products
                          - Url
                          - MetaTitle
                          - MetaKeywords
                          - MetaDescription
                          - TopDescription
                          - BottomDescription
                      Ancestors:
                        type: array
                        items:
                          type: object
                          properties:
                            Id:
                              type: integer
                            Name:
                              type: string
                            Code:
                              type: string
                            Image:
                              type: string
                            Products:
                              type: integer
                            Url:
                              type: string
                          required:
                            - Id
                            - Name
                            - Code
                            - Image
                            - Products
                            - Url
                          x-apifox-orders:
                            - Id
                            - Name
                            - Code
                            - Image
                            - Products
                            - Url
                    required:
                      - Code
                      - Info
                      - Ancestors
                    x-apifox-orders:
                      - Code
                      - Info
                      - Ancestors
                  LeadTime:
                    type: string
                  StockStatus:
                    type: integer
                  SalesStatus:
                    type: integer
                  SalesRestrction:
                    type: 'null'
                  Views:
                    type: integer
                  Medias:
                    type: array
                    items:
                      type: string
                  Contactor:
                    type: object
                    properties:
                      Name:
                        type: string
                      Email:
                        type: string
                      Skype:
                        type: string
                      TradeManager:
                        type: string
                      WeChat:
                        type: string
                      WhatsApp:
                        type: string
                      Tel:
                        type: string
                      Photo:
                        type: string
                    required:
                      - Name
                      - Email
                      - Skype
                      - TradeManager
                      - WeChat
                      - WhatsApp
                      - Tel
                      - Photo
                    x-apifox-orders:
                      - Name
                      - Email
                      - Skype
                      - TradeManager
                      - WeChat
                      - WhatsApp
                      - Tel
                      - Photo
                  Promotion:
                    type: 'null'
                  PreSales:
                    type: 'null'
                  GroupBuy:
                    type: 'null'
                  Properties:
                    type: object
                    properties:
                      Case Feature:
                        type: string
                      Color:
                        type: string
                      Material:
                        type: string
                      Retail Packaging:
                        type: string
                      Gross Weight:
                        type: string
                      Volume Weight:
                        type: string
                      Length:
                        type: string
                      Width:
                        type: string
                      Height:
                        type: string
                      Weight:
                        type: string
                      EAN:
                        type: string
                      With Retail Packaging:
                        type: string
                    required:
                      - Case Feature
                      - Color
                      - Material
                      - Retail Packaging
                      - Gross Weight
                      - Volume Weight
                      - Length
                      - Width
                      - Height
                      - Weight
                      - EAN
                      - With Retail Packaging
                    x-apifox-orders:
                      - Case Feature
                      - Color
                      - Material
                      - Retail Packaging
                      - Gross Weight
                      - Volume Weight
                      - Length
                      - Width
                      - Height
                      - Weight
                      - EAN
                      - With Retail Packaging
                  Spu:
                    type: object
                    properties:
                      GroupID:
                        type: integer
                      CurrentItem:
                        type: object
                        properties:
                          SKU:
                            type: string
                          Sku:
                            type: string
                          Image:
                            type: string
                          Url:
                            type: string
                          Title:
                            type: string
                          Attributes:
                            type: object
                            properties:
                              Color:
                                type: string
                            required:
                              - Color
                            x-apifox-orders:
                              - Color
                          IsDefault:
                            type: boolean
                          ThirdPartySKU:
                            type: string
                          IsFake:
                            type: boolean
                          StockStatus:
                            type: integer
                          ProductStatus:
                            type: integer
                          PublishDate:
                            type: string
                        required:
                          - SKU
                          - Sku
                          - Image
                          - Url
                          - Title
                          - Attributes
                          - IsDefault
                          - ThirdPartySKU
                          - IsFake
                          - StockStatus
                          - ProductStatus
                          - PublishDate
                        x-apifox-orders:
                          - SKU
                          - Sku
                          - Image
                          - Url
                          - Title
                          - Attributes
                          - IsDefault
                          - ThirdPartySKU
                          - IsFake
                          - StockStatus
                          - ProductStatus
                          - PublishDate
                      BulkBuyAvailable:
                        type: boolean
                      Items:
                        type: array
                        items:
                          type: object
                          properties:
                            SKU:
                              type: string
                            Sku:
                              type: string
                            Image:
                              type: string
                            Url:
                              type: string
                            Title:
                              type: string
                            Attributes:
                              type: object
                              properties:
                                Color:
                                  type: string
                              required:
                                - Color
                              x-apifox-orders:
                                - Color
                            IsDefault:
                              type: boolean
                            ThirdPartySKU:
                              type: string
                            IsFake:
                              type: boolean
                            StockStatus:
                              type: integer
                            ProductStatus:
                              type: integer
                            PublishDate:
                              type: string
                          required:
                            - SKU
                            - Sku
                            - Image
                            - Url
                            - Title
                            - Attributes
                            - IsDefault
                            - ThirdPartySKU
                            - IsFake
                            - StockStatus
                            - ProductStatus
                            - PublishDate
                          x-apifox-orders:
                            - SKU
                            - Sku
                            - Image
                            - Url
                            - Title
                            - Attributes
                            - IsDefault
                            - ThirdPartySKU
                            - IsFake
                            - StockStatus
                            - ProductStatus
                            - PublishDate
                      Dimensions:
                        type: array
                        items:
                          type: object
                          properties:
                            Name:
                              type: string
                            PresontationMode:
                              type: string
                            Mapping:
                              type: array
                              items:
                                type: object
                                properties:
                                  Value:
                                    type: string
                                  Item:
                                    type: object
                                    properties:
                                      SKU:
                                        type: string
                                      Sku:
                                        type: string
                                      Image:
                                        type: string
                                      Url:
                                        type: string
                                      Title:
                                        type: string
                                      Attributes:
                                        type: object
                                        properties:
                                          Color:
                                            type: string
                                        required:
                                          - Color
                                        x-apifox-orders:
                                          - Color
                                      IsDefault:
                                        type: boolean
                                      ThirdPartySKU:
                                        type: string
                                      IsFake:
                                        type: boolean
                                      StockStatus:
                                        type: integer
                                      ProductStatus:
                                        type: integer
                                      PublishDate:
                                        type: string
                                    required:
                                      - SKU
                                      - Sku
                                      - Image
                                      - Url
                                      - Title
                                      - Attributes
                                      - IsDefault
                                      - ThirdPartySKU
                                      - IsFake
                                      - StockStatus
                                      - ProductStatus
                                      - PublishDate
                                    x-apifox-orders:
                                      - SKU
                                      - Sku
                                      - Image
                                      - Url
                                      - Title
                                      - Attributes
                                      - IsDefault
                                      - ThirdPartySKU
                                      - IsFake
                                      - StockStatus
                                      - ProductStatus
                                      - PublishDate
                                  IsCurrentItem:
                                    type: boolean
                                required:
                                  - Value
                                  - Item
                                  - IsCurrentItem
                                x-apifox-orders:
                                  - Value
                                  - Item
                                  - IsCurrentItem
                          x-apifox-orders:
                            - Name
                            - PresontationMode
                            - Mapping
                    required:
                      - GroupID
                      - CurrentItem
                      - BulkBuyAvailable
                      - Items
                      - Dimensions
                    x-apifox-orders:
                      - GroupID
                      - CurrentItem
                      - BulkBuyAvailable
                      - Items
                      - Dimensions
                  TemplateData:
                    type: string
                  IsCustomize:
                    type: boolean
                  CustomizeType:
                    type: string
                  ProductSEO:
                    type: object
                    properties:
                      ID:
                        type: integer
                      SKU:
                        type: string
                      Keyword:
                        type: string
                      SeoTitle:
                        type: string
                      SeoDescription:
                        type: string
                      SeoBottomDescription:
                        type: string
                      LanguageCode:
                        type: string
                      updateddate:
                        type: string
                    required:
                      - ID
                      - SKU
                      - Keyword
                      - SeoTitle
                      - SeoDescription
                      - SeoBottomDescription
                      - LanguageCode
                      - updateddate
                    x-apifox-orders:
                      - ID
                      - SKU
                      - Keyword
                      - SeoTitle
                      - SeoDescription
                      - SeoBottomDescription
                      - LanguageCode
                      - updateddate
                  CatalogsSEO:
                    type: 'null'
                  Productstatus:
                    type: integer
                  ProductStatus:
                    type: integer
                  PublishDate:
                    type: string
                  ModifiedOn:
                    type: string
                  ProductSeries:
                    type: 'null'
                  Coupons:
                    type: object
                    properties:
                      Id:
                        type: integer
                      CouponCode:
                        type: string
                      BeginDate:
                        type: string
                      EndDate:
                        type: string
                      DiscountRules:
                        type: string
                      Disabled:
                        type: integer
                      LimitOfTotal:
                        type: integer
                      LimitOfEach:
                        type: integer
                      Name:
                        type: string
                      Description:
                        type: string
                      IsDisplayPromInfo:
                        type: integer
                      EnableCurrencyCode:
                        type: string
                      updateddate:
                        type: string
                      MinAmount:
                        type: integer
                      MaxAmount:
                        type: integer
                      LangDescription:
                        type: string
                      TypeName:
                        type: string
                    required:
                      - Id
                      - CouponCode
                      - BeginDate
                      - EndDate
                      - DiscountRules
                      - Disabled
                      - LimitOfTotal
                      - LimitOfEach
                      - Name
                      - Description
                      - IsDisplayPromInfo
                      - EnableCurrencyCode
                      - updateddate
                      - MinAmount
                      - MaxAmount
                      - LangDescription
                      - TypeName
                    x-apifox-orders:
                      - Id
                      - CouponCode
                      - BeginDate
                      - EndDate
                      - DiscountRules
                      - Disabled
                      - LimitOfTotal
                      - LimitOfEach
                      - Name
                      - Description
                      - IsDisplayPromInfo
                      - EnableCurrencyCode
                      - updateddate
                      - MinAmount
                      - MaxAmount
                      - LangDescription
                      - TypeName
                  EmailonlyInfo:
                    type: 'null'
                  ThirdPartySKU:
                    type: string
                  Warehouse:
                    type: array
                    items:
                      type: integer
                  AllowSaleCountrys:
                    type: array
                    items:
                      type: string
                  DownShelvesDate:
                    type: string
                  UpshelfPlatType:
                    type: integer
                  IsFreeSample:
                    type: integer
                  LastUpdateType:
                    type: string
                  DDBUpdateTime:
                    type: string
                  LogisticsTags:
                    type: string
                  RelationPurchasingInfo:
                    type: object
                    properties:
                      BulkPurchasing:
                        type: string
                      SinglePurchasing:
                        type: string
                    required:
                      - BulkPurchasing
                      - SinglePurchasing
                    x-apifox-orders:
                      - BulkPurchasing
                      - SinglePurchasing
                  CustomsCode:
                    type: string
                  MixedBatch:
                    type: integer
                  SeriesId:
                    type: string
                    title: SeriesId
                    description: Related products of the same style but different models
                required:
                  - SKU
                  - Sku
                  - EanCode
                  - Title
                  - Description
                  - Reminder
                  - PackageList
                  - Applicables
                  - HasPackage
                  - Brand
                  - IsFake
                  - Images
                  - AuthorizationImage
                  - Url
                  - Rate
                  - Reviews
                  - Questions
                  - Price
                  - DiscountRate
                  - DiscountedPrice
                  - DiscountedPriceUSD
                  - MinimumOrderQuantity
                  - CurrencyCode
                  - CurrencySymbol
                  - CatalogCode
                  - CatalogName
                  - HierarchyInfo
                  - LeadTime
                  - StockStatus
                  - SalesStatus
                  - SalesRestrction
                  - Views
                  - Medias
                  - Contactor
                  - Promotion
                  - PreSales
                  - GroupBuy
                  - Properties
                  - Spu
                  - TemplateData
                  - IsCustomize
                  - CustomizeType
                  - ProductSEO
                  - CatalogsSEO
                  - Productstatus
                  - ProductStatus
                  - PublishDate
                  - ModifiedOn
                  - ProductSeries
                  - Coupons
                  - EmailonlyInfo
                  - ThirdPartySKU
                  - Warehouse
                  - AllowSaleCountrys
                  - DownShelvesDate
                  - UpshelfPlatType
                  - IsFreeSample
                  - LastUpdateType
                  - DDBUpdateTime
                  - RelationPurchasingInfo
                  - LogisticsTags
                  - CustomsCode
                  - MixedBatch
                  - SeriesId
                x-apifox-orders:
                  - SKU
                  - Sku
                  - EanCode
                  - Title
                  - Description
                  - Reminder
                  - PackageList
                  - Applicables
                  - HasPackage
                  - Brand
                  - IsFake
                  - LogisticsTags
                  - Images
                  - AuthorizationImage
                  - Url
                  - Rate
                  - Reviews
                  - Questions
                  - Price
                  - DiscountRate
                  - DiscountedPrice
                  - DiscountedPriceUSD
                  - MinimumOrderQuantity
                  - CurrencyCode
                  - CurrencySymbol
                  - CatalogCode
                  - CatalogName
                  - HierarchyInfo
                  - LeadTime
                  - StockStatus
                  - SalesStatus
                  - SalesRestrction
                  - Views
                  - Medias
                  - Contactor
                  - Promotion
                  - PreSales
                  - GroupBuy
                  - Properties
                  - Spu
                  - TemplateData
                  - IsCustomize
                  - CustomizeType
                  - ProductSEO
                  - CatalogsSEO
                  - Productstatus
                  - ProductStatus
                  - PublishDate
                  - ModifiedOn
                  - ProductSeries
                  - Coupons
                  - EmailonlyInfo
                  - ThirdPartySKU
                  - Warehouse
                  - AllowSaleCountrys
                  - DownShelvesDate
                  - UpshelfPlatType
                  - IsFreeSample
                  - LastUpdateType
                  - DDBUpdateTime
                  - RelationPurchasingInfo
                  - CustomsCode
                  - MixedBatch
                  - SeriesId
              examples:
                '1':
                  summary: 成功示例
                  value:
                    SKU: 6601217230A
                    Sku: 6601217230A
                    EanCode: ''
                    Title: ' For TCL K70 4G / TCL K70 Power 4G PU Leather Case with Strap Crazy Horse Texture Phone Wallet Cover - Black'
                    Description: >
                      <h5 class='system-title'> For TCL K70 4G / TCL K70 Power
                      4G PU Leather Case with Strap Crazy Horse Texture Phone
                      Wallet Cover - Black</h5>

                      <div class='system-intro'></div>

                      <div class='system-description'><ul>

                      <li>【Premium Material】Crafted from premium PU leather
                      surface with TPU inner case, it offers a comfortable touch
                      feeling and long-lasting durability.</li>

                      <li>【Crazy Horse Texture Design】Designed with crazy horse
                      on the surface, making it more stylish and
                      fashionable.</li>

                      <li>【Wallet Function】With 3 card slots and 1 cash
                      compartment, making it easy to hold your essential cards
                      and cash money .</li>

                      <li>【Hands-Free Support Stand】The case can be folded into
                      a support stand, offering hands-free use. Perfect for
                      watching videos or video chatting.</li>

                      <li>【Wrist Strap】 Comes with a wrist strap for easy
                      carrying and preventing loss.</li>

                      </ul></div>
                    Reminder: null
                    PackageList:
                      - 1 x Leather Phone Case
                      - 1 x Strap Other items not included
                    Applicables:
                      - Brand: TCL
                        Model: TCL K70 Power 4G
                        Versions: []
                        DisplayName: TCL K70 Power 4G
                        Code: A00680126
                      - Brand: TCL
                        Model: TCL K70 4G
                        Versions: []
                        DisplayName: TCL K70 4G
                        Code: A00680130
                      - Brand: TCL
                        Model: TCL
                        Versions: []
                        DisplayName: TCL
                        Code: A0068
                    HasPackage: 0
                    Brand:
                      code: B2476
                      name: N/A
                      image: >-
                        https://upload-img.tvc-mall.com/uploads/nonproduct/cb-110816.jpg
                      Description: ''
                      url: /brands/n-a/
                    IsFake: 0
                    LogisticsTags: Weak_Magnetism
                    Images:
                      ProductImages:
                        - Title: 6601217230A
                          Url: /uploads/details/6601217230A-1.jpg
                        - Title: 6601217230A
                          Url: /uploads/details/6601217230A-2.jpg
                        - Title: 6601217230A
                          Url: /uploads/details/6601217230A-3.jpg
                        - Title: 6601217230A
                          Url: /uploads/details/6601217230A-4.jpg
                        - Title: 6601217230A
                          Url: /uploads/details/6601217230A-5.jpg
                        - Title: 6601217230A
                          Url: /uploads/details/6601217230A-6.jpg
                        - Title: 6601217230A
                          Url: /uploads/details/6601217230A-7.jpg
                        - Title: 6601217230A
                          Url: /uploads/details/6601217230A-8.jpg
                      SpecialImages:
                        - Title: 6601217230A
                          Url: /uploads/scenes/6601217230-1.jpg
                        - Title: 6601217230A
                          Url: /uploads/scenes/6601217230-2.jpg
                        - Title: 6601217230A
                          Url: /uploads/scenes/6601217230-3.jpg
                        - Title: 6601217230A
                          Url: /uploads/scenes/6601217230-4.jpg
                        - Title: 6601217230A
                          Url: /uploads/scenes/6601217230-5.jpg
                        - Title: 6601217230A
                          Url: /uploads/scenes/6601217230-6.jpg
                        - Title: 6601217230A
                          Url: /uploads/scenes/6601217230-7.jpg
                        - Title: 6601217230A
                          Url: /uploads/scenes/6601217230-8.jpg
                        - Title: 6601217230A
                          Url: /uploads/scenes/6601217230-9.jpg
                        - Title: 6601217230A
                          Url: /uploads/scenes/6601217230-10.jpg
                    AuthorizationImage: null
                    Url: >-
                      /details/for-tcl-k70-4g-tcl-k70-power-4g-pu-leather-case-with-strap-crazy-horse-texture-phone-wallet-cover-black-sku6601217230a.html
                    Rate: 5
                    Reviews: 0
                    Questions: 0
                    Price: 2.25
                    DiscountRate: 1
                    DiscountedPrice: 2.25
                    DiscountedPriceUSD: 2.25
                    MinimumOrderQuantity: 1
                    CurrencyCode: USD
                    CurrencySymbol: $ - USD
                    CatalogCode: C00370048
                    CatalogName: TCL Cases
                    HierarchyInfo:
                      Code: C00370048
                      Info:
                        Id: 122724
                        Name: TCL Cases
                        Code: C00370048
                        Image: ''
                        Description: ''
                        Reviews: 0
                        Rate: 0
                        Products: 0
                        Url: /c/tcl-cases-c122724/
                        MetaTitle: ' Covers Wholesale Online - TVCMALL Wholesaler'
                        MetaKeywords: cheap , wholesale, bulk, supplier
                        MetaDescription: ''
                        TopDescription: >-
                          Source cheap TCL back cover stylish wholesale at
                          TVCMALL One-Stop wholesaler, covering cases for TCL
                          nxtpaper 70 pro/k33/k32 and more models. Buy  in bulk
                          with no MOQ from wholesale suppliers China.
                        BottomDescription: ''
                      Ancestors:
                        - Id: 119978
                          Name: Cell Phone Cases
                          Code: C0037
                          Image: /uploads/nonproduct/pc-119978.jpg
                          Products: 0
                          Url: /c/cell-phone-cases-c119978/
                          RecordId: 1030
                    LeadTime: 1 - 3 days
                    StockStatus: 2
                    SalesStatus: 1
                    SalesRestrction: null
                    Views: 0
                    Medias: []
                    Contactor:
                      Id: 62
                      Name: vivian
                      Email: vivian@tvcmall.com
                      Skype: +86 13189769628
                      TradeManager: cn1000263316
                      WeChat: +86 13189769628
                      WhatsApp: +86 13189769628
                      Tel: 0755-85225059 Ext 8033
                      Photo: >-
                        https://upload-img.tvc-mall.com/uploads/userProfile/20240322174115_vivian.jpg
                    Promotion: null
                    PreSales: null
                    GroupBuy: null
                    Properties:
                      Brand: N/A
                      Case Feature: Card Holder,Wallet,With Stand
                      ColorStyle: A
                      Material: PU Leather,TPU
                      Packaging Type: Simple PP Bag
                      Surface Workmanship: N/A
                      Texture: N/A
                      Gross Weight: 0.085kg
                      Volume Weight: 0.074kg
                      Length: 18.000cm
                      Width: 8.000cm
                      Height: 2.300cm
                      Weight: 0.076kg
                      EAN: ''
                      PackageLength: 59.000cm
                      PackageWidth: 40.000cm
                      PackageHeight: 35.000cm
                      PackageQuantity: '210'
                      With Retail Packaging: 'No'
                    Spu:
                      GroupID: 671232
                      CurrentItem:
                        SKU: 6601217230A
                        Sku: 6601217230A
                        Image: /uploads/6601217230A.jpg
                        Url: >-
                          /details/for-tcl-k70-4g-tcl-k70-power-4g-pu-leather-case-with-strap-crazy-horse-texture-phone-wallet-cover-black-sku6601217230a.html
                        Title: ' For TCL K70 4G / TCL K70 Power 4G PU Leather Case with Strap Crazy Horse Texture Phone Wallet Cover - Black'
                        Attributes:
                          Color: Black
                        IsDefault: true
                        ThirdPartySKU: null
                        IsFake: false
                        StockStatus: 2
                        ProductStatus: 1
                        PublishDate: '2026-05-11T13:25:38'
                      BulkBuyAvailable: true
                      Items:
                        - SKU: 6601217230A
                          Sku: 6601217230A
                          Image: /uploads/6601217230A.jpg
                          Url: >-
                            /details/for-tcl-k70-4g-tcl-k70-power-4g-pu-leather-case-with-strap-crazy-horse-texture-phone-wallet-cover-black-sku6601217230a.html
                          Title: ' For TCL K70 4G / TCL K70 Power 4G PU Leather Case with Strap Crazy Horse Texture Phone Wallet Cover - Black'
                          Attributes:
                            Color: Black
                          IsDefault: true
                          ThirdPartySKU: null
                          IsFake: false
                          StockStatus: 2
                          ProductStatus: 1
                          PublishDate: '2026-05-11T13:25:38'
                        - SKU: 6601217230B
                          Sku: 6601217230B
                          Image: /uploads/6601217230B.jpg
                          Url: >-
                            /details/for-tcl-k70-4g-tcl-k70-power-4g-pu-leather-case-with-strap-crazy-horse-texture-phone-wallet-cover-brown-sku6601217230b.html
                          Title: ' For TCL K70 4G / TCL K70 Power 4G PU Leather Case with Strap Crazy Horse Texture Phone Wallet Cover - Brown'
                          Attributes:
                            Color: Brown
                          IsDefault: false
                          ThirdPartySKU: null
                          IsFake: false
                          StockStatus: 2
                          ProductStatus: 1
                          PublishDate: '2026-05-11T12:28:58'
                        - SKU: 6601217230C
                          Sku: 6601217230C
                          Image: /uploads/6601217230C.jpg
                          Url: >-
                            /details/for-tcl-k70-4g-tcl-k70-power-4g-pu-leather-case-with-strap-crazy-horse-texture-phone-wallet-cover-gold-sku6601217230c.html
                          Title: ' For TCL K70 4G / TCL K70 Power 4G PU Leather Case with Strap Crazy Horse Texture Phone Wallet Cover - Gold'
                          Attributes:
                            Color: Gold
                          IsDefault: false
                          ThirdPartySKU: null
                          IsFake: false
                          StockStatus: 2
                          ProductStatus: 1
                          PublishDate: '2026-05-11T14:34:25'
                        - SKU: 6601217230D
                          Sku: 6601217230D
                          Image: /uploads/6601217230D.jpg
                          Url: >-
                            /details/for-tcl-k70-4g-tcl-k70-power-4g-pu-leather-case-with-strap-crazy-horse-texture-phone-wallet-cover-red-sku6601217230d.html
                          Title: ' For TCL K70 4G / TCL K70 Power 4G PU Leather Case with Strap Crazy Horse Texture Phone Wallet Cover - Red'
                          Attributes:
                            Color: Red
                          IsDefault: false
                          ThirdPartySKU: null
                          IsFake: false
                          StockStatus: 2
                          ProductStatus: 1
                          PublishDate: '2026-05-11T17:45:12'
                      Dimensions:
                        - Name: Color
                          PresontationMode: Image
                          Mapping:
                            - Value: Black
                              Item:
                                SKU: 6601217230A
                                Sku: 6601217230A
                                Image: /uploads/6601217230A.jpg
                                Url: >-
                                  /details/for-tcl-k70-4g-tcl-k70-power-4g-pu-leather-case-with-strap-crazy-horse-texture-phone-wallet-cover-black-sku6601217230a.html
                                Title: ' For TCL K70 4G / TCL K70 Power 4G PU Leather Case with Strap Crazy Horse Texture Phone Wallet Cover - Black'
                                Attributes:
                                  Color: Black
                                IsDefault: true
                                ThirdPartySKU: null
                                IsFake: false
                                StockStatus: 2
                                ProductStatus: 1
                                PublishDate: '2026-05-11T13:25:38'
                              IsCurrentItem: true
                            - Value: Brown
                              Item:
                                SKU: 6601217230B
                                Sku: 6601217230B
                                Image: /uploads/6601217230B.jpg
                                Url: >-
                                  /details/for-tcl-k70-4g-tcl-k70-power-4g-pu-leather-case-with-strap-crazy-horse-texture-phone-wallet-cover-brown-sku6601217230b.html
                                Title: ' For TCL K70 4G / TCL K70 Power 4G PU Leather Case with Strap Crazy Horse Texture Phone Wallet Cover - Brown'
                                Attributes:
                                  Color: Brown
                                IsDefault: false
                                ThirdPartySKU: null
                                IsFake: false
                                StockStatus: 2
                                ProductStatus: 1
                                PublishDate: '2026-05-11T12:28:58'
                              IsCurrentItem: false
                            - Value: Gold
                              Item:
                                SKU: 6601217230C
                                Sku: 6601217230C
                                Image: /uploads/6601217230C.jpg
                                Url: >-
                                  /details/for-tcl-k70-4g-tcl-k70-power-4g-pu-leather-case-with-strap-crazy-horse-texture-phone-wallet-cover-gold-sku6601217230c.html
                                Title: ' For TCL K70 4G / TCL K70 Power 4G PU Leather Case with Strap Crazy Horse Texture Phone Wallet Cover - Gold'
                                Attributes:
                                  Color: Gold
                                IsDefault: false
                                ThirdPartySKU: null
                                IsFake: false
                                StockStatus: 2
                                ProductStatus: 1
                                PublishDate: '2026-05-11T14:34:25'
                              IsCurrentItem: false
                            - Value: Red
                              Item:
                                SKU: 6601217230D
                                Sku: 6601217230D
                                Image: /uploads/6601217230D.jpg
                                Url: >-
                                  /details/for-tcl-k70-4g-tcl-k70-power-4g-pu-leather-case-with-strap-crazy-horse-texture-phone-wallet-cover-red-sku6601217230d.html
                                Title: ' For TCL K70 4G / TCL K70 Power 4G PU Leather Case with Strap Crazy Horse Texture Phone Wallet Cover - Red'
                                Attributes:
                                  Color: Red
                                IsDefault: false
                                ThirdPartySKU: null
                                IsFake: false
                                StockStatus: 2
                                ProductStatus: 1
                                PublishDate: '2026-05-11T17:45:12'
                              IsCurrentItem: false
                    TemplateData: ''
                    IsCustomize: false
                    CustomizeType: ''
                    ProductSEO:
                      ID: 3686477
                      SKU: 6601217230A
                      Keyword: ' For TCL K70 4G / TCL K70 Power 4G PU Leather Case with Strap Crazy Horse Texture Phone Wallet Cover - Black wholesale'
                      SeoTitle: ' For TCL K70 4G / TCL K70 Power 4G PU Leather Case with Strap Crazy Horse Texture Phone Wallet Cover - Black Wholesale & Custom - TVCMALL'
                      SeoDescription: >-
                        Buy cheap  For TCL K70 4G / TCL K70 Power 4G PU Leather
                        Case with Strap Crazy Horse Texture Phone Wallet Cover -
                        Black wholesale online at TVCMALL. Bulk buy with custom
                        options, no MOQ.
                      SeoBottomDescription: ''
                      LanguageCode: en
                      updateddate: '2026-05-11T10:10:31.374'
                    CatalogsSEO: null
                    Productstatus: 1
                    ProductStatus: 1
                    PublishDate: '2026-05-11T13:25:38'
                    ModifiedOn: '2026-06-03T01:27:43'
                    ProductSeries: null
                    Coupons: []
                    EmailonlyInfo: null
                    ThirdPartySKU: null
                    Warehouse:
                      - 1
                    AllowSaleCountrys:
                      - '*'
                    DownShelvesDate: '2126-05-11T13:25:38'
                    UpshelfPlatType: 2
                    IsFreeSample: 0
                    LastUpdateType: product
                    CanAddToErp: true
                    DDBUpdateTime: '2026-06-03T01:42:16.5182749Z'
                    RelationPurchasingInfo:
                      BulkPurchasing: null
                      SinglePurchasing: null
                    CustomsCode: '8517709000'
                    MixedBatch: 0
                    SeriesId: 626
                '2':
                  summary: 异常示例
                  value:
                    Message: unauthorized
          headers: {}
          x-apifox-name: success
        x-200:unauthorized:
          description: ''
          content:
            application/json:
              schema:
                type: object
                properties:
                  Message:
                    type: string
                    description: message
                required:
                  - Message
                x-apifox-orders:
                  - Message
          headers: {}
          x-apifox-name: unauthorized
      security: []
      x-apifox-folder: Product
      x-apifox-status: released
      x-run-in-apifox: https://app.apifox.com/web/project/4282467/apis/api-162165281-run
components:
  schemas: {}
  securitySchemes: {}
servers:
  - url: https://openapi.tvc-mall.com
    description: 正式环境
security: []

```
