CUSTOMER ORDER TRACKING
// JSON Data
{
"collection" : {
"title" : "Page Title",
"description" : "This is the page description."
}
}
{collection.title}
{collection.description}
Page Title
This is the page description.
Hello, World!
|
|||