Plataformas Digitais - Brazil
  1. Service PDP
Plataformas Digitais - Brazil
  • SPDBR Journey API
  • Service PDP
    • Get Product by Slug V2
      GET
    • Get Translate review
      GET
    • Get product review
      GET
    • Get Product by Slug
      GET
  • Service Search
    • Search
      • Search Products by Term
      • teste, preco na busca
    • Autocomplete
      • Get Autocomplete suggestions
    • Recommendation
      • Pages Recommendations V3
    • TopSearch
  • Service Member
    • Address
      • UpdateAddress
      • AddAddress
      • RemoveAddress
      • GetAddress
    • Consent
      • UpdateConsent
      • GetConsent
    • Store
      • UpdateFavoriteStore
      • DeleteSportPratice
      • AddSportPratice
      • GetFavoriteStore
    • Purchase
      • GetPurchase
    • Profile
      • UpdateProfile
      • GetProfile
    • Login
      • RefreshToken
      • RefreshMemberToken
      • UserToken
    • User
      • UserDataCpf
      • UserDataCpf
  • Member Login
  • Service Checkout APP
    • Full Vtex
      • OrderForm
      • Items
      • Profile
      • Update Payment Data
      • Start Transaction
      • Send Payment Data
      • Proccess Order
    • APP
      • Cart
        • Get Or Create orderForm
        • Add Cart Items
        • Remove Cart Items
      • Profile
        • Check Guest checkout Eligibility
        • Guest Add Profile Data
        • Autenticated Profile
      • Shipping
        • Address
      • Payment
        • Guest Update Payment Method
        • Autenticated Update Payment Method
        • Guest Transaction
        • Autenticated Transaction
        • Send Payment Data
        • Process Order
      • Orderplaced
        • Autenticated OrderPlaced
        • Guest OrderPlaced
      • Shared
        • Clear orderForm Messages
        • Add Preference Data
        • Add Coupon
    • WEB
      • Create cart
      • Get cart
  • Service Omni
    • Orders
      • Get Orders
  • Service Events
    • List all events
      GET
  • Service app
    • Pix Email
      • Send Pix Email
  1. Service PDP

Get Product by Slug

