Ocean Halter Maxi Dress
$199
Product data
Structured Ocean Pacific product data for search, recommendations, and AI shopping agents.
In the catalog
A live slice of the Ocean Pacific catalog — titles, images, and prices the API returns today.
Ocean Halter Maxi Dress
$199
Ocean Mayhem Classic Sun Print Short Sleeve Cotton Button‑up Shirt (male, Adult)
$80
Op. Nightmares On Elm Street Short Sleeve Button-up Shirt
$79
Ocean Volkswagen Beach Bus
$48
5 Panel Trucker Hat With Neon Logo
$24
The Kate Sun Hat By Ocean Pacific - Black
$33
Summer Breeze Eau De Parfum
$24
Ocean Pacific Little Boy's Rash Guard And Trunks Swimsuit Set, S/s Tropical, 5
$23
Op Simply Sun Body Mist
$10
Ocean Pacific Ladies Op Simply Sun Body Lotion 4 Oz (tester)
$30
Ocean Pacific Men's Black Body Spray 5.0 Oz
$15
Ocean Pacific Men's Mini Set Gift Set Fragrances
$17
One endpoint
The same search used in the demo above. Pass brand_ids to keep results inside this catalog. 1,000 free searches a month.
curl https://api.trychannel3.com/v1/search \
-H "x-api-key: $CHANNEL3_API_KEY" \
-H "content-type: application/json" \
-d '{
"query": "Ocean Pacific products",
"filters": {
"brand_ids": [
"zUTH"
]
},
"limit": 20
}'from channel3_sdk import Channel3
client = Channel3()
response = client.products.search(
query="Ocean Pacific products",
filters={"brand_ids": ["zUTH"]},
limit=20,
)import { Channel3 } from "@channel3/sdk";
const client = new Channel3();
const response = await client.products.search({
query: "Ocean Pacific products",
filters: {
brand_ids: ["zUTH"],
},
limit: 20,
});Broader product-data APIs for the same shopping workflows.
Other large catalogs available through the same API.
How developers pull Ocean Pacific into agents, search, and affiliate flows.
For Ocean Pacific
Channel3 can help Ocean Pacific show up more accurately across AI shopping apps. No technical work. Most teams are live the same week.