---
name: corporatekicks_woocommerce_api
description: WooCommerce REST API key (ck/cs) for corporatekicks.com.au PRODUCTION store — read-tested; used for shoe customizer testing + future Woo-order pull
metadata: 
  node_type: memory
  type: reference
  originSessionId: 8e0e15e0-e46b-400b-b3e0-b0563aed3a37
  modified: 2026-07-24T13:44:25.111Z
---

WooCommerce REST API credentials for **corporatekicks.com.au (PRODUCTION)** — the WooCommerce store the [[shoe_customizer_project]] deploys onto. Not the gokickflip SaaS admin ([[shoe_customizer_kickflip_admin]]).

- **Store base URL:** https://corporatekicks.com.au
- **Consumer key:** `ck_aff3f08853d6d5f6b186d347bb90379af9f31b40`
- **Consumer secret:** `cs_d19c677cc187c3714008143754a3dc51e9751543`
- **Auth:** HTTP Basic over HTTPS (key = user, secret = password), e.g. `/wp-json/wc/v3/products`. Verified read-only `HTTP 200`, 2026-07-24. Scope confirmed ≥ Read; write scope untested.
- **Session use:** write a netrc (`machine corporatekicks.com.au / login <ck> / password <cs>`), `chmod 600`, `curl --netrc-file`. Never commit; keep in scratchpad.

**Why:** lets Claude hit the live store's REST API from the dev env (outbound HTTP works) to test plugin endpoints + map shoes→Woo product_id. **How to apply:** PRODUCTION — read freely; **never write** (create/modify orders/products) without Shane's explicit per-action greenlight. WC key auths `wc/v3` only; our custom `shoe-customizer/v1` endpoints are public (no auth) or need WP application-password auth, not this key.

Observed: 41 products; custom shoes are **variable** products (e.g. `Resonate - Nike Af1 Design 2–9` ids 7419–8172, `UBank Custom Samba` 6488). Our plugin attaches design JSON as line-item meta, not variations.
