Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 16 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,39 +83,39 @@ articles in Sharetribe Developer Docs.

### default-booking:

This is the default process that is created in our backend for new
This is a default process that is created in our backend for new
test marketplaces and used for bookings.

When used in **Sharetribe Web Template** ([web-template](https://github.com/sharetribe/web-template/)) customizing
[pricing](https://www.sharetribe.com/docs/concepts/pricing/) can be
done within the template by utilizing [privileged
done within the template by using [privileged
transitions](https://www.sharetribe.com/docs/concepts/privileged-transitions/).

![default-booking](./default-booking.png)

### default-purchase:

This is the default process that is created in our backend for new
This is a default process that is created in our backend for new
test marketplaces and used for purchases. It is a
transaction process designed for product selling with shipping or pickup, and it
uses the Sharetribe stock management features.

When used in **Sharetribe Web Template** ([web-template](https://github.com/sharetribe/web-template/)) customizing
[pricing](https://www.sharetribe.com/docs/concepts/pricing/) can be
done within the template by utilizing [privileged
done within the template by using [privileged
transitions](https://www.sharetribe.com/docs/concepts/privileged-transitions/).

![default-purchase](./default-purchase.png)

### default-inquiry:

This is the default process that is created in our backend for new test marketplaces and used for free messaging. Its only function is to start a transaction so participants can send messages within the context of that transaction. The process does not use any payment, booking, or stock features.
This is a default process that is created in our backend for new test marketplaces and used for free messaging. Its only function is to start a transaction so participants can send messages within the context of that transaction. The process does not use any payment, booking, or stock features.

![default-inquiry](./default-inquiry.png)

### default-negotiation:

This is the default process that is created in our backend for new test
This is a default process that is created in our backend for new test
marketplaces and used for price negotiation. The process supports
transactions initiated by both the provider and the customer. This means
it enables both a regular or forward marketplace flow, where the
Expand All @@ -130,16 +130,19 @@ request loop after the item is delivered. In the change request loop,
the customer can request changes to the delivered product before accepting
the end result as successfully delivered.

As of October 2025, the **Sharetribe Web Template**
([web-template](https://github.com/sharetribe/web-template/)) supports
using the transaction process for reverse transactions. Support for a
forward price negotiation flow is on our roadmap, but it is currently
not supported by the template.

See the [negotiated process article](https://www.sharetribe.com/docs/concepts/negotiation-process/) for more details on the _default-negotiation_ process.

![default-negotiation](./default-negotiation.png)

### default-download

This is a default process that is created in our backend for new test
marketplaces and used for digital download sales. The process does not have any provider actions.

Once the customer successfully pays for the item, the transaction process reveals protected files from the listing to the transaction, so that the customer can then access them. The process also includes a path where the customer can report the transaction in case of an issue.

![default-download](./default-download.png)

### instant-booking:

This is an example of instant booking supporting both card and push payment methods.
Expand Down Expand Up @@ -177,4 +180,4 @@ This process makes it possible to create bookings for more than 90 days in the f

The [README.md](./automatic-off-session-payment/README.md) file in the process folder describes how to take the process into use in the Sharetribe Web Template.

![automatic-off-session-payment](./automatic-off-session-payment.png)
![automatic-off-session-payment](./automatic-off-session-payment.png)
Binary file added default-download.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.