Testing Env
https://testing--decathlonstore.myvtex.com
Testing Env
https://testing--decathlonstore.myvtex.com
GET
/v1/api/decathlon-pdp/product
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://testing--decathlonstore.myvtex.com/v1/api/decathlon-pdp/product?source=&slug=camiseta-feminina-de-tennis-dry-990-artengo-cinza'
Response Response Example
{
    "seo": {
        "images": [
            {
                "url": "string",
                "alt": "string"
            }
        ],
        "title": "string",
        "description": "string",
        "slug": "string"
    },
    "productId": "string",
    "productName": "string",
    "brand": "string",
    "brandId": 0,
    "productReference": "string",
    "brandImageUrl": "string",
    "items": [
        {
            "Cor": [
                "string"
            ],
            "Tamanho": [
                "string"
            ],
            "itemId": "string",
            "name": "string",
            "flags": [
                {
                    "value": "string",
                    "color": "string",
                    "textColor": "string",
                    "isOfferClub": true,
                    "icon": null
                }
            ],
            "isOfferClub": true,
            "referenceId": "string",
            "manufacturerCode": "string",
            "isAvailable": true,
            "offer": {
                "price": 0,
                "listPrice": 0,
                "hasDiscount": true,
                "discount": 0,
                "discountPercentage": 0
            },
            "complementName": "string",
            "sellers": [
                {
                    "sellerId": "string",
                    "sellerName": "string",
                    "addToCartLink": "string",
                    "sellerDefault": true,
                    "commertialOffer": {
                        "DeliverySlaSamplesPerRegion": {
                            "0": {
                                "DeliverySlaPerTypes": [
                                    "string"
                                ],
                                "Region": null
                            }
                        },
                        "Installments": [
                            {
                                "Value": 0,
                                "InterestRate": 0,
                                "TotalValuePlusInterestRate": 0,
                                "NumberOfInstallments": 0,
                                "PaymentSystemName": "string",
                                "PaymentSystemGroupName": "string",
                                "Name": "string"
                            }
                        ],
                        "DiscountHighLight": [
                            "string"
                        ],
                        "GiftSkuIds": [
                            "string"
                        ],
                        "Teasers": [
                            "string"
                        ],
                        "PromotionTeasers": [
                            "string"
                        ],
                        "BuyTogether": [
                            "string"
                        ],
                        "ItemMetadataAttachment": [
                            "string"
                        ],
                        "Price": 0,
                        "ListPrice": 0,
                        "PriceWithoutDiscount": 0,
                        "FullSellingPrice": 0,
                        "RewardValue": 0,
                        "PriceValidUntil": "string",
                        "AvailableQuantity": 0,
                        "IsAvailable": true,
                        "Tax": 0,
                        "DeliverySlaSamples": [
                            {
                                "DeliverySlaPerTypes": [
                                    "string"
                                ],
                                "Region": null
                            }
                        ],
                        "GetInfoErrorMessage": null,
                        "CacheVersionUsedToCallCheckout": "string",
                        "PaymentOptions": {
                            "installmentOptions": [
                                {
                                    "paymentSystem": "string",
                                    "bin": null,
                                    "paymentName": "string",
                                    "paymentGroupName": "string",
                                    "value": 0,
                                    "installments": [
                                        {
                                            "count": 0,
                                            "hasInterestRate": true,
                                            "interestRate": 0,
                                            "value": 0,
                                            "total": 0,
                                            "sellerMerchantInstallments": [
                                                {
                                                    "id": "string",
                                                    "count": 0,
                                                    "hasInterestRate": true,
                                                    "interestRate": 0,
                                                    "value": 0,
                                                    "total": 0
                                                }
                                            ]
                                        }
                                    ]
                                }
                            ],
                            "paymentSystems": [
                                {
                                    "id": 0,
                                    "name": "string",
                                    "groupName": "string",
                                    "validator": null,
                                    "stringId": "string",
                                    "template": "string",
                                    "requiresDocument": true,
                                    "isCustom": true,
                                    "description": null,
                                    "requiresAuthentication": true,
                                    "dueDate": "string",
                                    "availablePayments": null
                                }
                            ],
                            "payments": [
                                "string"
                            ],
                            "giftCards": [
                                "string"
                            ],
                            "giftCardMessages": [
                                "string"
                            ],
                            "availableAccounts": [
                                "string"
                            ],
                            "availableTokens": [
                                "string"
                            ]
                        }
                    }
                }
            ],
            "images": [
                {
                    "imageUrl": "string",
                    "imageText": "string"
                }
            ],
            "variations": [
                "string"
            ],
            "sellerDefault": {
                "sellerName": "string",
                "sellerId": "string",
                "sellerOffer": {
                    "installments": [
                        {
                            "Value": 0,
                            "InterestRate": null,
                            "TotalValuePlusInterestRate": 0,
                            "NumberOfInstallments": 0,
                            "PaymentSystemName": "string",
                            "PaymentSystemGroupName": "string",
                            "Name": "string",
                            "onlyDecathlonCard": true
                        }
                    ],
                    "price": 0,
                    "listPrice": 0,
                    "priceValidUntil": "string",
                    "isAvailable": true,
                    "quantity": 0,
                    "discount": 0,
                    "hasDiscount": true,
                    "discountPercentage": 0,
                    "cashPrice": 0,
                    "cashDiscountPercentage": 0,
                    "cashback": "string",
                    "bestInstallment": {
                        "Value": 0,
                        "InterestRate": null,
                        "TotalValuePlusInterestRate": 0,
                        "NumberOfInstallments": 0,
                        "PaymentSystemName": "string",
                        "PaymentSystemGroupName": "string",
                        "Name": "string",
                        "onlyDecathlonCard": true
                    },
                    "lastUnits": true
                }
            },
            "ean": "string",
            "isKit": true,
            "kitItems": [
                "string"
            ],
            "analytics": {
                "amplitude": {
                    "gender": null,
                    "carc_quantity": null,
                    "cac_quantity": null,
                    "shopping_tool": null,
                    "availability": null,
                    "product_id": "string",
                    "name": "string",
                    "product_type": "string",
                    "seller_name": "string",
                    "brand": "string",
                    "sport": "string",
                    "universe": "string",
                    "department": "string",
                    "sub_department": "string",
                    "family": "string",
                    "list_price": 0,
                    "display_price": 0,
                    "color": "string",
                    "sku_code": "string",
                    "size": "string",
                    "quantity": 0,
                    "purchase_price": 0,
                    "purchase_value": 0
                }
            },
            "videos": [
                "string"
            ]
        }
    ],
    "skuSpecifications": [
        {
            "field": {
                "id": 0,
                "name": "string",
                "isActive": true,
                "position": 0,
                "type": "string"
            },
            "values": [
                {
                    "id": "string",
                    "name": "string",
                    "position": 0
                }
            ]
        }
    ],
    "linkText": "string",
    "categories": [
        "string"
    ],
    "categoriesIds": [
        "string"
    ],
    "description": "string",
    "Esporte": [
        "string"
    ],
    "sport": "string",
    "Origem": "string",
    "Condicoes": [
        "string"
    ],
    "conditions": "string",
    "beneficiosDoProduto": [
        "string"
    ],
    "productBenefits": "string",
    "informacoesTecnicas": [
        "string"
    ],
    "technicalInformation": "string",
    "commercialsBenefits": [
        {
            "name": "string",
            "icon": "string",
            "text": "string",
            "link": {
                "action": "string",
                "text": "string",
                "modal": {
                    "colorCloseIcon": "string",
                    "html": "string"
                }
            }
        }
    ],
    "sizeDetails": {
        "guide_id": "string",
        "origem": "string",
        "how_to_measure": {
            "title": "string",
            "subtitle": "string",
            "description": "string",
            "imageId": "string",
            "imageUrl": "string"
        },
        "how_to_measure_details": [
            {
                "label": "string",
                "value": "string"
            }
        ],
        "conception_sizes_details": {
            "conception_size_parameters": [
                {
                    "name": "string",
                    "unit_of_reference": "string",
                    "sizes": [
                        {
                            "label": "string",
                            "value": "string",
                            "min": 0,
                            "max": 0
                        }
                    ]
                }
            ]
        }
    },
    "sizesDetailsChart": "string",
    "flagCashbackHighlight": true,
    "teste": "string"
}

