Seller object
Name | Description | Format | Example |
---|---|---|---|
uuid | Unique item identifier of the provider Generated by Lyra Collect | an..36 | 1ea5e574-e198-55d4-ba23-f9405ec4226a |
href | URL to access this resource Generated by Lyra Collect | see example | https://secure.lyra.com/marketplace/sellers/1ea5e574-e198-55d4-ba23-f9405ec4226a |
created_at | Date and time of creation of the resource Generated by Lyra Collect | see example | 2015-01-17T09:39:54.948Z |
updated_at | Date and time of the last modification of the resource Generated by Lyra Collect | see example | 2015-01-17T09:39:54.948Z |
marketplace | UUID of the Marketplace | an..36 | 6ea5e574-e198-55d4-ba23-f9405ec4226b |
reference | Identifier of the provider's Lyra Collect shop | an..255 | 87654321 |
description | Identifier of the provider's Lyra Collect shop | an..255 | Provider's shop |
bic | Bank code of the provider's bank account | an..11 | CMCIC1234 |
iban | Account number of the provider's bank account | an..34 | FR1212341234123412341234 |
is_marketplace_seller | allows to identify the marketplace seller. In the order, commission items (is_commission = true) must be linked to this seller. This seller is automatically created during the marketplace's creation. | boolean | true | false |
status | Status of the Marketplace resource Generated by Lyra Collect | an.10 | ACTIVE |
links | Links to the Items resources of the provider Generated by Lyra Collect | see example | {
"items": {
"href": "https://secure.lyra.com/marketplace/
sellers/1ea5e574-e198-55d4-ba23-f9405ec4226a/items"
},
} |