> For the complete documentation index, see [llms.txt](https://docs.nifty.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nifty.ai/marketplace-guides/selling-on-depop.md).

# Selling on Depop

This guide covers setting up Depop Payments and Shipping, plus how titles, SKUs, and videos behave when you list or relist through Nifty.

### Depop Payments

To create new listings on Depop, you must first set up [Depop Payments](https://depophelp.zendesk.com/hc/en-gb/articles/18320822281361-Depop-Payments):

1. Open the Depop app
2. Attempt to create a new listing
3. You'll be prompted to sign up for Depop Payments — complete this process

### Depop Shipping

If you'd like to use [Depop Shipping](https://depophelp.zendesk.com/hc/en-gb/articles/16523051318033-Shipping-Guide-US#shipping-guide-us-0-0), follow these steps:

1. Open the Depop app and navigate to the **Shipping** section
2. Select **Depop Shipping**
3. Create a test listing using this shipping method (you can delete it immediately after)

This ensures Depop Shipping is available when listing through Nifty.

### Titles

You may notice an AI-generated title when viewing your listing on Depop directly — this is because Depop doesn't have a traditional title field. The title is generated by their platform and cannot be edited.

### SKUs

Depop handles [SKUs differently than other marketplaces](https://depophelp.zendesk.com/hc/en-gb/articles/38716610913681-How-to-use-SKUs-on-Depop): they must be unique across your shop, can't be edited once published, and are visible to buyers underneath the listing description. For these reasons, Nifty doesn't publish SKUs to Depop.

### Videos

Nifty can't create listings with videos on Depop, and this includes relists — if you relist a listing that has a video, the new listing won't have one.

### Limitations

| Limitation     | Details                                                   |
| -------------- | --------------------------------------------------------- |
| Binding offers | Offers on Depop are not binding                           |
| Bulk offers    | Depop's API does not support sending offers to all likers |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.nifty.ai/marketplace-guides/selling-on-depop.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
