Plentymarkets interface documentation
Stock
Contracts
InternalStockReceiptMainContract
This interface allows you to get stock receipt mains.
Namespace
Plenty\Modules\Stock\Contracts
Methods
public get($id, $with = []):Plenty\Modules\Stock\Models\StockReceiptMain
Return type: StockReceiptMain
Gets a stock receipt main. The receipt ID must be specified.
Name |
Type |
Description |
|
||
|
Models
StockReceipt
The stock receipt model.
Namespace
Plenty\Modules\Stock\Models
Name | Type | Description |
---|---|---|
id |
The ID of the stock receipt |
|
receiptId |
||
itemId |
||
articleNo |
||
name |
||
num |
||
inStock |
||
price |
||
priceId |
||
attributeValueSetId |
||
warehouseId |
||
attributeSelection |
||
position |
||
externalItemId |
||
updatedAt |
||
storageLocationId |
||
variationId |
||
batchBestBeforeDateId |
||
receiptMain |
||
variation |
||
batchBestBeforeDate |
||
warehouse |
||
warehouseLocation |
Methods
public toArray()
Returns this model as an array.
Thank you for your feedback!