POST
/
v0
/
products
/
{productId}
/
duplicate
curl --request POST \
  --url https://api.fungies.io/v0/products/{productId}/duplicate \
  --header 'Content-Type: application/json' \
  --header 'x-fngs-public-key: <api-key>' \
  --header 'x-fngs-secret-key: <api-key>' \
  --data '{}'
{
  "status": "<string>",
  "data": {
    "product": {
      "object": "product",
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "type": "DigitalDownload",
      "internalId": null,
      "name": "",
      "description": "",
      "developer": null,
      "publisher": null,
      "pegiRating": null,
      "releaseDate": null,
      "systems": null,
      "genres": null,
      "status": "DRAFT",
      "customFields": null
    }
  }
}

Authorizations

x-fngs-public-key
string
header
required
x-fngs-secret-key
string
header
required

Path Parameters

productId
string
required

POST /v0/products/:productId/duplicate Parameter

Body

application/json · object
POST /v0/products/:productId/duplicate Request body

The body is of type object.

Response

200
application/json
POST /v0/products/:productId/duplicate Positive response
status
string
required
Allowed value: "success"
data
object
required