# Get the details of the specified product

## OpenAPI Specification

```yaml
openapi: 3.0.1
info:
  title: ''
  description: ''
  version: 1.0.0
paths:
  /OpenApi/Product/Detail:
    get:
      summary: Get the details of the specified product
      deprecated: false
      description: Get the details of the specified product
      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: 2+s8CDVEwkmRHSJ9lorE5Q==
          schema:
            type: string
      responses:
        '200':
          description: ''
          content:
            application/json:
              schema:
                type: object
                properties:
                  Detail:
                    type: object
                    properties:
                      ItemNo:
                        type: string
                        description: unique identification
                        title: ItemNo
                      EanCode:
                        type: string
                        description: EanCode
                        title: EanCode
                      CategoryCode:
                        type: string
                        description: Category Code
                        title: CategoryCode
                      Name:
                        type: string
                        description: item name
                        title: Name
                      Summary:
                        type: string
                        description: summary
                        title: Summary
                      Description:
                        type: string
                        description: item description
                        title: Description
                      ProductStatus:
                        type: integer
                        description: 1  Normal2  Out of Stock3  Locked4 Pre-sold5 Group-buy
                        title: ProductStatus
                      WithPackage:
                        type: number
                        title: WithPackage
                        description: with or without packing
                      Reminder:
                        type: 'null'
                        description: reminder
                        title: reminder
                      MOQ:
                        type: integer
                        description: MOQ
                        title: moq
                      IsSpecialOffer:
                        type: boolean
                        description: promotional items or not
                        title: IsSpecialOffer
                      Price:
                        type: number
                        description: item price
                        title: Price
                      OriginalPrice:
                        type: number
                        description: >-
                          original price : if not promotional items, price is
                          the same with one unit
                        title: OriginalPrice
                      PromotionPrice:
                        type: number
                        title: PromotionPrice
                      PromotionPeriod:
                        type: string
                        title: PromotionPeriod
                      PriceList:
                        type: array
                        items:
                          type: object
                          properties:
                            MinimumQuantity:
                              type: integer
                              description: MOQ
                              title: moq
                            UnitPrice:
                              type: number
                              description: Unit price
                              title: UnitPrice
                            Invalid:
                              type: boolean
                              title: UnitPrice
                            CurrentInterval:
                              type: boolean
                              title: CurrentInterval
                          required:
                            - MinimumQuantity
                            - UnitPrice
                            - Invalid
                            - CurrentInterval
                          x-apifox-orders:
                            - MinimumQuantity
                            - UnitPrice
                            - Invalid
                            - CurrentInterval
                        description: price range
                        title: PriceList
                      SpecificationList:
                        type: array
                        items:
                          type: object
                          properties:
                            Name:
                              type: string
                              description: specification name
                              title: Name
                            Value:
                              type: string
                              description: specification’s corresponding value
                              title: Value
                          required:
                            - Name
                            - Value
                          x-apifox-orders:
                            - Name
                            - Value
                        title: SpecificationList
                      LeadTime:
                        type: string
                        description: Lead time
                        title: LeadTime
                      GrossWeight:
                        type: number
                        description: Gross weight
                        title: GrossWeight
                      VolumeWeight:
                        type: number
                        description: volumetric weight
                        title: VolumeWeight
                      Length:
                        type: number
                        title: Length
                      Width:
                        type: number
                        title: Width
                      Height:
                        type: integer
                        title: Height
                      CompatibleList:
                        type: array
                        items:
                          type: object
                          properties:
                            Brand:
                              type: string
                              title: Brand
                            Model:
                              type: string
                              title: Model
                            Versions:
                              type: array
                              items:
                                type: string
                              title: Versions
                            DisplayName:
                              type: string
                              title: DisplayName
                          required:
                            - Brand
                            - Model
                            - Versions
                            - DisplayName
                          x-apifox-orders:
                            - Brand
                            - Model
                            - Versions
                            - DisplayName
                        title: CompatibleList
                      Modified:
                        type: string
                        description: UTC modified
                        title: Modified
                      Added:
                        type: string
                        description: newly added UTC
                        title: Added
                      StockStatus:
                        type: integer
                        description: >-
                          1 In stock2 on sale3  In shortage4 out of stock5 5-7
                          Days7 7-10 Days
                        title: StockStatus
                      PackageList:
                        type: 'null'
                        title: PackageList
                      CacheTime:
                        type: string
                        title: CacheTime
                      Attributes:
                        type: 'null'
                        title: Attributes
                      CustomsCode:
                        type: string
                      LogisticsTags:
                        type: string
                      SeriesId:
                        type: string
                        title: SeriesId
                        description: >-
                          Related products of the same style but different
                          models
                    required:
                      - ItemNo
                      - EanCode
                      - CategoryCode
                      - Name
                      - Summary
                      - Description
                      - ProductStatus
                      - WithPackage
                      - Reminder
                      - MOQ
                      - IsSpecialOffer
                      - Price
                      - OriginalPrice
                      - PromotionPrice
                      - PromotionPeriod
                      - PriceList
                      - SpecificationList
                      - LeadTime
                      - GrossWeight
                      - VolumeWeight
                      - Length
                      - Width
                      - Height
                      - CompatibleList
                      - Modified
                      - Added
                      - StockStatus
                      - PackageList
                      - CacheTime
                      - Attributes
                      - CustomsCode
                      - LogisticsTags
                      - SeriesId
                    x-apifox-orders:
                      - ItemNo
                      - EanCode
                      - CategoryCode
                      - Name
                      - Summary
                      - Description
                      - ProductStatus
                      - WithPackage
                      - Reminder
                      - MOQ
                      - IsSpecialOffer
                      - Price
                      - OriginalPrice
                      - PromotionPrice
                      - PromotionPeriod
                      - PriceList
                      - SpecificationList
                      - LeadTime
                      - GrossWeight
                      - VolumeWeight
                      - Length
                      - Width
                      - Height
                      - CompatibleList
                      - Modified
                      - Added
                      - StockStatus
                      - PackageList
                      - CacheTime
                      - Attributes
                      - CustomsCode
                      - LogisticsTags
                      - SeriesId
                    title: Detail
                  ModelList:
                    type: array
                    items:
                      type: string
                required:
                  - Detail
                  - ModelList
                x-apifox-orders:
                  - Detail
                  - ModelList
              examples:
                '1':
                  summary: 示例 1
                  value:
                    Detail:
                      ItemNo: 6601217230A
                      SeriesId: 626
                      EanCode: ''
                      CategoryCode: C00370048
                      Name: ' For TCL K70 4G / TCL K70 Power 4G PU Leather Case with Strap Crazy Horse Texture Phone Wallet Cover - Black'
                      Summary: ' For TCL K70 4G / TCL K70 Power 4G PU Leather Case with Strap Crazy Horse Texture Phone Wallet Cover - Black'
                      Description: >-
                        <ul>

                        <li style="margin: 0px; padding: 0px; line-height: 22px;
                        list-style-type: disc;">【Premium Material】Crafted from
                        premium PU leather surface with TPU inner case, it
                        offers a comfortable touch feeling and long-lasting
                        durability.</li>

                        <li style="margin: 0px; padding: 0px; line-height: 22px;
                        list-style-type: disc;">【Crazy Horse Texture
                        Design】Designed with crazy horse on the surface, making
                        it more stylish and fashionable.</li>

                        <li style="margin: 0px; padding: 0px; line-height: 22px;
                        list-style-type: disc;">【Wallet Function】With 3 card
                        slots and 1 cash compartment, making it easy to hold
                        your essential cards and cash money .</li>

                        <li style="margin: 0px; padding: 0px; line-height: 22px;
                        list-style-type: disc;">【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 style="margin: 0px; padding: 0px; line-height: 22px;
                        list-style-type: disc;">【Wrist Strap】 Comes with a wrist
                        strap for easy carrying and preventing loss.</li>

                        </ul>
                      ProductStatus: 1
                      WithPackage: 0
                      Reminder: null
                      MOQ: 1
                      IsSpecialOffer: false
                      Price: 2.25
                      OriginalPrice: 2.25
                      PromotionPrice: 2.25
                      PromotionPeriod: ''
                      PriceList:
                        - MinimumQuantity: 1
                          UnitPrice: 2.25
                        - MinimumQuantity: 3
                          UnitPrice: 2.22
                        - MinimumQuantity: 20
                          UnitPrice: 2.19
                        - MinimumQuantity: 40
                          UnitPrice: 2.14
                        - MinimumQuantity: 100
                          UnitPrice: 2.11
                        - MinimumQuantity: 200
                          UnitPrice: 2.08
                      SpecificationList:
                        - Name: Brand
                          Value: N/A
                        - Name: Case Feature
                          Value: Card Holder,Wallet,With Stand
                        - Name: ColorStyle
                          Value: A
                        - Name: Material
                          Value: PU Leather,TPU
                        - Name: Packaging Type
                          Value: Simple PP Bag
                        - Name: Surface Workmanship
                          Value: N/A
                        - Name: Texture
                          Value: N/A
                        - Name: Gross Weight
                          Value: 0.085kg
                        - Name: Volume Weight
                          Value: 0.074kg
                        - Name: Length
                          Value: 18.000cm
                        - Name: Width
                          Value: 8.000cm
                        - Name: Height
                          Value: 2.300cm
                        - Name: Weight
                          Value: 0.076kg
                        - Name: EAN
                          Value: ''
                        - Name: PackageLength
                          Value: 59.000cm
                        - Name: PackageWidth
                          Value: 40.000cm
                        - Name: PackageHeight
                          Value: 35.000cm
                        - Name: PackageQuantity
                          Value: '210'
                        - Name: With Retail Packaging
                          Value: 'No'
                      LeadTime: 1 - 3 days
                      GrossWeight: 0.085
                      VolumeWeight: 0.074
                      Length: 18
                      Width: 8
                      Height: 2.3
                      CompatibleList:
                        - 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
                      Modified: '2026-06-03T01:27:43'
                      Added: '2026-05-11T13:25:38'
                      StockStatus: 2
                      PackageList:
                        - 1 x Leather Phone Case
                        - 1 x Strap Other items not included
                      CacheTime: '2026-06-04T07:05:48'
                      Attributes:
                        Color: Black
                      CustomsCode: '8517709000'
                      LogisticsTags: Weak_Magnetism
                      From: http://172.30.0.189/tm/
                    ModelList:
                      - ItemNo: 6601217230A
                        SeriesId: 626
                        EanCode: ''
                        CategoryCode: C00370048
                        Name: ' For TCL K70 4G / TCL K70 Power 4G PU Leather Case with Strap Crazy Horse Texture Phone Wallet Cover - Black'
                        Summary: ' For TCL K70 4G / TCL K70 Power 4G PU Leather Case with Strap Crazy Horse Texture Phone Wallet Cover - Black'
                        Description: >-
                          <ul>

                          <li style="margin: 0px; padding: 0px; line-height:
                          22px; list-style-type: disc;">【Premium
                          Material】Crafted from premium PU leather surface with
                          TPU inner case, it offers a comfortable touch feeling
                          and long-lasting durability.</li>

                          <li style="margin: 0px; padding: 0px; line-height:
                          22px; list-style-type: disc;">【Crazy Horse Texture
                          Design】Designed with crazy horse on the surface,
                          making it more stylish and fashionable.</li>

                          <li style="margin: 0px; padding: 0px; line-height:
                          22px; list-style-type: disc;">【Wallet Function】With 3
                          card slots and 1 cash compartment, making it easy to
                          hold your essential cards and cash money .</li>

                          <li style="margin: 0px; padding: 0px; line-height:
                          22px; list-style-type: disc;">【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 style="margin: 0px; padding: 0px; line-height:
                          22px; list-style-type: disc;">【Wrist Strap】 Comes with
                          a wrist strap for easy carrying and preventing
                          loss.</li>

                          </ul>
                        ProductStatus: 1
                        WithPackage: 0
                        Reminder: null
                        MOQ: 1
                        IsSpecialOffer: false
                        Price: 2.25
                        OriginalPrice: 2.25
                        PromotionPrice: 2.25
                        PromotionPeriod: ''
                        PriceList:
                          - MinimumQuantity: 1
                            UnitPrice: 2.25
                          - MinimumQuantity: 3
                            UnitPrice: 2.22
                          - MinimumQuantity: 20
                            UnitPrice: 2.19
                          - MinimumQuantity: 40
                            UnitPrice: 2.14
                          - MinimumQuantity: 100
                            UnitPrice: 2.11
                          - MinimumQuantity: 200
                            UnitPrice: 2.08
                        SpecificationList:
                          - Name: Brand
                            Value: N/A
                          - Name: Case Feature
                            Value: Card Holder,Wallet,With Stand
                          - Name: ColorStyle
                            Value: A
                          - Name: Material
                            Value: PU Leather,TPU
                          - Name: Packaging Type
                            Value: Simple PP Bag
                          - Name: Surface Workmanship
                            Value: N/A
                          - Name: Texture
                            Value: N/A
                          - Name: Gross Weight
                            Value: 0.085kg
                          - Name: Volume Weight
                            Value: 0.074kg
                          - Name: Length
                            Value: 18.000cm
                          - Name: Width
                            Value: 8.000cm
                          - Name: Height
                            Value: 2.300cm
                          - Name: Weight
                            Value: 0.076kg
                          - Name: EAN
                            Value: ''
                          - Name: PackageLength
                            Value: 59.000cm
                          - Name: PackageWidth
                            Value: 40.000cm
                          - Name: PackageHeight
                            Value: 35.000cm
                          - Name: PackageQuantity
                            Value: '210'
                          - Name: With Retail Packaging
                            Value: 'No'
                        LeadTime: 1 - 3 days
                        GrossWeight: 0.085
                        VolumeWeight: 0.074
                        Length: 18
                        Width: 8
                        Height: 2.3
                        CompatibleList:
                          - 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
                        Modified: '2026-06-03T01:27:43'
                        Added: '2026-05-11T13:25:38'
                        StockStatus: 2
                        PackageList:
                          - 1 x Leather Phone Case
                          - 1 x Strap Other items not included
                        CacheTime: '2026-06-04T07:05:47'
                        Attributes:
                          Color: Black
                        CustomsCode: '8517709000'
                        LogisticsTags: Weak_Magnetism
                        From: http://172.30.0.189/tm/
                      - ItemNo: 6601217230B
                        SeriesId: 626
                        EanCode: ''
                        CategoryCode: C00370048
                        Name: ' For TCL K70 4G / TCL K70 Power 4G PU Leather Case with Strap Crazy Horse Texture Phone Wallet Cover - Brown'
                        Summary: ' For TCL K70 4G / TCL K70 Power 4G PU Leather Case with Strap Crazy Horse Texture Phone Wallet Cover - Brown'
                        Description: >-
                          <ul>

                          <li style="margin: 0px; padding: 0px; line-height:
                          22px; list-style-type: disc;">【Premium
                          Material】Crafted from premium PU leather surface with
                          TPU inner case, it offers a comfortable touch feeling
                          and long-lasting durability.</li>

                          <li style="margin: 0px; padding: 0px; line-height:
                          22px; list-style-type: disc;">【Crazy Horse Texture
                          Design】Designed with crazy horse on the surface,
                          making it more stylish and fashionable.</li>

                          <li style="margin: 0px; padding: 0px; line-height:
                          22px; list-style-type: disc;">【Wallet Function】With 3
                          card slots and 1 cash compartment, making it easy to
                          hold your essential cards and cash money .</li>

                          <li style="margin: 0px; padding: 0px; line-height:
                          22px; list-style-type: disc;">【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 style="margin: 0px; padding: 0px; line-height:
                          22px; list-style-type: disc;">【Wrist Strap】 Comes with
                          a wrist strap for easy carrying and preventing
                          loss.</li>

                          </ul>
                        ProductStatus: 1
                        WithPackage: 0
                        Reminder: null
                        MOQ: 1
                        IsSpecialOffer: false
                        Price: 2.25
                        OriginalPrice: 2.25
                        PromotionPrice: 2.25
                        PromotionPeriod: ''
                        PriceList:
                          - MinimumQuantity: 1
                            UnitPrice: 2.25
                          - MinimumQuantity: 3
                            UnitPrice: 2.22
                          - MinimumQuantity: 20
                            UnitPrice: 2.19
                          - MinimumQuantity: 40
                            UnitPrice: 2.14
                          - MinimumQuantity: 100
                            UnitPrice: 2.11
                          - MinimumQuantity: 200
                            UnitPrice: 2.08
                        SpecificationList:
                          - Name: Brand
                            Value: N/A
                          - Name: Case Feature
                            Value: Card Holder,Wallet,With Stand
                          - Name: ColorStyle
                            Value: B
                          - Name: Material
                            Value: PU Leather,TPU
                          - Name: Packaging Type
                            Value: Simple PP Bag
                          - Name: Surface Workmanship
                            Value: N/A
                          - Name: Texture
                            Value: N/A
                          - Name: Gross Weight
                            Value: 0.085kg
                          - Name: Volume Weight
                            Value: 0.074kg
                          - Name: Length
                            Value: 18.000cm
                          - Name: Width
                            Value: 8.000cm
                          - Name: Height
                            Value: 2.300cm
                          - Name: Weight
                            Value: 0.076kg
                          - Name: EAN
                            Value: ''
                          - Name: PackageLength
                            Value: 59.000cm
                          - Name: PackageWidth
                            Value: 40.000cm
                          - Name: PackageHeight
                            Value: 35.000cm
                          - Name: PackageQuantity
                            Value: '210'
                          - Name: With Retail Packaging
                            Value: 'No'
                        LeadTime: 1 - 3 days
                        GrossWeight: 0.085
                        VolumeWeight: 0.074
                        Length: 18
                        Width: 8
                        Height: 2.3
                        CompatibleList:
                          - 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
                        Modified: '2026-06-03T01:27:43'
                        Added: '2026-05-11T12:28:58'
                        StockStatus: 2
                        PackageList:
                          - 1 x Leather Phone Case
                          - 1 x Strap Other items not included
                        CacheTime: '2026-06-04T07:05:47'
                        Attributes:
                          Color: Brown
                        CustomsCode: '8517709000'
                        LogisticsTags: Weak_Magnetism
                        From: http://172.30.0.189/tm/
                      - ItemNo: 6601217230C
                        SeriesId: 626
                        EanCode: ''
                        CategoryCode: C00370048
                        Name: ' For TCL K70 4G / TCL K70 Power 4G PU Leather Case with Strap Crazy Horse Texture Phone Wallet Cover - Gold'
                        Summary: ' For TCL K70 4G / TCL K70 Power 4G PU Leather Case with Strap Crazy Horse Texture Phone Wallet Cover - Gold'
                        Description: >-
                          <ul>

                          <li style="margin: 0px; padding: 0px; line-height:
                          22px; list-style-type: disc;">【Premium
                          Material】Crafted from premium PU leather surface with
                          TPU inner case, it offers a comfortable touch feeling
                          and long-lasting durability.</li>

                          <li style="margin: 0px; padding: 0px; line-height:
                          22px; list-style-type: disc;">【Crazy Horse Texture
                          Design】Designed with crazy horse on the surface,
                          making it more stylish and fashionable.</li>

                          <li style="margin: 0px; padding: 0px; line-height:
                          22px; list-style-type: disc;">【Wallet Function】With 3
                          card slots and 1 cash compartment, making it easy to
                          hold your essential cards and cash money .</li>

                          <li style="margin: 0px; padding: 0px; line-height:
                          22px; list-style-type: disc;">【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 style="margin: 0px; padding: 0px; line-height:
                          22px; list-style-type: disc;">【Wrist Strap】 Comes with
                          a wrist strap for easy carrying and preventing
                          loss.</li>

                          </ul>
                        ProductStatus: 1
                        WithPackage: 0
                        Reminder: null
                        MOQ: 1
                        IsSpecialOffer: false
                        Price: 2.25
                        OriginalPrice: 2.25
                        PromotionPrice: 2.25
                        PromotionPeriod: ''
                        PriceList:
                          - MinimumQuantity: 1
                            UnitPrice: 2.25
                          - MinimumQuantity: 3
                            UnitPrice: 2.22
                          - MinimumQuantity: 20
                            UnitPrice: 2.19
                          - MinimumQuantity: 40
                            UnitPrice: 2.14
                          - MinimumQuantity: 100
                            UnitPrice: 2.11
                          - MinimumQuantity: 200
                            UnitPrice: 2.08
                        SpecificationList:
                          - Name: Brand
                            Value: N/A
                          - Name: Case Feature
                            Value: Card Holder,Wallet,With Stand
                          - Name: ColorStyle
                            Value: C
                          - Name: Material
                            Value: PU Leather,TPU
                          - Name: Packaging Type
                            Value: Simple PP Bag
                          - Name: Surface Workmanship
                            Value: N/A
                          - Name: Texture
                            Value: N/A
                          - Name: Gross Weight
                            Value: 0.085kg
                          - Name: Volume Weight
                            Value: 0.074kg
                          - Name: Length
                            Value: 18.000cm
                          - Name: Width
                            Value: 8.000cm
                          - Name: Height
                            Value: 2.300cm
                          - Name: Weight
                            Value: 0.076kg
                          - Name: EAN
                            Value: ''
                          - Name: PackageLength
                            Value: 59.000cm
                          - Name: PackageWidth
                            Value: 40.000cm
                          - Name: PackageHeight
                            Value: 35.000cm
                          - Name: PackageQuantity
                            Value: '210'
                          - Name: With Retail Packaging
                            Value: 'No'
                        LeadTime: 1 - 3 days
                        GrossWeight: 0.085
                        VolumeWeight: 0.074
                        Length: 18
                        Width: 8
                        Height: 2.3
                        CompatibleList:
                          - 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
                        Modified: '2026-06-03T01:27:43'
                        Added: '2026-05-11T14:34:25'
                        StockStatus: 2
                        PackageList:
                          - 1 x Leather Phone Case
                          - 1 x Strap Other items not included
                        CacheTime: '2026-06-04T07:05:48'
                        Attributes:
                          Color: Gold
                        CustomsCode: '8517709000'
                        LogisticsTags: Weak_Magnetism
                        From: http://172.30.0.189/tm/
                      - ItemNo: 6601217230D
                        SeriesId: 626
                        EanCode: ''
                        CategoryCode: C00370048
                        Name: ' For TCL K70 4G / TCL K70 Power 4G PU Leather Case with Strap Crazy Horse Texture Phone Wallet Cover - Red'
                        Summary: ' For TCL K70 4G / TCL K70 Power 4G PU Leather Case with Strap Crazy Horse Texture Phone Wallet Cover - Red'
                        Description: >-
                          <ul>

                          <li style="margin: 0px; padding: 0px; line-height:
                          22px; list-style-type: disc;">【Premium
                          Material】Crafted from premium PU leather surface with
                          TPU inner case, it offers a comfortable touch feeling
                          and long-lasting durability.</li>

                          <li style="margin: 0px; padding: 0px; line-height:
                          22px; list-style-type: disc;">【Crazy Horse Texture
                          Design】Designed with crazy horse on the surface,
                          making it more stylish and fashionable.</li>

                          <li style="margin: 0px; padding: 0px; line-height:
                          22px; list-style-type: disc;">【Wallet Function】With 3
                          card slots and 1 cash compartment, making it easy to
                          hold your essential cards and cash money .</li>

                          <li style="margin: 0px; padding: 0px; line-height:
                          22px; list-style-type: disc;">【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 style="margin: 0px; padding: 0px; line-height:
                          22px; list-style-type: disc;">【Wrist Strap】 Comes with
                          a wrist strap for easy carrying and preventing
                          loss.</li>

                          </ul>
                        ProductStatus: 1
                        WithPackage: 0
                        Reminder: null
                        MOQ: 1
                        IsSpecialOffer: false
                        Price: 2.25
                        OriginalPrice: 2.25
                        PromotionPrice: 2.25
                        PromotionPeriod: ''
                        PriceList:
                          - MinimumQuantity: 1
                            UnitPrice: 2.25
                          - MinimumQuantity: 3
                            UnitPrice: 2.22
                          - MinimumQuantity: 20
                            UnitPrice: 2.19
                          - MinimumQuantity: 40
                            UnitPrice: 2.14
                          - MinimumQuantity: 100
                            UnitPrice: 2.11
                          - MinimumQuantity: 200
                            UnitPrice: 2.08
                        SpecificationList:
                          - Name: Brand
                            Value: N/A
                          - Name: Case Feature
                            Value: Card Holder,Wallet,With Stand
                          - Name: ColorStyle
                            Value: D
                          - Name: Material
                            Value: PU Leather,TPU
                          - Name: Packaging Type
                            Value: Simple PP Bag
                          - Name: Surface Workmanship
                            Value: N/A
                          - Name: Texture
                            Value: N/A
                          - Name: Gross Weight
                            Value: 0.085kg
                          - Name: Volume Weight
                            Value: 0.074kg
                          - Name: Length
                            Value: 18.000cm
                          - Name: Width
                            Value: 8.000cm
                          - Name: Height
                            Value: 2.300cm
                          - Name: Weight
                            Value: 0.076kg
                          - Name: EAN
                            Value: ''
                          - Name: PackageLength
                            Value: 59.000cm
                          - Name: PackageWidth
                            Value: 40.000cm
                          - Name: PackageHeight
                            Value: 35.000cm
                          - Name: PackageQuantity
                            Value: '210'
                          - Name: With Retail Packaging
                            Value: 'No'
                        LeadTime: 1 - 3 days
                        GrossWeight: 0.085
                        VolumeWeight: 0.074
                        Length: 18
                        Width: 8
                        Height: 2.3
                        CompatibleList:
                          - 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
                        Modified: '2026-06-03T01:27:43'
                        Added: '2026-05-11T17:45:12'
                        StockStatus: 2
                        PackageList:
                          - 1 x Leather Phone Case
                          - 1 x Strap Other items not included
                        CacheTime: '2026-06-04T07:05:48'
                        Attributes:
                          Color: Red
                        CustomsCode: '8517709000'
                        LogisticsTags: Weak_Magnetism
                        From: http://172.30.0.189/tm/
                    Currency:
                      CurrencyCode: USD
                      CurrencyName: USD
                      Symbol: $ - USD
                      Symbol2: USD
                      Symbol3: USD - $
                      Rate: 1
                      SpecialRate: false
                      FormatString: ${0:N2}
                      Format2String: USD{0:0.00}
                      Format3String: USD-${0:0.00}
                '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-162165280-run
components:
  schemas: {}
  securitySchemes: {}
servers:
  - url: https://openapi.tvc-mall.com
    description: 正式环境
security: []

```
