Skip to content
Get started

Store Product Logs

Retrieves a paginated list of store product log entries.
GET/api/v2/public/products/stock/storeproductlogs
Creates store product log entries for a specific store.
POST/api/v2/public/stores/{store_number}/products/stock/storeproductlogs
ModelsExpand Collapse
StoreProductLogListStoreProductLogsResponse object { id, created_on, price, 47 more }

Represents a store product log entry returned by the API.

id: number
formatint64
created_on: string
formatdate-time
price: number
formatdouble
purchase_unit_quantity: number
formatdouble
purged_to_most_likely: boolean
quantity: number
formatdouble
updated_on: string
formatdate-time
app_user_name: optional string
barcode: optional string
cost_center: optional string
counted_quantity: optional number
formatdouble
counting_assignment_id: optional number
formatint64
counting_lines_remaining: optional number
formatint32
counting_lines_remaining_stockpool: optional object { stock_pool_1, stock_pool_10, stock_pool_2, 7 more }

Breakdown of remaining counting lines per stock pool.

stock_pool_1: number
formatint32
stock_pool_10: number
formatint32
stock_pool_2: number
formatint32
stock_pool_3: number
formatint32
stock_pool_4: number
formatint32
stock_pool_5: number
formatint32
stock_pool_6: number
formatint32
stock_pool_7: number
formatint32
stock_pool_8: number
formatint32
stock_pool_9: number
formatint32
customer_order_line_number: optional number
formatint64
customer_order_number: optional string
customer_order_shipment_number: optional string
customer_order_shipment_number_line_number: optional number
formatint32
exception_image: optional string
expected_quantity: optional number
formatdouble
general_ledger_credit: optional string
general_ledger_debit: optional string
location: optional number
formatint32
location_code: optional string
location_tag: optional string
moved_on: optional string
formatdate-time
orderno: optional string
product_number: optional string
purchase_price: optional number
formatdouble
reason_code: optional number
formatint32
reason_code_description: optional string
reference: optional string
reference_id: optional number
formatint64
remarks: optional string
review_status: optional string
source: optional string
stock_pool: optional string
stock_pool_1: optional number
formatdouble
stock_pool_10: optional number
formatdouble
stock_pool_2: optional number
formatdouble
stock_pool_3: optional number
formatdouble
stock_pool_4: optional number
formatdouble
stock_pool_5: optional number
formatdouble
stock_pool_6: optional number
formatdouble
stock_pool_7: optional number
formatdouble
stock_pool_8: optional number
formatdouble
stock_pool_9: optional number
formatdouble
store_number: optional string
store_products_price: optional number
formatdouble
updated_by: optional string
StoreProductLogCreateStoreProductLogsResponse object { success, data, message }

Standard success response containing an array of items.

success: boolean

Indicates whether the operation completed successfully.

data: optional array of number

Array of items returned by the operation.

message: optional string

Human-readable message describing the result.