> For the complete documentation index, see [llms.txt](https://docs.yoplanning.support/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.yoplanning.support/en/yoplanning-academy/yoplanning-au-quotidien/gerer-les-reservations-avec-yoplanning/option-avancees-pour-gerer-les-inscriptions/consulter-la-commande-du-fournisseur-depuis-une-commande-revendeur.md).

# View supplier order from reseller order

## View the supplier's order from a reseller order

### What is the purpose of this feature?

When an activity is sold by a reseller team but carried out by another team (the supplier), it is now possible to view the supplier's order information directly from the reseller's order.

This development allows resellers to more easily answer their customers' questions when a change has been made by the supplier.

For example :

* change of schedule;
* session change;
* replacement of one activity by another due to the weather;
* any other modification validated with the client by the supplier.

This allows the reseller to quickly check the latest available information without needing to contact the supplier.

### How do I access the supplier's order?

#### From a reseller order

1. Open the **Commands** menu.
2. Open the relevant command.
3. Locate the line corresponding to a service performed by another team.
4. Click on the link to view the **supplier's order**.

A window opens with the main information about the supplier's order.

### What information is displayed?

Even if you have no access rights to the supplier's team, Yoplanning allows you to view the information essential for monitoring the booking.

Depending on the order, you can notably view:

* the currently associated session;
* the date of the service;
* the participant in question.

This information is accessible only to allow the reseller to follow up with their customer.

### Best practices

#### Check the supplier's order before responding to the customer.

If a customer indicates they have received a change of date, time, or activity, open the supplier's order before responding to them.

#### Use this consultation for customer follow-up

This feature is designed to improve customer service for resellers. It allows for quick confirmation of information provided by the supplier.

### Frequently Asked Questions

#### I don't have access to the supplier's team. Can I still view the order?

Yes.

You can access this view even if you are not part of the supplier's team. Only the information necessary for tracking the booking is displayed.

#### Why can't I see the session name in my command anymore?

This is normal operation.

The session name has been replaced with a link to the supplier's order to avoid displaying information that may no longer be up-to-date after a modification.

#### The service has changed. Where can I find the new information?

Open the supplier order from the reseller order.

You will find up-to-date information there, including the session, date and participant concerned.


---

# 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.yoplanning.support/en/yoplanning-academy/yoplanning-au-quotidien/gerer-les-reservations-avec-yoplanning/option-avancees-pour-gerer-les-inscriptions/consulter-la-commande-du-fournisseur-depuis-une-commande-revendeur.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.
