Urban Outfitters website screenshot

Urban Outfitters

Urban Outfitters is a multi-channel lifestyle retailer offering an eclectic mix of women's, men's, and kids apparel, footwear, accessories, beauty, and home goods. Part of URBN, Inc. (which also owns Anthropologie, Free People, Bhldn, and Nuuly), Urban Outfitters operates stores in the US, Europe, and Canada alongside a robust ecommerce platform. The brand provides affiliate marketing integration through the Rakuten Advertising network and a third-party seller marketplace program (UO MRKT) that accepts independent brands selling through EDI and third-party integration platforms. Urban Outfitters uses Stripe for payment processing, Stripe Connect for marketplace seller payouts, and Stripe Terminal for in-store payments.

2 APIs 7 Features
RetailFashionApparelEcommerceAffiliateMarketplaceFortune 1000

APIs

Urban Outfitters Affiliate Program

Urban Outfitters affiliate program managed through Rakuten Advertising (formerly LinkShare) network. Provides affiliate tracking links, banner ads, marketing copy, and product d...

Urban Outfitters Marketplace (UO MRKT) Integration

Urban Outfitters operates a curated third-party marketplace called UO MRKT for independent lifestyle and fashion brands. Seller integration is managed through EDI and third-part...

Collections

Pricing Plans

Rate Limits

Urban Outfitters Rate Limits

5 limits

RATE LIMITS

FinOps

Features

Affiliate Product Data Feeds

Product catalog data feeds for affiliate partners to display and link Urban Outfitters products.

Affiliate Tracking Links

Unique tracking links and banner ads through Rakuten Advertising for commission tracking.

Marketplace Seller Integration

EDI and API-based integration for third-party brands selling through the UO MRKT marketplace.

Inventory Sync

Real-time inventory synchronization between seller systems and Urban Outfitters marketplace.

Order Routing

Automated order routing and fulfillment management for marketplace sellers.

Stripe Payments

Stripe-powered payment processing for both online checkout and in-store POS via Stripe Terminal.

Stripe Connect Payouts

Automated marketplace seller payouts through Stripe Connect.

Use Cases

Content Creator Monetization

Bloggers, influencers, and content creators earning commissions by promoting Urban Outfitters products.

Comparison Shopping

Price comparison and product discovery platforms integrating Urban Outfitters product catalog.

Independent Brand Sales

Independent fashion and lifestyle brands expanding distribution through Urban Outfitters marketplace.

Inventory Management

Sellers using EDI or integration platforms to sync inventory and orders with Urban Outfitters.

Integrations

Rakuten Advertising

Affiliate network platform managing Urban Outfitters affiliate program tracking and payouts.

ConnectPointz EDI

EDI integration platform for Urban Outfitters marketplace seller connectivity.

SellerCloud

Multi-channel inventory management platform with Urban Outfitters marketplace connector.

e-tailize

European multi-channel selling platform with Urban Outfitters marketplace integration.

Stripe

Payment processing and marketplace payout infrastructure powering all URBN brands.

Skimlinks

Alternative affiliate network offering higher commission rates for Urban Outfitters.

Semantic Vocabularies

Urban Outfitters Context

26 classes · 48 properties

JSON-LD

API Governance Rules

Urban Outfitters API Rules

31 rules · 10 errors 12 warnings

SPECTRAL

JSON Structure

Affiliate Api Affiliate Link Create Structure

2 properties

JSON STRUCTURE

Affiliate Api Affiliate Link Structure

3 properties

JSON STRUCTURE

Affiliate Api Commission Report Structure

8 properties

JSON STRUCTURE

Affiliate Api Creative Structure

7 properties

JSON STRUCTURE

Affiliate Api Product Structure

12 properties

JSON STRUCTURE

Marketplace Api Inventory Update Structure

1 properties

JSON STRUCTURE

Marketplace Api Order Item Structure

3 properties

JSON STRUCTURE

Marketplace Api Order List Response Structure

2 properties

JSON STRUCTURE

Marketplace Api Order Structure

7 properties

JSON STRUCTURE

Marketplace Api Seller Product Structure

10 properties

JSON STRUCTURE

Marketplace Api Shipment Create Structure

3 properties

JSON STRUCTURE

Marketplace Api Shipment Structure

7 properties

JSON STRUCTURE

Marketplace Api Shipping Address Structure

7 properties

JSON STRUCTURE

Example Payloads

Affiliate Api Product Example

12 fields

EXAMPLE

Press

EX-99.1

2026-05-25

1 Post: Urban Outfitters is deploying agentic AI ...

2026-05-25

Urban Outfitters, Inc. Partners with Inspectorio to Navigate ...

2026-05-25

Urban Outfitters uses o9 Solutions' AI tech to boost efficiency

2026-05-25

URBN Reports Record Q2 Sales and Income

2026-05-25

Resources

🔗
LinkedIn
LinkedIn
🔗
Website
Website
🔗
Website
Website
🌐
Affiliate Portal
Portal
👥
GitHubOrganization
GitHubOrganization
🔗
JSONLD
JSONLD
🔗
SpectralRules
SpectralRules
🔗
Vocabulary
Vocabulary

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Urban Outfitters Marketplace API
  version: 1.0.0
request:
  auth:
    type: apikey
    key: X-Seller-API-Key
    value: '{{X-Seller-API-Key}}'
    placement: header
items:
- info:
    name: Products
    type: folder
  items:
  - info:
      name: Urban Outfitters List Seller Products
      type: http
    http:
      method: GET
      url: https://marketplace.urbanoutfitters.com/api/v1/products
      params:
      - name: status
        value: active
        type: query
        description: Filter products by status
      - name: limit
        value: '50'
        type: query
        description: Maximum products to return
      - name: offset
        value: '0'
        type: query
        description: Pagination offset
    docs: Retrieve the authenticated seller's product listings on the Urban Outfitters marketplace.
  - info:
      name: Urban Outfitters Create Seller Product
      type: http
    http:
      method: POST
      url: https://marketplace.urbanoutfitters.com/api/v1/products
      body:
        type: json
        data: '{}'
    docs: Submit a new product listing to the Urban Outfitters marketplace for review.
- info:
    name: Inventory
    type: folder
  items:
  - info:
      name: Urban Outfitters Update Inventory
      type: http
    http:
      method: PUT
      url: https://marketplace.urbanoutfitters.com/api/v1/inventory
      body:
        type: json
        data: '{}'
    docs: Update inventory levels for one or more seller products on the Urban Outfitters marketplace.
- info:
    name: Orders
    type: folder
  items:
  - info:
      name: Urban Outfitters List Marketplace Orders
      type: http
    http:
      method: GET
      url: https://marketplace.urbanoutfitters.com/api/v1/orders
      params:
      - name: status
        value: pending
        type: query
        description: Filter by order status
      - name: start_date
        value: '2025-01-01'
        type: query
        description: Filter orders from this date
      - name: limit
        value: '20'
        type: query
        description: Maximum orders to return
    docs: Retrieve orders from the Urban Outfitters marketplace for the authenticated seller.
- info:
    name: Shipments
    type: folder
  items:
  - info:
      name: Urban Outfitters Create Shipment
      type: http
    http:
      method: POST
      url: https://marketplace.urbanoutfitters.com/api/v1/orders/:order_id/shipments
      params:
      - name: order_id
        value: order-xyz789
        type: path
        description: The order identifier
      body:
        type: json
        data: '{}'
    docs: Submit shipment tracking information for a fulfilled marketplace order.
bundled: true