target

Target Corporation is one of the largest retailers in the United States, offering a wide assortment of general merchandise and food through more than 1,900 stores and digital channels. Target's technology platform powers partner integrations, internal services, and open-source tooling across their retail operations.

3 APIs 0 Features
Fortune 100E-CommerceRetailProductsInventoryFortune 100StoresOrders

APIs

Target API

Target provides partner APIs for product catalog access, inventory availability, order management, and store information. These APIs enable technology partners and affiliates to...

Target Redsky API

Redsky is Target's internal aggregation API platform that converts GraphQL queries into client-managed REST APIs. It serves product data, pricing, promotions, and fulfillment in...

Target Partner API

Target's partner API program enables technology vendors, affiliates, and supply chain partners to integrate with Target's retail operations including product catalog, inventory ...

Collections

Target API

OPEN

GraphQL

target GraphQL API

Redsky is Target's internal aggregation API platform that converts GraphQL queries into client-managed REST APIs. It serves product data, pricing, promotions, and fulfillment in...

GRAPHQL

Pricing Plans

Target Plans Pricing

1 plans

PLANS

Rate Limits

Target Rate Limits

1 limits

RATE LIMITS

FinOps

Target Finops

FINOPS

Semantic Vocabularies

Target Context

32 classes · 0 properties

JSON-LD

API Governance Rules

target API Rules

12 rules · 3 errors 8 warnings 1 info

SPECTRAL

JSON Structure

Target Product Structure

0 properties

JSON STRUCTURE

Example Payloads

Target Get Product Example

2 fields

EXAMPLE

Target List Stores Example

2 fields

EXAMPLE

Press

Target to Roll Out Transformative GenAI Technology to its ...

2026-05-25

A Partnership to Develop Generative AI Applications Helps ...

2026-05-25

A look at Target's approach to generative AI

2026-05-25

Target Launches New AI-Powered Features to Make ...

2026-05-25

Target's Using Artificial Intelligence to Make Your Shopping ...

2026-05-25

Resources

🔗
LinkedIn
LinkedIn
🔗
Website
Website
🌐
DeveloperPortal
DeveloperPortal
📰
Blog
Blog
👥
GitHubOrg
GitHubOrg
🔗
Open Source
Open Source
🟢
StatusPage
StatusPage
🔗
JSONSchema
JSONSchema
🔗
JSONSchema
JSONSchema
🔗
JSONStructure
JSONStructure
🔗
JSONLD
JSONLD
🔗
Vocabulary
Vocabulary
🔗
LlmsText
LlmsText

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Target API
  version: '1.0'
request:
  auth:
    type: bearer
    token: '{{bearerToken}}'
items:
- info:
    name: Status
    type: folder
  items:
  - info:
      name: Get API Status
      type: http
    http:
      method: GET
      url: https://api.target.com/status
    docs: Returns the current operational status of the Target API platform.
- info:
    name: Products
    type: folder
  items:
  - info:
      name: Get Product Details
      type: http
    http:
      method: GET
      url: https://api.target.com/products/v3/:tcin
      params:
      - name: tcin
        value: ''
        type: path
        description: Target Corporation Item Number (TCIN)
      - name: store_id
        value: ''
        type: query
        description: Store ID for localized pricing and availability
      - name: zip
        value: ''
        type: query
        description: ZIP code for localized pricing
      - name: fields
        value: ''
        type: query
        description: Comma-separated list of fields to return
    docs: Retrieves detailed product information for a given TCIN (Target Corporation Item Number) including title, description,
      images, pricing, and attributes.
  - info:
      name: List Products
      type: http
    http:
      method: GET
      url: https://api.target.com/products/v3
      params:
      - name: tcins
        value: ''
        type: query
        description: Comma-separated list of TCINs
      - name: category
        value: ''
        type: query
        description: Category ID to filter products
      - name: brand
        value: ''
        type: query
        description: Brand name to filter products
      - name: limit
        value: ''
        type: query
        description: Maximum number of results
      - name: offset
        value: ''
        type: query
        description: Offset for pagination
    docs: Returns a list of products by TCINs or other filter criteria.
- info:
    name: Inventory
    type: folder
  items:
  - info:
      name: Get Product Fulfillment
      type: http
    http:
      method: GET
      url: https://api.target.com/products/v3/:tcin/fulfillment
      params:
      - name: tcin
        value: ''
        type: path
        description: Target Corporation Item Number
      - name: store_id
        value: ''
        type: query
        description: Store ID for in-store availability
      - name: zip
        value: ''
        type: query
        description: ZIP code for ship-to-home availability
      - name: latitude
        value: ''
        type: query
        description: Latitude for nearby store lookup
      - name: longitude
        value: ''
        type: query
        description: Longitude for nearby store lookup
    docs: Returns fulfillment and availability information for a product at a specific store or for online delivery, including
      ship-to-home, in-store pickup, and drive-up options.
- info:
    name: Stores
    type: folder
  items:
  - info:
      name: List Stores
      type: http
    http:
      method: GET
      url: https://api.target.com/stores/v3
      params:
      - name: zip
        value: ''
        type: query
        description: ZIP code to search near
      - name: latitude
        value: ''
        type: query
        description: Latitude for geographic search
      - name: longitude
        value: ''
        type: query
        description: Longitude for geographic search
      - name: radius
        value: ''
        type: query
        description: Search radius in miles
      - name: limit
        value: ''
        type: query
        description: Maximum number of stores to return
    docs: Returns a list of Target stores optionally filtered by location, ZIP code, or geographic coordinates.
  - info:
      name: Get Store Details
      type: http
    http:
      method: GET
      url: https://api.target.com/stores/v3/:store_id
      params:
      - name: store_id
        value: ''
        type: path
        description: Target store ID
    docs: Returns detailed information about a specific Target store.
- info:
    name: Search
    type: folder
  items:
  - info:
      name: Search Products
      type: http
    http:
      method: GET
      url: https://api.target.com/products/v3/search
      params:
      - name: q
        value: ''
        type: query
        description: Search query string
      - name: category
        value: ''
        type: query
        description: Category filter
      - name: brand
        value: ''
        type: query
        description: Brand filter
      - name: price_min
        value: ''
        type: query
        description: Minimum price filter
      - name: price_max
        value: ''
        type: query
        description: Maximum price filter
      - name: sort_by
        value: ''
        type: query
        description: Sort order
      - name: limit
        value: ''
        type: query
        description: Number of results per page
      - name: offset
        value: ''
        type: query
        description: Pagination offset
    docs: Search Target's product catalog by keyword, category, brand, or other criteria. Returns matching products with relevance
      scoring.
- info:
    name: Orders
    type: folder
  items:
  - info:
      name: List Orders
      type: http
    http:
      method: GET
      url: https://api.target.com/orders/v1
      params:
      - name: status
        value: ''
        type: query
        description: Filter by order status
      - name: from_date
        value: ''
        type: query
        description: Start date filter (ISO 8601)
      - name: to_date
        value: ''
        type: query
        description: End date filter (ISO 8601)
      - name: limit
        value: ''
        type: query
        description: Maximum orders to return
      - name: offset
        value: ''
        type: query
        description: Pagination offset
    docs: Returns orders for partner fulfillment or reporting purposes.
  - info:
      name: Get Order Details
      type: http
    http:
      method: GET
      url: https://api.target.com/orders/v1/:order_id
      params:
      - name: order_id
        value: ''
        type: path
        description: Target order ID
    docs: Returns full details of a specific order including line items and status.
bundled: true