What does the status field in productCoreAttributes mean?
The status
field indicates whether a product is currently active or inactive in the VaultN system.
1
= Active → The product is available and visible for distribution or listing.0
= Inactive → The product is disabled or hidden and not available for distribution.
Example:
"productCoreAttributes": {
"status": 1
}
Updated 1 day ago