CustomerPrice
Last updated
Last updated
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.
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
Field | Class | Type | Is required |
---|---|---|---|
Field | Entity | Class |
---|---|---|
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
customer
CustomerEntity
ManyToOneAssociationField
product
ProductEntity
ManyToOneAssociationField
currency
CurrencyEntity
ManyToOneAssociationField