Skip to content

Commit

Permalink
docs: fix typo in sales channel links docs (medusajs#11268)
Browse files Browse the repository at this point in the history
  • Loading branch information
shahednasser authored Feb 3, 2025
1 parent 9822bd9 commit 44176f5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ createRemoteLinkStep({

## Cart Module

Medusa defines a read-only link between the `SalesChannel` data model and the [Cart Module](../../cart/page.mdx)'s `SalesChannel` data model. This means you can retrieve the details of a sales channel's carts, but you don't manage the links in a pivot table in the database. The sales channel of a cart is determined by the `sales_channel_id` property of the `Cart` data model.
Medusa defines a read-only link between the `SalesChannel` data model and the [Cart Module](../../cart/page.mdx)'s `Cart` data model. This means you can retrieve the details of a sales channel's carts, but you don't manage the links in a pivot table in the database. The sales channel of a cart is determined by the `sales_channel_id` property of the `Cart` data model.

### Retrieve with Query

Expand Down

0 comments on commit 44176f5

Please sign in to comment.