putOffer
Put offer for product
Input fields
name (
String!
)
email (
String!
)
offer_qty (
Int!
)
offer_price (
Float!
)
product_id (
ID!
)
Return fields
id (
ID
)
customer_notes (
String
)
admin_notes (
String
)
status (
String
)
status_name (
String
)
product_id (
ID
)
product_name (
String
)
product_price (
Float
)
offer_price (
Float
)
offer_amount (
Int
)
date (
String
)