19 lines
211 B
Plaintext
19 lines
211 B
Plaintext
meta {
|
|
name: Item Add
|
|
type: http
|
|
seq: 3
|
|
}
|
|
|
|
post {
|
|
url: http://localhost:11000/api/invlab/item/add
|
|
body: json
|
|
auth: none
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"sku":"TEST-001",
|
|
"name":"Card holder wallet"
|
|
}
|
|
}
|