Request

Query Params
source
enum<string> 
required
Allowed values:
websiteiosandroid
slug
string 
required
Example:
camiseta-feminina-de-tennis-dry-990-artengo-cinza

Responses

🟢200OK
application/json
Body
seo
object 
required
images
array [object {2}] 
required
title
string 
required
description
string 
required
slug
string 
required
productId
string 
required
productName
string 
required
brand
string 
required
brandId
integer 
required
productReference
string 
required
brandImageUrl
string 
required
items
array [object {20}] 
required
Cor
array[string]
required
Tamanho
array[string]
required
itemId
string 
required
name
string 
required
flags
array [object {5}] 
required
isOfferClub
boolean 
required
referenceId
string 
required
manufacturerCode
string 
required
isAvailable
boolean 
required
offer
object 
required
complementName
string 
required
sellers
array [object {5}] 
required
images
array [object {2}] 
required
variations
array[string]
required
sellerDefault
object 
required
ean
string 
required
isKit
boolean 
required
kitItems
array[string]
required
analytics
object 
required
videos
array[string]
required
skuSpecifications
array [object {2}] 
required
field
object 
required
values
array [object {3}] 
required
linkText
string 
required
categories
array[string]
required
categoriesIds
array[string]
required
description
string 
required
Esporte
array[string]
required
sport
string 
required
Origem
string 
required
Condicoes
array[string]
required
conditions
string 
required
beneficiosDoProduto
array[string]
required
productBenefits
string 
required
informacoesTecnicas
array[string]
required
technicalInformation
string 
required
commercialsBenefits
array [object {4}] 
required
name
string 
optional
icon
string 
optional
text
string 
optional
link
object 
optional
sizeDetails
object 
required
guide_id
string 
required
origem
string 
required
how_to_measure
object 
required
how_to_measure_details
array [object {2}] 
required
conception_sizes_details
object 
required
sizesDetailsChart
string 
required
flagCashbackHighlight
boolean 
required
teste
string 
required
Previous
Get product review
Next
Search Products by Term
Built with