CustomerPrice
Table-name: b2bsellers_customer_price
Find below a link to configuration options, and a list of all available fields and associations for customer specific prices.
Configuration
The following linked page will give you information on:
How to add specific customer prices
via Shopware Admin
via API
Creating customer specific proces without UUID's (Product and Customer)
Some handy command lines for console to use
Table columns
Field | Class | Type | Is required |
---|---|---|---|
id | IdField | binary | true |
customerId | FkField | binary | true |
productId | FkField | binary | true |
productVersionId | ReferenceVersionField | binary | true |
currencyId | FkField | binary | false |
productNumber | StringField | varchar | false |
currencyIsoCode | StringField | varchar | false |
customerNumber | StringField | varchar | false |
from | IntField | int | false |
to | IntField | int | false |
priceNet | FloatField | Float | false |
pseudoPriceNet | FloatField | Float | false |
updatedAt | UpdatedAtField | Datetime | false |
createdAt | CreatedAtField | Datetime | true |
validFrom | DateTimeField | Datetime | false |
validUntil | DateTimeField | Datetime | false |
Associations
Field | Entity | Class |
---|---|---|
customer | CustomerEntity | ManyToOneAssociationField |
product | ProductEntity | ManyToOneAssociationField |
currency | CurrencyEntity | ManyToOneAssociationField |
Store API Methods
Last updated