Urban Outfitters · JSON Structure

Affiliate Api Affiliate Link Create Structure

Request to create an affiliate link

Type: object Properties: 2 Required: 2
RetailFashionApparelEcommerceAffiliateMarketplaceFortune 1000

AffiliateLinkCreate is a JSON Structure definition published by Urban Outfitters, describing 2 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

targetUrl affiliateId

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/urban-outfitters/refs/heads/main/json-structure/affiliate-api-affiliate-link-create-structure.json",
  "name": "AffiliateLinkCreate",
  "description": "Request to create an affiliate link",
  "type": "object",
  "properties": {
    "targetUrl": {
      "type": "string",
      "description": "The Urban Outfitters URL to create an affiliate link for",
      "example": "https://www.urbanoutfitters.com/shop/prod-12345"
    },
    "affiliateId": {
      "type": "string",
      "description": "Affiliate account identifier",
      "example": "aff-abc123"
    }
  },
  "required": [
    "targetUrl",
    "affiliateId"
  ]
}